Uses of Class
org.apache.lucene.search.LongValues
-
Packages that use LongValues Package Description org.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.search Code to search indices.org.apache.lucene.search.grouping Grouping.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest -
-
Uses of LongValues in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function that return LongValues Modifier and Type Method Description LongValuesIndexReaderFunctions.NoCacheConstantLongValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)LongValuesIndexReaderFunctions.SumTotalTermFreqValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)LongValuesValueSource.WrappedLongValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores) -
Uses of LongValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LongValues Modifier and Type Field Description (package private) LongValuesCoveringScorer. minMatchValues(package private) LongValuesLongValuesSource.LongValuesHolder. valuesMethods in org.apache.lucene.search that return LongValues Modifier and Type Method Description LongValuesDoubleValuesSource.LongDoubleValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)LongValuesLongValuesSource.ConstantLongValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)LongValuesLongValuesSource.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 LongValues Constructor Description CoveringScorer(Weight weight, java.util.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 Modifier and Type Field Description private LongValuesLongRangeGroupSelector. values -
Uses of LongValues in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as LongValues Modifier and Type Field Description private LongValuesDocumentValueSourceDictionary.DocumentValueSourceInputIterator. currentWeightValues
-