couchdb-lucene icon indicating copy to clipboard operation
couchdb-lucene copied to clipboard

Limit by score

Open phlppn opened this issue 14 years ago • 1 comments

Is it possible to limit the result to objects with score over x? so the response would only include objects with a score higher than a defined number.

phlppn avatar Jun 15 '10 10:06 phlppn

It's possible to add this but the problem is that the response body can get very large. Not only that, the 'score' isn't really meaningful, it's only useful when comparing documents to each other.

rnewson avatar Jun 15 '10 19:06 rnewson