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, fieldDataTypedeprecationLogger, index, indexSettings, logger| Constructor and Description |
|---|
PagedBytesIndexFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService) |
| Modifier and Type | Method and Description |
|---|---|
AtomicOrdinalsFieldData |
loadDirect(org.apache.lucene.index.LeafReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
comparatorSource, empty, filter, loadGlobal, localGlobalDirectclear, getFieldDataType, getFieldNames, loadindex, indexSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getFieldDataType, getFieldNames, loadindexpublic PagedBytesIndexFieldData(Index index, Settings indexSettings, MappedFieldType.Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public AtomicOrdinalsFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception
IndexFieldDataExceptionCopyright © 2009–2017. All rights reserved.