What is the problem exactly? Maybe you use the new Collector API, where the search is done for each segment, so caching does not work correctly?
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de _____ From: patrick o'leary [mailto:pj...@pjaol.com] Sent: Tuesday, April 28, 2009 10:31 PM To: java-dev@lucene.apache.org Subject: ReadOnlyMultiSegmentReader bitset id vs doc id hey I've got a filter that's storing document id's with a geo distance for spatial lucene using a bitset position for doc id, However with a MultiSegmentReader that's no longer going to working. What's the most appropriate way to go from bitset position to doc id now? Thanks Patrick