Class RankFeatureQueryBuilder.ScoreFunction.Log

java.lang.Object
org.opensearch.index.query.RankFeatureQueryBuilder.ScoreFunction
org.opensearch.index.query.RankFeatureQueryBuilder.ScoreFunction.Log
Enclosing class:
RankFeatureQueryBuilder.ScoreFunction

public static class RankFeatureQueryBuilder.ScoreFunction.Log extends RankFeatureQueryBuilder.ScoreFunction
A scoring function that scores documents as Math.log(scalingFactor + S) where S is the value of the static feature.
  • Constructor Details

    • Log

      public Log(float scalingFactor)
  • Method Details