Interface IndexFieldData.Global<FD extends LeafFieldData>
- All Superinterfaces:
 IndexFieldData<FD>
- All Known Subinterfaces:
 IndexOrdinalsFieldData
- All Known Implementing Classes:
 AbstractIndexOrdinalsFieldData,ConstantIndexFieldData,FlattenedFieldMapper.KeyedFlattenedFieldData,GlobalOrdinalsIndexFieldData,GlobalOrdinalsIndexFieldData.Consumer,PagedBytesIndexFieldData,SortedSetOrdinalsIndexFieldData
- Enclosing interface:
 - IndexFieldData<FD extends LeafFieldData>
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Builder, IndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource - 
Method Summary
Modifier and TypeMethodDescriptionloadGlobal(org.apache.lucene.index.DirectoryReader indexReader)loadGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader)Methods inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
getFieldName, getValuesSourceType, load, loadDirect, newBucketedSort, sortField 
- 
Method Details
- 
loadGlobal
 - 
loadGlobalDirect
IndexFieldData<FD> loadGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) throws Exception- Throws:
 Exception
 
 -