Uses of Class
org.elasticsearch.common.lucene.search.function.LeafScoreFunction
-
Packages that use LeafScoreFunction Package Description org.elasticsearch.common.lucene.search.function org.elasticsearch.index.query.functionscore -
-
Uses of LeafScoreFunction in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function that return LeafScoreFunction Modifier and Type Method Description LeafScoreFunctionFieldValueFactorFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionFunctionScoreQuery.FilterScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionRandomScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)abstract LeafScoreFunctionScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionScriptScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)LeafScoreFunctionWeightFactorFunction. getLeafScoreFunction(LeafReaderContext ctx) -
Uses of LeafScoreFunction in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore that return LeafScoreFunction Modifier and Type Method Description LeafScoreFunctionDecayFunctionBuilder.AbstractDistanceScoreFunction. getLeafScoreFunction(LeafReaderContext ctx)
-