Package org.opensearch.index.fielddata
Interface IndexFieldData.Global<FD extends LeafFieldData>
- All Superinterfaces:
IndexFieldData<FD>
- All Known Subinterfaces:
IndexOrdinalsFieldData
- All Known Implementing Classes:
AbstractIndexOrdinalsFieldData
,ConstantIndexFieldData
,GlobalOrdinalsIndexFieldData
,GlobalOrdinalsIndexFieldData.Consumer
,PagedBytesIndexFieldData
,SortedSetOrdinalsIndexFieldData
- Enclosing interface:
IndexFieldData<FD extends LeafFieldData>
@PublicApi(since="1.0.0")
public static interface IndexFieldData.Global<FD extends LeafFieldData>
extends IndexFieldData<FD>
Base Global field data class
- Opensearch.api:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.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.opensearch.index.fielddata.IndexFieldData
getFieldName, getValuesSourceType, load, loadDirect, newBucketedSort, sortField, wideSortField
-
Method Details
-
loadGlobal
-
loadGlobalDirect
IndexFieldData<FD> loadGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) throws Exception - Throws:
Exception
-