Uses of Class
org.apache.lucene.search.LongValues
Packages that use LongValues
Package
Description
Queries that compute score based upon a function.
Sandbox faceting: Range Faceting
Sandbox faceting: classes that can record per ordinal data E.g.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
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.sandbox.facet.cutters.ranges
Fields in org.apache.lucene.sandbox.facet.cutters.ranges declared as LongValuesModifier and TypeFieldDescriptionprivate final LongValues
LongRangeFacetCutter.LongRangeSingleValuedLeafFacetCutter.longValues
Constructors in org.apache.lucene.sandbox.facet.cutters.ranges with parameters of type LongValuesModifierConstructorDescription(package private)
LongRangeSingleValuedLeafFacetCutter
(LongValues longValues, long[] boundaries, int[] pos) (package private)
NonOverlappingLongRangeSingleValueLeafFacetCutter
(LongValues longValues, long[] boundaries, int[] pos) (package private)
OverlappingSingleValuedRangeLeafFacetCutter
(LongValues longValues, long[] boundaries, int[] pos, int requestedRangeCount, LongRangeNode elementaryIntervalRoot) -
Uses of LongValues in org.apache.lucene.sandbox.facet.recorders
Fields in org.apache.lucene.sandbox.facet.recorders declared as LongValuesModifier and TypeFieldDescriptionprivate final LongValues[]
LongAggregationsFacetRecorder.LongAggregationsLeafFacetRecorder.longValues
Constructors in org.apache.lucene.sandbox.facet.recorders with parameters of type LongValuesModifierConstructorDescription(package private)
LongAggregationsLeafFacetRecorder
(LongValues[] longValues, Reducer[] reducers, IntObjectHashMap<long[]> perOrdinalValues) -
Uses of LongValues in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as LongValuesModifier and TypeFieldDescription(package private) final LongValues
CoveringScorer.minMatchValues
Constructors in org.apache.lucene.sandbox.search with parameters of type LongValuesModifierConstructorDescription(package private)
CoveringScorer
(Collection<Scorer> scorers, LongValues minMatchValues, int maxDoc) -
Uses of LongValues in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LongValuesModifier and TypeFieldDescription(package private) LongValues
LongValuesSource.LongValuesHolder.values
Methods in org.apache.lucene.search that return LongValuesModifier and TypeMethodDescriptionDoubleValuesSource.LongDoubleValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) DoubleValuesSource.SortableLongDoubleValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.ConstantLongValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) LongValuesSource.FieldValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) abstract LongValues
LongValuesSource.getValues
(LeafReaderContext ctx, DoubleValues scores) Returns aLongValues
instance for the passed-in LeafReaderContext and scoresprivate static LongValues
LongValuesSource.toLongValues
(NumericDocValues in) -
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 LongValues
DocumentValueSourceDictionary.DocumentValueSourceInputIterator.currentWeightValues