public class BinaryDVIndexFieldData extends DocValuesIndexFieldData implements IndexFieldData<BinaryDVAtomicFieldData>
DocValuesIndexFieldData.BuilderIndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcefieldDataType, fieldNames, index, logger| Constructor and Description |
|---|
BinaryDVIndexFieldData(Index index,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData.XFieldComparatorSource |
comparatorSource(Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested)
Comparator used for sorting.
|
BinaryDVAtomicFieldData |
load(org.apache.lucene.index.LeafReaderContext context)
Loads the atomic field data for the reader, possibly cached.
|
BinaryDVAtomicFieldData |
loadDirect(org.apache.lucene.index.LeafReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
clear, clear, getFieldDataType, getFieldNames, indexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getFieldDataType, getFieldNamesindexpublic BinaryDVIndexFieldData(Index index, MappedFieldType.Names fieldNames, FieldDataType fieldDataType)
public BinaryDVAtomicFieldData load(org.apache.lucene.index.LeafReaderContext context)
IndexFieldDataload in interface IndexFieldData<BinaryDVAtomicFieldData>public BinaryDVAtomicFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception
IndexFieldDataloadDirect in interface IndexFieldData<BinaryDVAtomicFieldData>Exceptionpublic IndexFieldData.XFieldComparatorSource comparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDatacomparatorSource in interface IndexFieldData<BinaryDVAtomicFieldData>Copyright © 2009–2016. All rights reserved.