| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.indices.fielddata.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
ShardFieldData |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFieldDataService.setListener(IndexFieldDataCache.Listener listener)
Sets a
IndexFieldDataCache.Listener passed to each IndexFieldData
creation to capture onCache and onRemoval events. |
| Modifier and Type | Class and Description |
|---|---|
class |
IndicesFieldDataCacheListener
A
IndexFieldDataCache.Listener implementation that updates indices (node) level statistics / service about
field data entries being loaded and unloaded. |
| Modifier and Type | Field and Description |
|---|---|
List<IndexFieldDataCache.Listener> |
IndicesFieldDataCache.Key.listeners |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldDataCache |
IndicesFieldDataCache.buildIndexFieldDataCache(IndexFieldDataCache.Listener listener,
Index index,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType) |
Copyright © 2009–2017. All rights reserved.