Uses of Class
org.elasticsearch.common.lucene.search.function.FunctionScoreQuery.ScoreMode
-
Packages that use FunctionScoreQuery.ScoreMode Package Description org.elasticsearch.common.lucene.search.function org.elasticsearch.index.query.functionscore -
-
Uses of FunctionScoreQuery.ScoreMode in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function that return FunctionScoreQuery.ScoreMode Modifier and Type Method Description static FunctionScoreQuery.ScoreModeFunctionScoreQuery.ScoreMode. fromString(String scoreMode)static FunctionScoreQuery.ScoreModeFunctionScoreQuery.ScoreMode. readFromStream(StreamInput in)static FunctionScoreQuery.ScoreModeFunctionScoreQuery.ScoreMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionScoreQuery.ScoreMode[]FunctionScoreQuery.ScoreMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.common.lucene.search.function with parameters of type FunctionScoreQuery.ScoreMode Constructor Description FunctionScoreQuery(Query subQuery, FunctionScoreQuery.ScoreMode scoreMode, ScoreFunction[] functions, CombineFunction combineFunction, Float minScore, float maxBoost)Creates a FunctionScoreQuery with multiple score functions -
Uses of FunctionScoreQuery.ScoreMode in org.elasticsearch.index.query.functionscore
Fields in org.elasticsearch.index.query.functionscore declared as FunctionScoreQuery.ScoreMode Modifier and Type Field Description static FunctionScoreQuery.ScoreModeFunctionScoreQueryBuilder. DEFAULT_SCORE_MODEMethods in org.elasticsearch.index.query.functionscore that return FunctionScoreQuery.ScoreMode Modifier and Type Method Description FunctionScoreQuery.ScoreModeFunctionScoreQueryBuilder. scoreMode()Returns the score mode, meaning how results of individual score functions will be aggregated.Methods in org.elasticsearch.index.query.functionscore with parameters of type FunctionScoreQuery.ScoreMode Modifier and Type Method Description FunctionScoreQueryBuilderFunctionScoreQueryBuilder. scoreMode(FunctionScoreQuery.ScoreMode scoreMode)Score mode defines how results of individual score functions will be aggregated.
-