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.PerValueEstimatorIndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcebreakerService, frequency, regexcache, fieldDataTypecomponentSettings, 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, localGlobalDirectclear, clear, getFieldDataType, getFieldNames, loadindex, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, clear, getFieldDataType, getFieldNames, loadindexpublic 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
IndexFieldDataExceptionCopyright © 2009–2016. All rights reserved.