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

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

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

Constructors in org.apache.lucene.facet.range with parameters of type LongRange
LongRangeFacetCounts(String field, FacetsCollector hits, LongRange... ranges)
          Create LongRangeFacetCounts, using LongFieldSource from the specified field.
LongRangeFacetCounts(String field, ValueSource valueSource, FacetsCollector hits, Filter fastMatchFilter, LongRange... 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.
LongRangeFacetCounts(String field, ValueSource valueSource, FacetsCollector hits, LongRange... ranges)
          Create RangeFacetCounts, using the provided ValueSource.
 



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