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>

public static interface IndexFieldData.Global<FD extends LeafFieldData>
extends IndexFieldData<FD>
  • Method Details

    • loadGlobal

      IndexFieldData<FD> loadGlobal​(org.apache.lucene.index.DirectoryReader indexReader)
    • loadGlobalDirect

      IndexFieldData<FD> loadGlobalDirect​(org.apache.lucene.index.DirectoryReader indexReader) throws java.lang.Exception
      Throws:
      java.lang.Exception