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 classRepresents a range over double values.final classRepresents a range over long values.Fields in org.apache.lucene.facet.range declared as RangeModifier and TypeFieldDescriptionprotected final Range[]RangeFacetCounts.rangesRanges passed to constructor.Constructors in org.apache.lucene.facet.range with parameters of type RangeModifierConstructorDescriptionprotectedRangeFacetCounts(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