Class IndexFieldDataCache.None
java.lang.Object
org.elasticsearch.index.fielddata.IndexFieldDataCache.None
- All Implemented Interfaces:
IndexFieldDataCache
- Enclosing interface:
- IndexFieldDataCache
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldDataCache
IndexFieldDataCache.Listener, IndexFieldDataCache.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears all the field data stored cached in on this index.voidClears all the field data stored cached in on this index for the specified field name.<FD extends LeafFieldData, IFD extends IndexFieldData.Global<FD>>
IFDload(org.apache.lucene.index.DirectoryReader indexReader, IFD indexFieldData)<FD extends LeafFieldData, IFD extends IndexFieldData<FD>>
FDload(org.apache.lucene.index.LeafReaderContext context, IFD indexFieldData)
-
Constructor Details
-
None
public None()
-
-
Method Details
-
load
public <FD extends LeafFieldData, IFD extends IndexFieldData<FD>> FD load(org.apache.lucene.index.LeafReaderContext context, IFD indexFieldData) throws Exception- Specified by:
loadin interfaceIndexFieldDataCache- Throws:
Exception
-
load
public <FD extends LeafFieldData, IFD extends IndexFieldData.Global<FD>> IFD load(org.apache.lucene.index.DirectoryReader indexReader, IFD indexFieldData) throws Exception- Specified by:
loadin interfaceIndexFieldDataCache- Throws:
Exception
-
clear
public void clear()Description copied from interface:IndexFieldDataCacheClears all the field data stored cached in on this index.- Specified by:
clearin interfaceIndexFieldDataCache
-
clear
Description copied from interface:IndexFieldDataCacheClears all the field data stored cached in on this index for the specified field name.- Specified by:
clearin interfaceIndexFieldDataCache
-