public abstract class AbstractIndexOrdinalsFieldData extends AbstractIndexFieldData<AtomicOrdinalsFieldData > implements IndexOrdinalsFieldData
AbstractIndexFieldData.PerValueEstimator IndexFieldData.Builder , IndexFieldData.CommonSettings , IndexFieldData.Global <FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource | Modifier and Type | Field and Description |
|---|---|
protected CircuitBreakerService |
breakerService
|
protected Settings |
frequency
|
protected Settings |
regex
|
cache, fieldDataTypecomponentSettings, index, indexSettings, logger| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexOrdinalsFieldData(Index
|
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData |
comparatorSource(Object
Comparator used for sorting.
|
protected org |
filter(org
|
IndexOrdinalsFieldData |
loadGlobal(org
Load a global view of the ordinals for the given
IndexReader, potentially from a cache.
|
IndexOrdinalsFieldData |
localGlobalDirect(org
Load a global view of the ordinals for the given
IndexReader.
|
clear, clear, getFieldDataType, getFieldNames, loadindex, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, clear, getFieldDataType, getFieldNames, load, loadDirectindexprotected Settingsfrequency
protected Settingsregex
protected final CircuitBreakerServicebreakerService
protected AbstractIndexOrdinalsFieldData(Indexindex, Settings indexSettings, FieldMapper .Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public IndexFieldData.XFieldComparatorSource comparatorSource(@Nullable Object missingValue, MultiValueMode sortMode, IndexFieldData .XFieldComparatorSource .Nested nested)
IndexFieldData
public IndexOrdinalsFieldDataloadGlobal(org .apache .lucene .index .IndexReader indexReader)
IndexOrdinalsFieldData
IndexReader, potentially from a cache.
public IndexOrdinalsFieldDatalocalGlobalDirect(org .apache .lucene .index .IndexReader indexReader) throws Exception
IndexOrdinalsFieldData
IndexReader.
localGlobalDirect in interface
IndexFieldData.Global <AtomicOrdinalsFieldData>
localGlobalDirect in interface
IndexOrdinalsFieldData
Exception
protected org.apache .lucene .index .TermsEnum filter(org .apache .lucene .index .Terms terms, org .apache .lucene .index .AtomicReader reader) throws IOException
IOException