Uses of Class
org.apache.lucene.index.SortedDocValues
Packages that use SortedDocValues
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 SortedDocValues in org.apache.lucene.codecsMethods in org.apache.lucene.codecs that return SortedDocValuesModifier and TypeMethodDescriptionabstract SortedDocValuesReturnsSortedDocValuesfor this field.Method parameters in org.apache.lucene.codecs with type arguments of type SortedDocValuesModifier and TypeMethodDescriptionvoidDocValuesConsumer.mergeSortedField(FieldInfo fieldInfo, MergeState mergeState, List<SortedDocValues> toMerge) Merges the sorted docvalues fromtoMerge.Constructors in org.apache.lucene.codecs with parameters of type SortedDocValuesModifierConstructorDescriptionSortedDocsWithField(SortedDocValues in, int maxDoc) Creates aBitsreturning true if the document has a value
- 
Uses of SortedDocValues in org.apache.lucene.codecs.lucene45Methods in org.apache.lucene.codecs.lucene45 that return SortedDocValuesModifier and TypeMethodDescription
- 
Uses of SortedDocValues in org.apache.lucene.indexSubclasses of SortedDocValues in org.apache.lucene.indexModifier and TypeClassDescriptionstatic classImplements SortedDocValues over n subs, using an OrdinalMapFields in org.apache.lucene.index declared as SortedDocValuesModifier and TypeFieldDescriptionstatic final SortedDocValuesSortedDocValues.EMPTYAn empty SortedDocValues which returnsBytesRef.EMPTY_BYTESfor every documentfinal SortedDocValues[]MultiDocValues.MultiSortedDocValues.valuesleaf valuesMethods in org.apache.lucene.index that return SortedDocValuesModifier and TypeMethodDescriptionabstract SortedDocValuesAtomicReader.getSortedDocValues(String field) ReturnsSortedDocValuesfor this field, or null if noSortedDocValueswere indexed for this field.FilterAtomicReader.getSortedDocValues(String field) ParallelAtomicReader.getSortedDocValues(String field) SegmentReader.getSortedDocValues(String field) SingletonSortedSetDocValues.getSortedDocValues()Return the wrappedSortedDocValuesSlowCompositeReaderWrapper.getSortedDocValues(String field) static SortedDocValuesMultiDocValues.getSortedValues(IndexReader r, String field) Returns a SortedDocValues for a reader's docvalues (potentially doing extremely slow things).Constructors in org.apache.lucene.index with parameters of type SortedDocValuesModifierConstructorDescriptionCreates a multi-valued view over the provided SortedDocValues
- 
Uses of SortedDocValues in org.apache.lucene.searchMethods in org.apache.lucene.search that return SortedDocValuesModifier and TypeMethodDescriptionFieldCache.getTermsIndex(AtomicReader reader, String field) Checks the internal cache for an appropriate entry, and if none is found, reads the term values infieldand returns aSortedDocValuesinstance, providing methods to retrieve sort ordinals and terms (as a ByteRef) per document.FieldCache.getTermsIndex(AtomicReader reader, String field, float acceptableOverheadRatio) Expert: just likeFieldCache.getTermsIndex(AtomicReader,String), but you can specify whether more RAM should be consumed in exchange for faster lookups (default is "true").