On Jun 1, 2006, at 3:49 AM, Chun Wei Ho wrote:
I use Hits to search for and get documents matching a particular
query, e.g.:
Hits hits = indexSearcher.search(new TermQuery(new Term
("startswith","A")));
but it is not returning all the matching documents in the index. From
experimentation it
Hi,
I use Hits to search for and get documents matching a particular query, e.g.:
Hits hits = indexSearcher.search(new TermQuery(new Term("startswith","A")));
but it is not returning all the matching documents in the index. From
experimentation it appears to return about less than half the match