Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.grouping.term |
Support for grouping by indexed terms via
DocValues . |
org.apache.lucene.search.highlight |
Highlighting search terms.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
Modifier and Type | Method and Description |
---|---|
abstract SortedSetDocValues |
DocValuesProducer.getSortedSet(FieldInfo field)
Returns
SortedSetDocValues for this field. |
Modifier and Type | Method and Description |
---|---|
void |
DocValuesConsumer.mergeSortedSetField(FieldInfo fieldInfo,
MergeState mergeState,
java.util.List<SortedSetDocValues> toMerge)
Merges the sortedset docvalues from
toMerge . |
Modifier and Type | Method and Description |
---|---|
SortedSetDocValues |
Lucene54DocValuesProducer.getSortedSet(FieldInfo field) |
private SortedSetDocValues |
Lucene54DocValuesProducer.getSortedSetTable(FieldInfo field,
Lucene54DocValuesProducer.SortedSetEntry ss) |
private SortedSetDocValues |
Lucene54DocValuesProducer.getSortedSetWithAddresses(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
SortedSetDocValues |
PerFieldDocValuesFormat.FieldsReader.getSortedSet(FieldInfo field) |
Modifier and Type | Class and Description |
---|---|
static class |
MultiDocValues.MultiSortedSetDocValues
Implements MultiSortedSetDocValues over n subs, using an OrdinalMap
|
class |
RandomAccessOrds
Extension of
SortedSetDocValues that supports random access
to the ordinals of a document. |
(package private) class |
SingletonSortedSetDocValues
Exposes multi-valued view over a single-valued instance.
|
private static class |
SortingLeafReader.SortingSortedSetDocValues |
Modifier and Type | Field and Description |
---|---|
private SortedSetDocValues |
SortingLeafReader.SortingSortedSetDocValues.in |
SortedSetDocValues[] |
MultiDocValues.MultiSortedSetDocValues.values
leaf values
|
private SortedSetDocValues |
SortedSetDocValuesTermsEnum.values |
Modifier and Type | Method and Description |
---|---|
SortedSetDocValues |
SegmentDocValuesProducer.getSortedSet(FieldInfo field) |
static SortedSetDocValues |
DocValues.getSortedSet(LeafReader reader,
java.lang.String field)
Returns SortedSetDocValues for the field, or
DocValues.emptySortedSet() if it has none. |
SortedSetDocValues |
CodecReader.getSortedSetDocValues(java.lang.String field) |
SortedSetDocValues |
FilterLeafReader.getSortedSetDocValues(java.lang.String field) |
abstract SortedSetDocValues |
LeafReader.getSortedSetDocValues(java.lang.String field)
Returns
SortedSetDocValues for this field, or
null if no SortedSetDocValues were indexed for
this field. |
SortedSetDocValues |
ParallelLeafReader.getSortedSetDocValues(java.lang.String field) |
SortedSetDocValues |
MergeReaderWrapper.getSortedSetDocValues(java.lang.String field) |
SortedSetDocValues |
SlowCompositeReaderWrapper.getSortedSetDocValues(java.lang.String field)
Deprecated.
|
SortedSetDocValues |
SortingLeafReader.getSortedSetDocValues(java.lang.String field) |
static SortedSetDocValues |
MultiDocValues.getSortedSetValues(IndexReader r,
java.lang.String field)
Returns a SortedSetDocValues for a reader's docvalues (potentially doing extremely slow things).
|
Modifier and Type | Method and Description |
---|---|
static MultiDocValues.OrdinalMap |
MultiDocValues.OrdinalMap.build(java.lang.Object owner,
SortedSetDocValues[] values,
float acceptableOverheadRatio)
Create an ordinal map that uses the number of unique values of each
SortedSetDocValues instance as a weight. |
private static void |
CheckIndex.checkSortedSetDocValues(java.lang.String fieldName,
int maxDoc,
SortedSetDocValues dv,
Bits docsWithField) |
static Bits |
DocValues.docsWithValue(SortedSetDocValues dv,
int maxDoc)
Returns a Bits representing all documents from
dv that have a value. |
static SortedDocValues |
DocValues.unwrapSingleton(SortedSetDocValues dv)
Returns a single-valued view of the SortedSetDocValues, if it was previously
wrapped with
DocValues.singleton(SortedDocValues) , or null. |
Constructor and Description |
---|
MultiSortedSetDocValues(SortedSetDocValues[] values,
int[] docStarts,
MultiDocValues.OrdinalMap mapping)
Creates a new MultiSortedSetDocValues over
values |
SortedSetDocValuesTermsEnum(SortedSetDocValues values)
Creates a new TermsEnum over the provided values
|
SortingSortedSetDocValues(SortedSetDocValues in,
Sorter.DocMap docMap) |
Modifier and Type | Method and Description |
---|---|
SortedSetDocValues |
MemoryIndex.MemoryIndexReader.getSortedSetDocValues(java.lang.String field) |
Modifier and Type | Field and Description |
---|---|
(package private) SortedSetDocValues |
SortedSetSelector.MinValue.in |
Modifier and Type | Method and Description |
---|---|
static SortedDocValues |
SortedSetSelector.wrap(SortedSetDocValues sortedSet,
SortedSetSelector.Type selector)
Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selector
|
Constructor and Description |
---|
MinValue(SortedSetDocValues in) |
Modifier and Type | Field and Description |
---|---|
private SortedSetDocValues |
TermGroupFacetCollector.MV.facetFieldDocTermOrds |
Modifier and Type | Method and Description |
---|---|
SortedSetDocValues |
TermVectorLeafReader.getSortedSetDocValues(java.lang.String field) |
Modifier and Type | Method and Description |
---|---|
(package private) static DocValuesTermsCollector.Function<SortedSetDocValues> |
DocValuesTermsCollector.sortedNumericAsSortedSetDocValues(java.lang.String field,
FieldType.LegacyNumericType numTyp)
this adapter is quite weird.
|
(package private) static DocValuesTermsCollector.Function<SortedSetDocValues> |
DocValuesTermsCollector.sortedSetDocValues(java.lang.String field) |
static DocValuesTermsCollector.Function<SortedSetDocValues> |
GenericTermsCollector.verbose(java.io.PrintStream out,
DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction) |
Modifier and Type | Method and Description |
---|---|
static SortedDocValues |
BlockJoinSelector.wrap(SortedSetDocValues sortedSet,
BlockJoinSelector.Type selection,
BitSet parents,
BitSet children)
Wraps the provided
SortedSetDocValues in order to only select
one value per parent among its children using the configured
selection type. |
Modifier and Type | Method and Description |
---|---|
static GenericTermsCollector |
GenericTermsCollector.createCollectorMV(DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction,
ScoreMode mode) |
static DocValuesTermsCollector.Function<SortedSetDocValues> |
GenericTermsCollector.verbose(java.io.PrintStream out,
DocValuesTermsCollector.Function<SortedSetDocValues> mvFunction) |
Constructor and Description |
---|
Avg(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall) |
MV(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall) |
MV(DocValuesTermsCollector.Function<SortedSetDocValues> docValuesCall,
ScoreMode scoreMode) |
Modifier and Type | Class and Description |
---|---|
private class |
DocTermOrds.Iterator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SortedSetDocValues |
FieldCache.getDocTermOrds(LeafReader reader,
java.lang.String field,
BytesRef prefix)
Checks the internal cache for an appropriate entry, and if none is found, reads the term values
in
field and returns a DocTermOrds instance, providing a method to retrieve
the terms (as ords) per document. |
SortedSetDocValues |
FieldCacheImpl.getDocTermOrds(LeafReader reader,
java.lang.String field,
BytesRef prefix) |
SortedSetDocValues |
UninvertingReader.getSortedSetDocValues(java.lang.String field)
Deprecated.
|
SortedSetDocValues |
DocTermOrds.iterator(LeafReader reader)
Deprecated.
Returns a SortedSetDocValues view of this instance
|