Re: Non scored results

2005-10-22 Thread Paul Elschot
queue to find the top n. -Yonik On 10/21/05, Volodymyr Bychkoviak [EMAIL PROTECTED] wrote: Hello all. If I need non scored results can I use Searcher.search(Query,HitCollector) method and store bitset of found documents. will it give me some speed improvement? With the default

Re: Non scored results

2005-10-22 Thread Chris Hostetter
: In case you have an OR like boolean query, with optional clauses only, : it may be faster iterate over the documents of each clause seperately : to set the document bits. And depending on the types of queries you want to do, using Filter varients and calling the bits() method directly might be

Non scored results

2005-10-21 Thread Volodymyr Bychkoviak
Hello all. If I need non scored results can I use Searcher.search(Query,HitCollector) method and store bitset of found documents. will it give me some speed improvement? thanks. -- regards, Volodymyr Bychkoviak

Re: Non scored results

2005-10-21 Thread Yonik Seeley
Bychkoviak [EMAIL PROTECTED] wrote: Hello all. If I need non scored results can I use Searcher.search(Query,HitCollector) method and store bitset of found documents. will it give me some speed improvement? thanks. -- regards, Volodymyr Bychkoviak