> I'm also surprised that more changes weren't necessary to get the > latest Lucene to work... one thing in particular is docs out of order > - Solr currently requires them in-order to correctly create DocSet > instances, and I'm not sure this is the case any more. I'll look into > it.
As far as I know, Shalin implemented the Collectors in Solr with the method allowDocsOutOfOrder() returning false. So the collectors should create DocIdSet with correct order. Uwe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
