Uses of Class
org.apache.lucene.search.function.CustomScoreProvider
-
Packages that use CustomScoreProvider Package Description org.apache.lucene.search.function Programmatic control over documents scores. -
-
Uses of CustomScoreProvider in org.apache.lucene.search.function
Methods in org.apache.lucene.search.function that return CustomScoreProvider Modifier and Type Method Description protected CustomScoreProvider
CustomScoreQuery. getCustomScoreProvider(IndexReader reader)
Returns aCustomScoreProvider
that calculates the custom scores for the givenIndexReader
.
-