public interface IndexParentChildFieldData extends IndexFieldData.Global<AtomicParentChildFieldData>
IndexFieldData for parent/child mappings.IndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource| Modifier and Type | Method and Description |
|---|---|
IndexParentChildFieldData |
loadGlobal(org.apache.lucene.index.DirectoryReader indexReader)
Load a global view of the ordinals for the given
IndexReader,
potentially from a cache. |
IndexParentChildFieldData |
localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader)
Load a global view of the ordinals for the given
IndexReader. |
clear, comparatorSource, getFieldName, load, loadDirectindexIndexParentChildFieldData loadGlobal(org.apache.lucene.index.DirectoryReader indexReader)
IndexReader,
potentially from a cache.loadGlobal in interface IndexFieldData.Global<AtomicParentChildFieldData>IndexParentChildFieldData localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) throws java.lang.Exception
IndexReader.localGlobalDirect in interface IndexFieldData.Global<AtomicParentChildFieldData>java.lang.Exception