Questions tagged [lucene-boosting]
4 questions
7
votes
2 answers
Index time field level boosting in Lucene 6.6.0?
In Lucene 6.6.0 and greater, Field level index time boosting is deprecated. The documentation states:
Index-time boosts are deprecated, please index index-time scoring
factors into a doc value field and combine them with the score at
query time…

loopforever
- 495
- 3
- 12
1
vote
1 answer
Solr - how to use only the top boost value to rank the result?
In a Solr query with boosting, I would like that solr uses only the top boost value to rank the result, ignoring the secondary score matches.
For example:
q=field_1=123^100 OR field_2=123^50 OR field_3=123^10
If one document match with two fields,…

David
- 83
- 3
1
vote
3 answers
Ho to use FunctionScoreQuery with text fields?
In Lucene 6.6.0, index-time boosting is deprecated. Moreover, also CustomQueryScore is deprecated. So, Lucene developers advice is to use FunctionScoreQuery. However, I can't understand how to boost text field with FunctionScoreQuery, since it takes…

Joe Doe
- 31
- 6
0
votes
1 answer
boosting query in elasticsearch
I am searching the following index (sample shown below):
…

ayush singhal
- 1,879
- 2
- 18
- 33