public interface IndexFieldDataCache
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IndexFieldDataCache.Listener |
static class |
IndexFieldDataCache.None |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all the field data stored cached in on this index.
|
void |
clear(java.lang.String fieldName)
Clears all the field data stored cached in on this index for the specified field name.
|
<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> |
load(org.apache.lucene.index.DirectoryReader indexReader,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
load(org.apache.lucene.index.LeafReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> FD load(org.apache.lucene.index.LeafReaderContext context, IFD indexFieldData) throws java.lang.Exception
java.lang.Exception<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> IFD load(org.apache.lucene.index.DirectoryReader indexReader, IFD indexFieldData) throws java.lang.Exception
java.lang.Exceptionvoid clear()
void clear(java.lang.String fieldName)