Package org.opensearch.index.query
-
Class Summary Class Description RankFeatureQueryBuilder Query to run on a [rank_feature] field.RankFeatureQueryBuilder.ScoreFunction Scoring function for a [rank_feature] field.RankFeatureQueryBuilder.ScoreFunction.Linear A scoring function that scores documents as simplySwhere S is the indexed value of the static feature.RankFeatureQueryBuilder.ScoreFunction.Log A scoring function that scores documents asMath.log(scalingFactor + S)where S is the value of the static feature.RankFeatureQueryBuilder.ScoreFunction.Saturation A scoring function that scores documents asS / (S + pivot)where S is the value of the static feature.RankFeatureQueryBuilder.ScoreFunction.Sigmoid A scoring function that scores documents asS^exp / (S^exp + pivot^exp)where S is the value of the static feature.RankFeatureQueryBuilders