Re: Matching Documents BitSet

2010-10-05 Thread Jordon Saardchit
Filter.bits( IndexReader ). These have since been deprecated and removed from the lucene API in 3.x. I have figured out how to produce the equivalent in the latest version of the API. Thanks though. Jordon On Oct 5, 2010, at 2:03 AM, Ian Lea wrote: > How do you do this in 2.x? > > > -- >

Re: Matching Documents BitSet

2010-10-05 Thread Ian Lea
How do you do this in 2.x? -- Ian. On Mon, Oct 4, 2010 at 8:10 PM, Jordon Saardchit wrote: > In lucene 3, is there an equivalent to obtaining a BitSet of documents from > an Index as there was in version 2.x?  I'm trying to put together an upgrade > path. > > Thanks! ---

Matching Documents BitSet

2010-10-04 Thread Jordon Saardchit
In lucene 3, is there an equivalent to obtaining a BitSet of documents from an Index as there was in version 2.x? I'm trying to put together an upgrade path. Thanks! - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.