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 SummaryNested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldDataIndexFieldData.Builder, IndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource
- 
Method SummaryModifier and TypeMethodDescriptionloadGlobal(org.apache.lucene.index.DirectoryReader indexReader)loadGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader)Methods inherited from interface org.elasticsearch.index.fielddata.IndexFieldDatagetFieldName, getValuesSourceType, load, loadDirect, newBucketedSort, sortField
- 
Method Details- 
loadGlobal
- 
loadGlobalDirectIndexFieldData<FD> loadGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) throws Exception- Throws:
- Exception
 
 
-