public abstract class AbstractIndexOrdinalsFieldData extends AbstractIndexFieldData<AtomicOrdinalsFieldData> implements IndexOrdinalsFieldData
AbstractIndexFieldData.PerValueEstimatorIndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CircuitBreakerService |
breakerService |
protected Settings |
frequency |
protected Settings |
regex |
cache, fieldDataTypedeprecationLogger, index, indexSettings, logger| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AbstractIndexOrdinalsFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexFieldData.XFieldComparatorSource |
comparatorSource(Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested)
Comparator used for sorting.
|
protected AtomicOrdinalsFieldData |
empty(int maxDoc) |
protected org.apache.lucene.index.TermsEnum |
filter(org.apache.lucene.index.Terms terms,
org.apache.lucene.index.LeafReader reader) |
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. |
clear, getFieldDataType, getFieldNames, loadindex, indexSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getFieldDataType, getFieldNames, load, loadDirectindexprotected Settings frequency
protected Settings regex
protected final CircuitBreakerService breakerService
protected AbstractIndexOrdinalsFieldData(Index index, Settings indexSettings, MappedFieldType.Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public IndexFieldData.XFieldComparatorSource comparatorSource(@Nullable Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDatacomparatorSource インタフェース内 IndexFieldData<AtomicOrdinalsFieldData>public IndexOrdinalsFieldData loadGlobal(org.apache.lucene.index.DirectoryReader indexReader)
IndexOrdinalsFieldDataIndexReader,
potentially from a cache.loadGlobal インタフェース内 IndexFieldData.Global<AtomicOrdinalsFieldData>loadGlobal インタフェース内 IndexOrdinalsFieldDatapublic IndexOrdinalsFieldData localGlobalDirect(org.apache.lucene.index.DirectoryReader indexReader) throws Exception
IndexOrdinalsFieldDataIndexReader.localGlobalDirect インタフェース内 IndexFieldData.Global<AtomicOrdinalsFieldData>localGlobalDirect インタフェース内 IndexOrdinalsFieldDataExceptionprotected AtomicOrdinalsFieldData empty(int maxDoc)
empty クラス内 AbstractIndexFieldData<AtomicOrdinalsFieldData>maxDoc - of the current readerprotected org.apache.lucene.index.TermsEnum filter(org.apache.lucene.index.Terms terms,
org.apache.lucene.index.LeafReader reader)
throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.