Interface IndexFieldData.Global<FD extends AtomicFieldData>
-
- All Superinterfaces:
IndexComponent,IndexFieldData<FD>
- All Known Subinterfaces:
IndexOrdinalsFieldData
- All Known Implementing Classes:
AbstractIndexOrdinalsFieldData,ConstantIndexFieldData,GlobalOrdinalsIndexFieldData,GlobalOrdinalsIndexFieldData.Consumer,PagedBytesIndexFieldData,SortedSetDVOrdinalsIndexFieldData
- Enclosing interface:
- IndexFieldData<FD extends AtomicFieldData>
public static interface IndexFieldData.Global<FD extends AtomicFieldData> extends IndexFieldData<FD>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Builder, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexFieldData<FD>loadGlobal(DirectoryReader indexReader)IndexFieldData<FD>localGlobalDirect(DirectoryReader indexReader)-
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
-
Methods inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
clear, getFieldName, load, loadDirect, sortField
-
-
-
-
Method Detail
-
loadGlobal
IndexFieldData<FD> loadGlobal(DirectoryReader indexReader)
-
localGlobalDirect
IndexFieldData<FD> localGlobalDirect(DirectoryReader indexReader) throws Exception
- Throws:
Exception
-
-