public class GlobalOrdinalsIndexFieldData extends AbstractIndexComponent implements IndexOrdinalsFieldData, org.apache.lucene.util.Accountable
IndexFieldData base class for concrete global ordinals implementations.IndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcedeprecationLogger, indexSettings, logger| Modifier | Constructor and Description |
|---|---|
protected |
GlobalOrdinalsIndexFieldData(IndexSettings indexSettings,
java.lang.String fieldName,
AtomicOrdinalsFieldData[] segmentAfd,
org.apache.lucene.index.OrdinalMap ordinalMap,
long memorySizeInBytes,
java.util.function.Function<org.apache.lucene.index.SortedSetDocValues,ScriptDocValues<?>> scriptFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears any resources associated with this field data.
|
java.util.Collection<org.apache.lucene.util.Accountable> |
getChildResources() |
java.lang.String |
getFieldName()
The field name.
|
org.apache.lucene.index.OrdinalMap |
getOrdinalMap()
Returns the underlying
OrdinalMap for this fielddata
or null if global ordinals are not needed (constant value or single segment). |
AtomicOrdinalsFieldData |
load(org.apache.lucene.index.LeafReaderContext context)
Loads the atomic field data for the reader, possibly cached.
|
AtomicOrdinalsFieldData |
loadDirect(org.apache.lucene.index.LeafReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
IndexOrdinalsFieldData |
loadGlobal(org.apache.lucene.index.DirectoryReader indexReader)
Load a global view of the ordinals for the given
IndexReader,
potentially from a cache. |
IndexOrdinalsFieldData |
localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader)
Load a global view of the ordinals for the given
IndexReader. |
long |
ramBytesUsed() |
org.apache.lucene.search.SortField |
sortField(java.lang.Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested,
boolean reverse)
Returns the
SortField to used for sorting. |
getIndexSettings, indexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindexprotected GlobalOrdinalsIndexFieldData(IndexSettings indexSettings, java.lang.String fieldName, AtomicOrdinalsFieldData[] segmentAfd, org.apache.lucene.index.OrdinalMap ordinalMap, long memorySizeInBytes, java.util.function.Function<org.apache.lucene.index.SortedSetDocValues,ScriptDocValues<?>> scriptFunction)
public AtomicOrdinalsFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws java.lang.Exception
IndexFieldDataloadDirect in interface IndexFieldData<AtomicOrdinalsFieldData>java.lang.Exceptionpublic IndexOrdinalsFieldData loadGlobal(org.apache.lucene.index.DirectoryReader indexReader)
IndexOrdinalsFieldDataIndexReader,
potentially from a cache.loadGlobal in interface IndexFieldData.Global<AtomicOrdinalsFieldData>loadGlobal in interface IndexOrdinalsFieldDatapublic IndexOrdinalsFieldData localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) throws java.lang.Exception
IndexOrdinalsFieldDataIndexReader.localGlobalDirect in interface IndexFieldData.Global<AtomicOrdinalsFieldData>localGlobalDirect in interface IndexOrdinalsFieldDatajava.lang.Exceptionpublic java.lang.String getFieldName()
IndexFieldDatagetFieldName in interface IndexFieldData<AtomicOrdinalsFieldData>public org.apache.lucene.search.SortField sortField(@Nullable java.lang.Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)
IndexFieldDataSortField to used for sorting.sortField in interface IndexFieldData<AtomicOrdinalsFieldData>public void clear()
IndexFieldDataclear in interface IndexFieldData<AtomicOrdinalsFieldData>public long ramBytesUsed()
ramBytesUsed in interface org.apache.lucene.util.Accountablepublic java.util.Collection<org.apache.lucene.util.Accountable> getChildResources()
getChildResources in interface org.apache.lucene.util.Accountablepublic AtomicOrdinalsFieldData load(org.apache.lucene.index.LeafReaderContext context)
IndexFieldDataload in interface IndexFieldData<AtomicOrdinalsFieldData>public org.apache.lucene.index.OrdinalMap getOrdinalMap()
IndexOrdinalsFieldDataOrdinalMap for this fielddata
or null if global ordinals are not needed (constant value or single segment).getOrdinalMap in interface IndexOrdinalsFieldData