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 |
Lucene 8.0 file 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.
|
Modifier and Type | Field and Description |
---|---|
(package private) LongValues |
DocValuesConsumer.SortedDocValuesSub.map |
(package private) LongValues |
DocValuesConsumer.SortedSetDocValuesSub.map |
Constructor and Description |
---|
SortedDocValuesSub(MergeState.DocMap docMap,
SortedDocValues values,
LongValues map) |
SortedSetDocValuesSub(MergeState.DocMap docMap,
SortedSetDocValues values,
LongValues map) |
Modifier and Type | Field and Description |
---|---|
(package private) LongValues |
Lucene70DocValuesProducer.TermsDict.blockAddresses |
(package private) LongValues |
Lucene70DocValuesProducer.TermsDict.indexAddresses |
Modifier and Type | Method and Description |
---|---|
private LongValues |
Lucene70DocValuesProducer.getNumericValues(Lucene70DocValuesProducer.NumericEntry entry) |
Modifier and Type | Field and Description |
---|---|
(package private) LongValues |
Lucene80DocValuesProducer.TermsDict.blockAddresses |
(package private) LongValues |
Lucene80DocValuesProducer.TermsDict.indexAddresses |
(package private) LongValues |
Lucene80DocValuesProducer.VaryingBPVReader.values |
Modifier and Type | Method and Description |
---|---|
private LongValues |
Lucene80DocValuesProducer.getNumericValues(Lucene80DocValuesProducer.NumericEntry entry) |
Modifier and Type | Field and Description |
---|---|
(package private) LongValues[] |
OrdinalMap.segmentToGlobalOrds |
Modifier and Type | Method and Description |
---|---|
LongValues |
OrdinalMap.getGlobalOrds(int segmentIndex)
Given a segment number, return a
LongValues instance that maps
segment ordinals to global ordinals. |
Modifier and Type | Field and Description |
---|---|
(package private) LongValues |
GlobalOrdinalsQuery.OrdinalMapScorer.segmentOrdToGlobalOrdLookup |
private LongValues |
GlobalOrdinalsCollector.OrdinalMapCollector.segmentOrdToGlobalOrdLookup |
private LongValues |
GlobalOrdinalsWithScoreCollector.OrdinalMapCollector.segmentOrdToGlobalOrdLookup |
(package private) LongValues |
GlobalOrdinalsWithScoreQuery.OrdinalMapScorer.segmentOrdToGlobalOrdLookup |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
static LongValues |
LongValues.IDENTITY
An instance that returns the provided value.
|
static LongValues |
LongValues.ZEROES |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPagedMutable<T extends AbstractPagedMutable<T>>
Base implementation for
PagedMutable and PagedGrowableWriter . |
class |
BlockPackedReader
Provides random access to a stream written with
BlockPackedWriter . |
(package private) class |
DeltaPackedLongValues |
(package private) static class |
DirectReader.DirectPackedReader1 |
(package private) static class |
DirectReader.DirectPackedReader12 |
(package private) static class |
DirectReader.DirectPackedReader16 |
(package private) static class |
DirectReader.DirectPackedReader2 |
(package private) static class |
DirectReader.DirectPackedReader20 |
(package private) static class |
DirectReader.DirectPackedReader24 |
(package private) static class |
DirectReader.DirectPackedReader28 |
(package private) static class |
DirectReader.DirectPackedReader32 |
(package private) static class |
DirectReader.DirectPackedReader4 |
(package private) static class |
DirectReader.DirectPackedReader40 |
(package private) static class |
DirectReader.DirectPackedReader48 |
(package private) static class |
DirectReader.DirectPackedReader56 |
(package private) static class |
DirectReader.DirectPackedReader64 |
(package private) static class |
DirectReader.DirectPackedReader8 |
class |
MonotonicBlockPackedReader
Provides random access to a stream written with
MonotonicBlockPackedWriter . |
(package private) class |
MonotonicLongValues |
class |
PackedLongValues
Utility class to compress integers into a
LongValues instance. |
class |
PagedGrowableWriter
|
class |
PagedMutable
A
PagedMutable . |
Modifier and Type | Field and Description |
---|---|
private static LongValues |
DirectMonotonicReader.EMPTY
An instance that always returns
0 . |
Modifier and Type | Method and Description |
---|---|
static LongValues |
DirectMonotonicReader.getInstance(DirectMonotonicReader.Meta meta,
RandomAccessInput data)
Retrieves an instance from the specified slice.
|
static LongValues |
DirectReader.getInstance(RandomAccessInput slice,
int bitsPerValue)
Retrieves an instance from the specified slice written decoding
bitsPerValue for each value |
static LongValues |
DirectReader.getInstance(RandomAccessInput slice,
int bitsPerValue,
long offset)
Retrieves an instance from the specified
offset of the given slice
decoding bitsPerValue for each value |