public interface ScoreFunctionParser
| Modifier and Type | Method and Description |
|---|---|
String[] |
getNames()
Returns the name of the function, for example "linear", "gauss" etc.
|
ScoreFunction |
parse(QueryParseContext parseContext,
XContentParser parser) |
ScoreFunction parse(QueryParseContext parseContext, XContentParser parser) throws IOException, QueryParsingException
IOExceptionQueryParsingExceptionString[] getNames()
FunctionScoreQueryParser.Copyright © 2009–2017. All rights reserved.