| Modifier and Type | Class and Description |
|---|---|
class |
DecayFunctionParser
This class provides the basic functionality needed for adding a decay
function.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ScoreFunctionParser> |
ScoreFunctionParserMapper.functionParsers |
| Modifier and Type | Method and Description |
|---|---|
ScoreFunctionParser |
ScoreFunctionParserMapper.get(QueryParseContext parseContext,
String parserName) |
| Constructor and Description |
|---|
ScoreFunctionParserMapper(Set<ScoreFunctionParser> parsers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialDecayFunctionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
FactorParser
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldValueFactorFunctionParser
Parses out a function_score function that looks like:
|
| Modifier and Type | Class and Description |
|---|---|
class |
GaussDecayFunctionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearDecayFunctionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomScoreFunctionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptScoreFunctionParser |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchModule.registerFunctionScoreParser(Class<? extends ScoreFunctionParser> parser) |
Copyright © 2009–2017. All rights reserved.