couchdb-lucene
couchdb-lucene copied to clipboard
Limit by score
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.
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.