4
votes
1answer
424 views
In Lucene how do terms get used in calculating scores, can I override it with a CustomScoreQuery?
Has someone successfully overridden the scoring of documents in a query so that the "relevancy" of a term to the field contents can be determined through one's own function? If so, was it by …
