Uses of Class
org.apache.lucene.search.LongValues
Packages that use LongValues
Package
Description
Queries that compute score based upon a function.
Code to search indices.
Grouping.
Support for Autocomplete/Autosuggest
-
Uses of LongValues in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function that return LongValuesModifier and TypeMethodDescriptionIndexReaderFunctions.NoCacheConstantLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) IndexReaderFunctions.SumTotalTermFreqValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) ValueSource.WrappedLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) -
Uses of LongValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LongValuesModifier and TypeFieldDescription(package private) final LongValuesCoveringScorer.minMatchValues(package private) LongValuesLongValuesSource.LongValuesHolder.valuesMethods in org.apache.lucene.search that return LongValuesModifier and TypeMethodDescriptionDoubleValuesSource.LongDoubleValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.ConstantLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.FieldValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) abstract LongValuesLongValuesSource.getValues(LeafReaderContext ctx, DoubleValues scores) Returns aLongValuesinstance for the passed-in LeafReaderContext and scores If scores are not needed to calculate the values (iereturns false, callers may safely passnullfor thescoresparameter.private static LongValuesLongValuesSource.toLongValues(NumericDocValues in) Constructors in org.apache.lucene.search with parameters of type LongValuesModifierConstructorDescription(package private)CoveringScorer(Weight weight, Collection<Scorer> scorers, LongValues minMatchValues, int maxDoc) -
Uses of LongValues in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as LongValues -
Uses of LongValues in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as LongValuesModifier and TypeFieldDescriptionprivate LongValuesDocumentValueSourceDictionary.DocumentValueSourceInputIterator.currentWeightValues