java.lang.Object
org.elasticsearch.index.fielddata.ShardFieldData
- All Implemented Interfaces:
IndexFieldDataCache.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after the fielddata is loaded during the cache phasevoidCalled after the fielddata is unloaded
-
Constructor Details
-
ShardFieldData
public ShardFieldData()
-
-
Method Details
-
stats
-
onCache
Description copied from interface:IndexFieldDataCache.ListenerCalled after the fielddata is loaded during the cache phase- Specified by:
onCachein interfaceIndexFieldDataCache.Listener
-
onRemoval
Description copied from interface:IndexFieldDataCache.ListenerCalled after the fielddata is unloaded- Specified by:
onRemovalin interfaceIndexFieldDataCache.Listener
-