Uses of Class
org.elasticsearch.common.lucene.search.function.CombineFunction
-
Packages that use CombineFunction Package Description org.elasticsearch.common.lucene.search.function org.elasticsearch.index.query.functionscore -
-
Uses of CombineFunction in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function that return CombineFunction Modifier and Type Method Description static CombineFunctionCombineFunction. fromString(String combineFunction)CombineFunctionFunctionScoreQuery. getCombineFunction()CombineFunctionScoreFunction. getDefaultScoreCombiner()static CombineFunctionCombineFunction. readFromStream(StreamInput in)static CombineFunctionCombineFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static CombineFunction[]CombineFunction. 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 CombineFunction Constructor Description FunctionScoreQuery(Query subQuery, FunctionScoreQuery.ScoreMode scoreMode, ScoreFunction[] functions, CombineFunction combineFunction, Float minScore, float maxBoost)Creates a FunctionScoreQuery with multiple score functionsFunctionScoreQuery(Query subQuery, ScoreFunction function, CombineFunction combineFunction, Float minScore, float maxBoost)Creates a FunctionScoreQuery with a single functionScoreFunction(CombineFunction scoreCombiner) -
Uses of CombineFunction in org.elasticsearch.index.query.functionscore
Fields in org.elasticsearch.index.query.functionscore declared as CombineFunction Modifier and Type Field Description static CombineFunctionFunctionScoreQueryBuilder. DEFAULT_BOOST_MODEMethods in org.elasticsearch.index.query.functionscore that return CombineFunction Modifier and Type Method Description CombineFunctionFunctionScoreQueryBuilder. boostMode()Returns the boost mode, meaning how the combined result of score functions will influence the final score together with the sub query score.Methods in org.elasticsearch.index.query.functionscore with parameters of type CombineFunction Modifier and Type Method Description FunctionScoreQueryBuilderFunctionScoreQueryBuilder. boostMode(CombineFunction combineFunction)Boost mode defines how the combined result of score functions will influence the final score together with the sub query score.
-