Uses of Class
org.apache.lucene.facet.range.DoubleRange

Packages that use DoubleRange
org.apache.lucene.facet.range Provides range faceting capabilities. 
 

Uses of DoubleRange in org.apache.lucene.facet.range
 

Constructors in org.apache.lucene.facet.range with parameters of type DoubleRange
DoubleRangeFacetCounts(String field, FacetsCollector hits, DoubleRange... ranges)
          Create RangeFacetCounts, using DoubleFieldSource from the specified field.
DoubleRangeFacetCounts(String field, ValueSource valueSource, FacetsCollector hits, DoubleRange... ranges)
          Create RangeFacetCounts, using the provided ValueSource.
DoubleRangeFacetCounts(String field, ValueSource valueSource, FacetsCollector hits, Filter fastMatchFilter, DoubleRange... ranges)
          Create RangeFacetCounts, using the provided ValueSource, and using the provided Filter as a fastmatch: only documents passing the filter are checked for the matching ranges.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.