Package org.elasticsearch.common.lucene.search.function
package org.elasticsearch.common.lucene.search.function
-
ClassDescriptionA 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.A query that allows for a pluggable boost function / filter.Per-leaf
ScoreFunction
.Pseudo randomly generate a score for eachLeafScoreFunction.score(int, float)
.A query that uses a script to compute documents' scores.