Uses of Class
org.apache.lucene.index.BinaryDocValues
-
-
Uses of BinaryDocValues in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return BinaryDocValues Modifier and Type Method Description abstract BinaryDocValuesDocValuesProducer. getBinary(FieldInfo field)ReturnsBinaryDocValuesfor this field. -
Uses of BinaryDocValues in org.apache.lucene.index
Subclasses of BinaryDocValues in org.apache.lucene.index Modifier and Type Class Description classSortedDocValuesA per-document byte[] with presorted values.Methods in org.apache.lucene.index that return BinaryDocValues Modifier and Type Method Description static BinaryDocValuesDocValues. emptyBinary()An emptyBinaryDocValueswhich returns no documentsstatic BinaryDocValuesDocValues. getBinary(LeafReader reader, String field)Returns BinaryDocValues for the field, orDocValues.emptyBinary()if it has none.BinaryDocValuesEmptyDocValuesProducer. getBinary(FieldInfo field)BinaryDocValuesCodecReader. getBinaryDocValues(String field)BinaryDocValuesFilterLeafReader. getBinaryDocValues(String field)abstract BinaryDocValuesLeafReader. getBinaryDocValues(String field)ReturnsBinaryDocValuesfor this field, or null if no binary doc values were indexed for this field. -
Uses of BinaryDocValues in org.apache.lucene.search
Methods in org.apache.lucene.search that return BinaryDocValues Modifier and Type Method Description protected BinaryDocValuesFieldComparator.TermValComparator. getBinaryDocValues(LeafReaderContext context, String field)Retrieves the BinaryDocValues for the field in this segment -
Uses of BinaryDocValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesTermVectorLeafReader. getBinaryDocValues(String field) -
Uses of BinaryDocValues in org.elasticsearch.index.fielddata
Subclasses of BinaryDocValues in org.elasticsearch.index.fielddata Modifier and Type Class Description classAbstractBinaryDocValuesBase implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.classAbstractSortedDocValuesBase implementation that throws anIOExceptionfor theDocIdSetIteratorAPIs.Methods in org.elasticsearch.index.fielddata that return BinaryDocValues Modifier and Type Method Description static BinaryDocValuesFieldData. unwrapSingleton(SortedBinaryDocValues values)Returns a single-valued view of theSortedBinaryDocValues, if it was previously wrapped withFieldData.singleton(BinaryDocValues), or null.Methods in org.elasticsearch.index.fielddata with parameters of type BinaryDocValues Modifier and Type Method Description static SortedBinaryDocValuesFieldData. singleton(BinaryDocValues values)Returns a multi-valued view over the providedBinaryDocValues. -
Uses of BinaryDocValues in org.elasticsearch.search
Methods in org.elasticsearch.search that return BinaryDocValues Modifier and Type Method Description BinaryDocValuesMultiValueMode. select(SortedBinaryDocValues values, BytesRef missingValue)Return aBinaryDocValuesinstance that can be used to sort documents with this mode and the provided values.BinaryDocValuesMultiValueMode. select(SortedBinaryDocValues values, BytesRef missingValue, BitSet parentDocs, DocIdSetIterator childDocs, int maxDoc, int maxChildren)Return aBinaryDocValuesinstance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.Methods in org.elasticsearch.search with parameters of type BinaryDocValues Modifier and Type Method Description protected BytesRefMultiValueMode. pick(BinaryDocValues values, BytesRefBuilder builder, DocIdSetIterator docItr, int startDoc, int endDoc, int maxChildren)
-