Package | Description |
---|---|
org.elasticsearch.common.lucene.search.function |
Modifier and Type | Method and Description |
---|---|
static FiltersFunctionScoreQuery.ScoreMode |
FiltersFunctionScoreQuery.ScoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FiltersFunctionScoreQuery.ScoreMode[] |
FiltersFunctionScoreQuery.ScoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FiltersFunctionScoreQuery(org.apache.lucene.search.Query subQuery,
FiltersFunctionScoreQuery.ScoreMode scoreMode,
FiltersFunctionScoreQuery.FilterFunction[] filterFunctions,
float maxBoost,
Float minScore) |
Copyright © 2009–2015. All rights reserved.