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
RandomScoreFunction.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 |
---|
FilterFunction(org.apache.lucene.search.Filter 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 |
DecayFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser)
Parses bodies of the kind
|
ScoreFunction |
ScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
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–2015. All rights reserved.