| Modifier and Type | Class and Description |
|---|---|
class |
BoostScoreFunction
Deprecated.
|
class |
FieldValueFactorFunction
A 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.
|
class |
RandomScoreFunction
Pseudo randomly generate a score for each
LeafScoreFunction.score(int, float). |
class |
ScriptScoreFunction |
class |
WeightFactorFunction |
| Modifier and Type | Field and Description |
|---|---|
ScoreFunction |
FiltersFunctionScoreQuery.FilterFunction.function |
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
FunctionScoreQuery.getFunction() |
| Constructor and Description |
|---|
FiltersFunctionScoreQuery.FilterFunction(org.apache.lucene.search.Query filter,
ScoreFunction function) |
FunctionScoreQuery(org.apache.lucene.search.Query subQuery,
ScoreFunction function) |
FunctionScoreQuery(org.apache.lucene.search.Query subQuery,
ScoreFunction function,
Float minScore) |
WeightFactorFunction(float weight,
ScoreFunction scoreFunction) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DecayFunctionParser.AbstractDistanceScoreFunction
This is the base class for scoring a single field.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
ScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
ScoreFunction |
DecayFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser)
Parses bodies of the kind
|
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
FactorParser.parse(QueryParseContext parseContext,
XContentParser parser)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
FieldValueFactorFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
RandomScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
| Modifier and Type | Method and Description |
|---|---|
ScoreFunction |
ScriptScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
Copyright © 2009–2017. All rights reserved.