RE: Using Filters in Lucene

2002-07-31 Thread Nader S. Henein
0:24 PM To: 'Lucene Users List' Subject: RE: Using Filters in Lucene Cool. But instead of adding a new class, why not change Hits to inherit from Filter and add the bits() method to it? Then one could "pipe" the output of one Query into another search without modifying the Quer

RE: Using Filters in Lucene

2002-07-31 Thread Scott Ganyo
g [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 12:03 PM > To: Lucene Users List > Subject: Re: Using Filters in Lucene > > > Peter Carlson wrote: > > Would you suggest that search in selection type > functionality use filters or > > redo the search with an

Re: Using Filters in Lucene

2002-07-29 Thread Doug Cutting
Peter Carlson wrote: > Would you suggest that search in selection type functionality use filters or > redo the search with an AND clause? I'm not sure I fully understand the question. If you a condition that is likely to re-occur commonly in subsequent queries, then using a Filter which caches