Uses of Class
org.apache.lucene.index.SortedSetDocValues
Packages that use SortedSetDocValues
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.5 file format.
Code to maintain and access indices.
Code to search indices.
- 
Uses of SortedSetDocValues in org.apache.lucene.codecsMethods in org.apache.lucene.codecs that return SortedSetDocValuesModifier and TypeMethodDescriptionabstract SortedSetDocValuesDocValuesProducer.getSortedSet(FieldInfo field) ReturnsSortedSetDocValuesfor this field.Method parameters in org.apache.lucene.codecs with type arguments of type SortedSetDocValuesModifier and TypeMethodDescriptionvoidDocValuesConsumer.mergeSortedSetField(FieldInfo fieldInfo, MergeState mergeState, List<SortedSetDocValues> toMerge) Merges the sortedset docvalues fromtoMerge.Constructors in org.apache.lucene.codecs with parameters of type SortedSetDocValuesModifierConstructorDescriptionSortedSetDocsWithField(SortedSetDocValues in, int maxDoc) Creates aBitsreturning true if the document has a value
- 
Uses of SortedSetDocValues in org.apache.lucene.codecs.lucene45Methods in org.apache.lucene.codecs.lucene45 that return SortedSetDocValues
- 
Uses of SortedSetDocValues in org.apache.lucene.indexSubclasses of SortedSetDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionstatic classImplements MultiSortedSetDocValues over n subs, using an OrdinalMapclassExposes multi-valued view over a single-valued instance.Fields in org.apache.lucene.index declared as SortedSetDocValuesModifier and TypeFieldDescriptionstatic final SortedSetDocValuesSortedSetDocValues.EMPTYAn empty SortedDocValues which returnsNO_MORE_ORDSfor every documentfinal SortedSetDocValues[]MultiDocValues.MultiSortedSetDocValues.valuesleaf valuesMethods in org.apache.lucene.index that return SortedSetDocValuesModifier and TypeMethodDescriptionabstract SortedSetDocValuesAtomicReader.getSortedSetDocValues(String field) ReturnsSortedSetDocValuesfor this field, or null if noSortedSetDocValueswere indexed for this field.FilterAtomicReader.getSortedSetDocValues(String field) ParallelAtomicReader.getSortedSetDocValues(String field) SegmentReader.getSortedSetDocValues(String field) SlowCompositeReaderWrapper.getSortedSetDocValues(String field) static SortedSetDocValuesMultiDocValues.getSortedSetValues(IndexReader r, String field) Returns a SortedSetDocValues for a reader's docvalues (potentially doing extremely slow things).DocTermOrds.iterator(AtomicReader reader) Returns a SortedSetDocValues view of this instance
- 
Uses of SortedSetDocValues in org.apache.lucene.searchMethods in org.apache.lucene.search that return SortedSetDocValuesModifier and TypeMethodDescriptionFieldCache.getDocTermOrds(AtomicReader reader, String field) Checks the internal cache for an appropriate entry, and if none is found, reads the term values infieldand returns aDocTermOrdsinstance, providing a method to retrieve the terms (as ords) per document.