couchdb-lucene
couchdb-lucene copied to clipboard
Boost a single Document
It seems that it is currently not possible to boost a single document (instead of a field). Lucene (for Apache) has such a feature [1], so it would be useful for couchdb-lucene, too!
[1] http://lucene.apache.org/java/2_3_0/api/org/apache/lucene/document/Document.html#setBoost(float)
I second this - i tried emulating something like this with individual field boosts but i fail horribly as i would need to set lots of individual fields and also query them.
That method was removed quite some time ago iirc.