Package org.opensearch.common.lucene.search.function
package org.opensearch.common.lucene.search.function
Base Lucene Function Scoring package.
-
ClassDescriptionCombine function for searchA function_score function that multiplies the score with the value of a field from the document, optionally multiplying the field by a factor first, and applying a modification (log, ln, sqrt, square, etc) afterwards.The Type class encapsulates the modification types that can be applied to the score/value product.Helper utility class for functionsA query that allows for a pluggable boost function / filter.Filter score functionThe mode of the scorePer-leaf
ScoreFunction
.Pseudo randomly generate a score for eachLeafScoreFunction.score(int, float)
.Score function for search.Script score function for search.A query that uses a script to compute documents' scores.Weight factor function