| Package | Description |
|---|---|
| org.apache.lucene.facet.range |
Provides range faceting capabilities.
|
| Constructor and Description |
|---|
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-2015 Apache Software Foundation. All Rights Reserved.