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 CustomScoreProviderCustomScoreQuery. getCustomScoreProvider(IndexReader reader)Returns aCustomScoreProviderthat calculates the custom scores for the givenIndexReader.
-