Package | Description |
---|---|
org.apache.lucene.codecs.lucene70 |
Lucene 7.0 file format.
|
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 |
---|---|
class |
BinaryDocValues
A per-document numeric value.
|
private static class |
BinaryDocValuesWriter.BufferedBinaryDocValues |
class |
FilterBinaryDocValues
Delegates all methods to a wrapped
BinaryDocValues . |
class |
FilterNumericDocValues
Delegates all methods to a wrapped
NumericDocValues . |
class |
LegacyBinaryDocValuesWrapper
Deprecated.
Implement
BinaryDocValues directly. |
class |
LegacyNumericDocValuesWrapper
Deprecated.
Implement
NumericDocValues directly. |
class |
LegacySortedDocValuesWrapper
Deprecated.
Implement
SortedDocValues directly. |
class |
LegacySortedNumericDocValuesWrapper
Deprecated.
Implement
SortedNumericDocValues directly. |
class |
LegacySortedSetDocValuesWrapper
Deprecated.
Implement
SortedSetDocValues directly. |
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.
|
private static class |
NumericDocValuesWriter.BufferedNumericDocValues |
(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 | Method and Description |
---|---|
DocValuesIterator |
CheckIndex.DocValuesIteratorSupplier.get(FieldInfo fi) |
Modifier and Type | Class and Description |
---|---|
(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 |