Package | Description |
---|---|
org.apache.lucene.demo.facet |
Facets example code.
|
org.apache.lucene.facet.range |
Provides range faceting capabilities.
|
Modifier and Type | Method and Description |
---|---|
TopDocs |
RangeFacetsExample.drillDown(LongRange range)
User drills down on the specified range.
|
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,
LongRange... ranges)
Create
RangeFacetCounts , using the provided
ValueSource . |
LongRangeFacetCounts(String field,
ValueSource valueSource,
FacetsCollector hits,
Query fastMatchQuery,
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. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.