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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clears all the field data stored cached in on this index.void
Clears 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:
load
in 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:
load
in interfaceIndexFieldDataCache
- Throws:
Exception
-
clear
public void clear()Description copied from interface:IndexFieldDataCache
Clears all the field data stored cached in on this index.- Specified by:
clear
in interfaceIndexFieldDataCache
-
clear
Description copied from interface:IndexFieldDataCache
Clears all the field data stored cached in on this index for the specified field name.- Specified by:
clear
in interfaceIndexFieldDataCache
-