Re: filtering an IndexReader

2005-12-28 Thread Erik Hatcher
On Dec 27, 2005, at 9:18 PM, Eric Schulte wrote: Good evening everyone, So, I apologize if this question has a simple answer (although I hope it does). I am trying to apply a filter to an IndexReader, so that the reader can only see documents that match the filter. The goal here is to be

filtering an IndexReader

2005-12-27 Thread Eric Schulte
Good evening everyone, So, I apologize if this question has a simple answer (although I hope it does). I am trying to apply a filter to an IndexReader, so that the reader can only see documents that match the filter. The goal here is to be able to implement the 'terms' and 'termDocs' methods, with