public final class UidIndexFieldData extends java.lang.Object implements IndexOrdinalsFieldData
_id field, which is in-memory since the _id
field does not have doc values, and prepends ${type}# to all values.
Note that it does not add memory compared to what fielddata on the _id is
already using: this is just a view.
TODO: Remove fielddata access on _uid and _id, or add doc values to _id.IndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource| Constructor and Description |
|---|
UidIndexFieldData(Index index,
java.lang.String type,
IndexOrdinalsFieldData idFieldData) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears any resources associated with this field data.
|
java.lang.String |
getFieldName()
The field name.
|
org.apache.lucene.index.MultiDocValues.OrdinalMap |
getOrdinalMap()
Returns the underlying
MultiDocValues.OrdinalMap for this fielddata
or null if global ordinals are not needed (constant value or single segment). |
Index |
index() |
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. |
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. |
public UidIndexFieldData(Index index, java.lang.String type, IndexOrdinalsFieldData idFieldData)
public Index index()
index in interface IndexComponentpublic java.lang.String getFieldName()
IndexFieldDatagetFieldName in interface IndexFieldData<AtomicOrdinalsFieldData>public org.apache.lucene.search.SortField sortField(java.lang.Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested,
boolean reverse)
IndexFieldDataSortField to used for sorting.sortField in interface IndexFieldData<AtomicOrdinalsFieldData>public AtomicOrdinalsFieldData load(org.apache.lucene.index.LeafReaderContext context)
IndexFieldDataload in interface IndexFieldData<AtomicOrdinalsFieldData>public AtomicOrdinalsFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws java.lang.Exception
IndexFieldDataloadDirect in interface IndexFieldData<AtomicOrdinalsFieldData>java.lang.Exceptionpublic void clear()
IndexFieldDataclear in interface IndexFieldData<AtomicOrdinalsFieldData>public 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 org.apache.lucene.index.MultiDocValues.OrdinalMap getOrdinalMap()
IndexOrdinalsFieldDataMultiDocValues.OrdinalMap for this fielddata
or null if global ordinals are not needed (constant value or single segment).getOrdinalMap in interface IndexOrdinalsFieldData