Package org.opensearch.index.query
package org.opensearch.index.query
-
ClassesClassDescriptionQuery to run on a [rank_feature] field.Scoring function for a [rank_feature] field.A scoring function that scores documents as simply
Swhere S is the indexed value of the static feature.A scoring function that scores documents asMath.log(scalingFactor + S)where S is the value of the static feature.A scoring function that scores documents asS / (S + pivot)where S is the value of the static feature.A scoring function that scores documents asS^exp / (S^exp + pivot^exp)where S is the value of the static feature.