On Monday 03 February 2003 22:35, you wrote:
> Is there an existing API that allows you to conduct a search such that only
> hits with a score greater than X are returned?

Not directly, but it's straightforward to compose from
Searcher.search(query, hitcollector)
and a hitcollector that implements
collect(docNr, score)
by comparing with your minimal score.

Have fun,
Ype

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to