Hi
In a search I am doing, there may be thousands of hits, of which I only
want the 10 with the highest score. Will the following code do this for
me, or will it simply return the first 10 it finds?
TopDocCollector collector = new TopDocCollector(10);
contentSearcher.search(q, collector);
If the latter case is true (i.e. the first 10 are returned), how can I
get it to do what I want?
Thanks,
- Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org