Uses of Class
org.apache.lucene.util.LongValues
-
Packages that use LongValues Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.util Some utility classes.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of LongValues in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as LongValues Modifier and Type Field Description (package private) LongValuesDocValuesConsumer.SortedDocValuesSub. map(package private) LongValuesDocValuesConsumer.SortedSetDocValuesSub. mapConstructors in org.apache.lucene.codecs with parameters of type LongValues Constructor Description SortedDocValuesSub(MergeState.DocMap docMap, SortedDocValues values, LongValues map)SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map) -
Uses of LongValues in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as LongValues Modifier and Type Field Description (package private) LongValuesLucene70DocValuesProducer.TermsDict. blockAddresses(package private) LongValuesLucene70DocValuesProducer.TermsDict. indexAddressesMethods in org.apache.lucene.codecs.lucene70 that return LongValues Modifier and Type Method Description private LongValuesLucene70DocValuesProducer. getNumericValues(Lucene70DocValuesProducer.NumericEntry entry) -
Uses of LongValues in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as LongValues Modifier and Type Field Description private LongValuesLucene80DocValuesProducer.BinaryDecoder. addresses(package private) LongValuesLucene80DocValuesProducer.TermsDict. blockAddresses(package private) LongValuesLucene80DocValuesProducer.TermsDict. indexAddresses(package private) LongValuesLucene80DocValuesProducer.VaryingBPVReader. valuesMethods in org.apache.lucene.codecs.lucene80 that return LongValues Modifier and Type Method Description private LongValuesLucene80DocValuesProducer. getNumericValues(Lucene80DocValuesProducer.NumericEntry entry)Constructors in org.apache.lucene.codecs.lucene80 with parameters of type LongValues Constructor Description BinaryDecoder(LongValues addresses, IndexInput compressedData, int biggestUncompressedBlockSize, int docsPerChunkShift) -
Uses of LongValues in org.apache.lucene.index
Fields in org.apache.lucene.index declared as LongValues Modifier and Type Field Description (package private) LongValuesOrdinalMap. firstSegments(package private) LongValuesOrdinalMap. globalOrdDeltas(package private) LongValues[]OrdinalMap. segmentToGlobalOrdsMethods in org.apache.lucene.index that return LongValues Modifier and Type Method Description LongValuesOrdinalMap. getGlobalOrds(int segmentIndex)Given a segment number, return aLongValuesinstance that maps segment ordinals to global ordinals. -
Uses of LongValues in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as LongValues Modifier and Type Field Description private LongValuesGlobalOrdinalsCollector.OrdinalMapCollector. segmentOrdToGlobalOrdLookup(package private) LongValuesGlobalOrdinalsQuery.OrdinalMapScorer. segmentOrdToGlobalOrdLookupprivate LongValuesGlobalOrdinalsWithScoreCollector.OrdinalMapCollector. segmentOrdToGlobalOrdLookup(package private) LongValuesGlobalOrdinalsWithScoreQuery.OrdinalMapScorer. segmentOrdToGlobalOrdLookupConstructors in org.apache.lucene.search.join with parameters of type LongValues Constructor Description OrdinalMapCollector(SortedDocValues docTermOrds, LongValues segmentOrdToGlobalOrdLookup)OrdinalMapCollector(SortedDocValues docTermOrds, LongValues segmentOrdToGlobalOrdLookup)OrdinalMapScorer(Weight weight, float score, LongBitSet foundOrds, SortedDocValues values, DocIdSetIterator approximationScorer, LongValues segmentOrdToGlobalOrdLookup)OrdinalMapScorer(Weight weight, GlobalOrdinalsWithScoreCollector collector, SortedDocValues values, DocIdSetIterator approximation, LongValues segmentOrdToGlobalOrdLookup) -
Uses of LongValues in org.apache.lucene.util
Fields in org.apache.lucene.util declared as LongValues Modifier and Type Field Description static LongValuesLongValues. IDENTITYAn instance that returns the provided value.static LongValuesLongValues. ZEROES -
Uses of LongValues in org.apache.lucene.util.packed
Subclasses of LongValues in org.apache.lucene.util.packed Modifier and Type Class Description classAbstractPagedMutable<T extends AbstractPagedMutable<T>>Base implementation forPagedMutableandPagedGrowableWriter.classBlockPackedReaderProvides random access to a stream written withBlockPackedWriter.(package private) classDeltaPackedLongValuesclassDirectMonotonicReaderRetrieves an instance previously written byDirectMonotonicWriter.(package private) static classDirectReader.DirectPackedReader1(package private) static classDirectReader.DirectPackedReader12(package private) static classDirectReader.DirectPackedReader16(package private) static classDirectReader.DirectPackedReader2(package private) static classDirectReader.DirectPackedReader20(package private) static classDirectReader.DirectPackedReader24(package private) static classDirectReader.DirectPackedReader28(package private) static classDirectReader.DirectPackedReader32(package private) static classDirectReader.DirectPackedReader4(package private) static classDirectReader.DirectPackedReader40(package private) static classDirectReader.DirectPackedReader48(package private) static classDirectReader.DirectPackedReader56(package private) static classDirectReader.DirectPackedReader64(package private) static classDirectReader.DirectPackedReader8classMonotonicBlockPackedReaderProvides random access to a stream written withMonotonicBlockPackedWriter.(package private) classMonotonicLongValuesclassPackedLongValuesUtility class to compress integers into aLongValuesinstance.classPagedGrowableWriterclassPagedMutableAPagedMutable.Fields in org.apache.lucene.util.packed declared as LongValues Modifier and Type Field Description private static LongValuesDirectMonotonicReader. EMPTYAn instance that always returns0.private LongValues[]DirectMonotonicReader. readersMethods in org.apache.lucene.util.packed that return LongValues Modifier and Type Method Description static LongValuesDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue)Retrieves an instance from the specified slice written decodingbitsPerValuefor each valuestatic LongValuesDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue, long offset)Retrieves an instance from the specifiedoffsetof the given slice decodingbitsPerValuefor each valueConstructors in org.apache.lucene.util.packed with parameters of type LongValues Constructor Description DirectMonotonicReader(int blockShift, LongValues[] readers, long[] mins, float[] avgs, byte[] bpvs)
-