Re: Filtering after Query

2005-12-18 Thread Cret Hummin
in separate fields in the index. I could live with that, if I'm seeing this right: when I set the boost factor of those fields to 0, then it won't affect the scoring, right? Regards, Cret Paul Elschot wrote: On Saturday 17 December 2005 17:04, Cret Hummin wrote: Hi All, When

Filtering after Query

2005-12-17 Thread Cret Hummin
Hi All, When using Searcher.search(Query, Filter), and I use my own custom filter, it appears I'm presented with /all/ the documents in the index, i.e. in the method bits(IndexReader reader) from my custom Filter, the value of reader.maxDoc() is always the number of documents in the index. Th