public class PagedBytesIndexFieldData extends AbstractIndexOrdinalsFieldData
Modifier and Type | Class and Description |
---|---|
static class |
PagedBytesIndexFieldData.Builder |
class |
PagedBytesIndexFieldData.PagedBytesEstimator
Estimator that wraps string field data by either using
BlockTreeTermsReader, or wrapping the data in a RamAccountingTermsEnum
if the BlockTreeTermsReader cannot be used.
|
AbstractIndexFieldData.PerValueEstimator
IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource
breakerService, frequency, regex
cache, fieldDataType
componentSettings, index, indexSettings, logger
Constructor and Description |
---|
PagedBytesIndexFieldData(Index index,
Settings indexSettings,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService) |
Modifier and Type | Method and Description |
---|---|
AtomicOrdinalsFieldData |
loadDirect(org.apache.lucene.index.AtomicReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
comparatorSource, filter, loadGlobal, localGlobalDirect
clear, clear, getFieldDataType, getFieldNames, load
index, nodeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, clear, getFieldDataType, getFieldNames, load
index
public PagedBytesIndexFieldData(Index index, @IndexSettings Settings indexSettings, FieldMapper.Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public AtomicOrdinalsFieldData loadDirect(org.apache.lucene.index.AtomicReaderContext context) throws Exception
IndexFieldData
Exception
Copyright © 2009–2015. All rights reserved.