is it just me, or does it seem like the base class versions of getVersion(), isOptimized(), and isCurrent() in IndexReader should all throw UnsupportedOperationException?
(it seems like ideally they should abstract, but that ship/API has sailed) : This patch fixes ParallelReader similar to LUCENE-781: : : * ParallelReader.getVersion() now throws an : UnsupportedOperationException. : : * ParallelReader.isOptimized() now checks if all underlying : indexes are optimized and returns true in such a case. : : * ParallelReader.isCurrent() now checks if all underlying : IndexReaders are up to date and returns true in such a case. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]