| Package | Description |
|---|---|
| org.elasticsearch.common.util | |
| org.elasticsearch.search.highlight | |
| org.elasticsearch.search.suggest |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionPoint.SelectedType<T>
A Type extension point which basically allows to registerd keyed extensions like
ExtensionPoint.ClassMap
but doesn't instantiate and bind all the registered key value pairs but instead replace a singleton based on a given setting via ExtensionPoint.SelectedType.bindType(Binder, Settings, String, String)
Note: ExtensionPoint.bind(Binder) is not supported by this class |
| Modifier and Type | Class and Description |
|---|---|
class |
Highlighters
An extensions point and registry for all the highlighters a node supports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Suggesters |
Copyright © 2009–2017. All rights reserved.