Uses of Class
org.apache.lucene.facet.range.Range
Packages that use Range
Package
Description
Provides range faceting capabilities.
Sandbox faceting: facet labels, see
OrdToLabel
for
details.-
Uses of Range in org.apache.lucene.facet.range
Subclasses of Range in org.apache.lucene.facet.rangeModifier and TypeClassDescriptionfinal class
Represents a range over double values.final class
Represents a range over long values.Fields in org.apache.lucene.facet.range declared as RangeModifier and TypeFieldDescriptionprotected final Range[]
RangeFacetCounts.ranges
Ranges passed to constructor.Constructors in org.apache.lucene.facet.range with parameters of type RangeModifierConstructorDescriptionprotected
RangeFacetCounts
(String field, Range[] ranges, Query fastMatchQuery) CreateRangeFacetCounts
-
Uses of Range in org.apache.lucene.sandbox.facet.labels
Fields in org.apache.lucene.sandbox.facet.labels declared as RangeConstructors in org.apache.lucene.sandbox.facet.labels with parameters of type RangeModifierConstructorDescriptionRangeOrdToLabel
(Range[] inputRanges) Constructor that takes array of Range objects as input