5354555657585960616263
*/ public static boolean isFSIndexInputOpen(IndexInput is) throws IOException { if (isFSIndexInput(is)) { FSIndexInput fis = (FSIndexInput) is; return fis.isFDValid(); } else { return false; } }