Uses of Class
org.apache.lucene.facet.MultiLongValues
Packages that use MultiLongValues
Package
Description
Faceted search.
Sandbox faceting: Range Faceting
-
Uses of MultiLongValues in org.apache.lucene.facet
Methods in org.apache.lucene.facet that return MultiLongValuesModifier and TypeMethodDescriptionMultiDoubleValuesSource.LongDoubleValuesSource.getValues
(LeafReaderContext ctx) MultiDoubleValuesSource.SortableMultiLongValuesSource.getValues
(LeafReaderContext ctx) MultiLongValuesSource.FieldMultiValueSource.getValues
(LeafReaderContext ctx) abstract MultiLongValues
MultiLongValuesSource.getValues
(LeafReaderContext ctx) Returns aMultiLongValues
instance for the passed-in LeafReaderContextMultiLongValuesSource.SingleValuedAsMultiValued.getValues
(LeafReaderContext ctx) -
Uses of MultiLongValues in org.apache.lucene.sandbox.facet.cutters.ranges
Fields in org.apache.lucene.sandbox.facet.cutters.ranges declared as MultiLongValuesModifier and TypeFieldDescriptionprivate final MultiLongValues
LongRangeFacetCutter.LongRangeMultivaluedLeafFacetCutter.multiLongValues
Constructors in org.apache.lucene.sandbox.facet.cutters.ranges with parameters of type MultiLongValuesModifierConstructorDescription(package private)
LongRangeMultivaluedLeafFacetCutter
(MultiLongValues longValues, long[] boundaries, int[] pos) (package private)
NonOverlappingLongRangeMultiValueLeafFacetCutter
(MultiLongValues longValues, long[] boundaries, int[] pos) (package private)
OverlappingMultivaluedRangeLeafFacetCutter
(MultiLongValues longValues, long[] boundaries, int[] pos, int requestedRangeCount, LongRangeNode elementaryIntervalRoot)