| Package | Description |
|---|---|
| org.apache.lucene.facet.range |
Provides range faceting capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected LongRange[] |
LongRangeFacetCounts.getLongRanges()
Provide the requested long ranges for counting.
|
protected LongRange[] |
DoubleRangeFacetCounts.getLongRanges()
Create long ranges from the double ranges.
|
| Constructor and Description |
|---|
LongRangeFacetCounts(String field,
FacetsCollector hits,
LongRange... ranges)
Create
LongRangeFacetCounts using long values from the specified field. |
LongRangeFacetCounts(String field,
LongValuesSource valueSource,
FacetsCollector hits,
LongRange... ranges)
Create
LongRangeFacetCounts, using the provided LongValuesSource if non-null. |
LongRangeFacetCounts(String field,
LongValuesSource valueSource,
FacetsCollector hits,
Query fastMatchQuery,
LongRange... ranges)
Create
LongRangeFacetCounts, using the provided LongValuesSource if non-null. |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.