Package | Description |
---|---|
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
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format. |
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Lucene70DocValuesProducer.BaseSortedDocValues |
private static class |
Lucene70DocValuesProducer.BaseSortedSetDocValues |
private static class |
Lucene70DocValuesProducer.DenseBinaryDocValues |
private static class |
Lucene70DocValuesProducer.DenseNumericDocValues |
private static class |
Lucene70DocValuesProducer.SparseBinaryDocValues |
private static class |
Lucene70DocValuesProducer.SparseNumericDocValues |
(package private) static class |
Lucene70NormsProducer.DenseNormsIterator |
(package private) static class |
Lucene70NormsProducer.SparseNormsIterator |
Modifier and Type | Class and Description |
---|---|
private static class |
Lucene80DocValuesProducer.BaseSortedDocValues |
private static class |
Lucene80DocValuesProducer.BaseSortedSetDocValues |
private static class |
Lucene80DocValuesProducer.DenseBinaryDocValues |
private static class |
Lucene80DocValuesProducer.DenseNumericDocValues |
private static class |
Lucene80DocValuesProducer.SparseBinaryDocValues |
private static class |
Lucene80DocValuesProducer.SparseNumericDocValues |
(package private) static class |
Lucene80NormsProducer.DenseNormsIterator |
(package private) static class |
Lucene80NormsProducer.SparseNormsIterator |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LegacyBinaryDocValuesWrapper
Deprecated.
Implement
BinaryDocValues directly. |
(package private) class |
LegacyNumericDocValuesWrapper
Deprecated.
Implement
NumericDocValues directly. |
(package private) class |
LegacySortedDocValuesWrapper
Deprecated.
Implement
SortedDocValues directly. |
(package private) class |
LegacySortedNumericDocValuesWrapper
Deprecated.
Implement
SortedNumericDocValues directly. |
(package private) class |
LegacySortedSetDocValuesWrapper
Deprecated.
Implement
SortedSetDocValues directly. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BinaryRangeDocValues |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ReadersAndUpdates.MergedDocValues<DocValuesInstance extends DocValuesIterator>
This class merges the current on-disk DV with an incoming update DV instance and merges the two instances
giving the incoming update precedence in terms of values, in other words the values of the update always
wins over the on-disk version.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryDocValues
A per-document numeric value.
|
(package private) static class |
BinaryDocValuesFieldUpdates.Iterator |
private static class |
BinaryDocValuesWriter.BufferedBinaryDocValues |
protected static class |
DocValuesFieldUpdates.AbstractIterator |
(package private) static class |
DocValuesFieldUpdates.Iterator
An iterator over documents and their updated values.
|
class |
FilterBinaryDocValues
Delegates all methods to a wrapped
BinaryDocValues . |
class |
FilterNumericDocValues
Delegates all methods to a wrapped
NumericDocValues . |
class |
FilterSortedDocValues
Delegates all methods to a wrapped
SortedDocValues . |
class |
FilterSortedNumericDocValues
Delegates all methods to a wrapped
SortedNumericDocValues . |
class |
FilterSortedSetDocValues
Delegates all methods to a wrapped
SortedSetDocValues . |
static class |
MultiDocValues.MultiSortedDocValues
Implements SortedDocValues over n subs, using an OrdinalMap
|
static class |
MultiDocValues.MultiSortedSetDocValues
Implements MultiSortedSetDocValues over n subs, using an OrdinalMap
|
private static class |
NormValuesWriter.BufferedNorms |
class |
NumericDocValues
A per-document numeric value.
|
(package private) static class |
NumericDocValuesFieldUpdates.Iterator |
private static class |
NumericDocValuesWriter.BufferedNumericDocValues |
(package private) static class |
ReadersAndUpdates.MergedDocValues<DocValuesInstance extends DocValuesIterator>
This class merges the current on-disk DV with an incoming update DV instance and merges the two instances
giving the incoming update precedence in terms of values, in other words the values of the update always
wins over the on-disk version.
|
(package private) class |
SingletonSortedNumericDocValues
Exposes multi-valued view over a single-valued instance.
|
(package private) class |
SingletonSortedSetDocValues
Exposes multi-valued iterator view over a single-valued iterator.
|
class |
SortedDocValues
A per-document byte[] with presorted values.
|
private static class |
SortedDocValuesWriter.BufferedSortedDocValues |
class |
SortedNumericDocValues
A list of per-document numeric values, sorted
according to
Long.compare(long, long) . |
private static class |
SortedNumericDocValuesWriter.BufferedSortedNumericDocValues |
class |
SortedSetDocValues
A multi-valued version of
SortedDocValues . |
private static class |
SortedSetDocValuesWriter.BufferedSortedSetDocValues |
(package private) static class |
SortingLeafReader.SortingBinaryDocValues |
(package private) static class |
SortingLeafReader.SortingNumericDocValues |
(package private) static class |
SortingLeafReader.SortingSortedDocValues |
(package private) static class |
SortingLeafReader.SortingSortedNumericDocValues |
(package private) static class |
SortingLeafReader.SortingSortedSetDocValues |
Modifier and Type | Field and Description |
---|---|
(package private) DocValuesInstance |
ReadersAndUpdates.MergedDocValues.currentValuesSupplier |
private DocValuesInstance |
ReadersAndUpdates.MergedDocValues.onDiskDocValues |
private DocValuesInstance |
ReadersAndUpdates.MergedDocValues.updateDocValues |
Modifier and Type | Method and Description |
---|---|
DocValuesIterator |
CheckIndex.DocValuesIteratorSupplier.get(FieldInfo fi) |
Modifier and Type | Class and Description |
---|---|
private static class |
MultiNormsLeafSimScorer.MultiFieldNormValues |
(package private) static class |
SortedNumericSelector.MaxValue
Wraps a SortedNumericDocValues and returns the last value (max)
|
(package private) static class |
SortedNumericSelector.MinValue
Wraps a SortedNumericDocValues and returns the first value (min)
|
(package private) static class |
SortedSetSelector.MaxValue
Wraps a SortedSetDocValues and returns the last ordinal (max)
|
(package private) static class |
SortedSetSelector.MiddleMaxValue
Wraps a SortedSetDocValues and returns the middle ordinal (or max of the two)
|
(package private) static class |
SortedSetSelector.MiddleMinValue
Wraps a SortedSetDocValues and returns the middle ordinal (or min of the two)
|
(package private) static class |
SortedSetSelector.MinValue
Wraps a SortedSetDocValues and returns the first ordinal (min)
|
Modifier and Type | Class and Description |
---|---|
private static class |
ToParentDocValues.NumDV |
private static class |
ToParentDocValues.SortedDVs |