| Package | Description |
|---|---|
| org.apache.lucene.facet.index.params |
Indexing-time specifications for handling facets
|
| org.apache.lucene.facet.search |
Faceted Search API
|
| org.apache.lucene.facet.search.cache |
Caching to speed up facets accumulation.
|
| org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
| org.apache.lucene.facet.util |
Various utilities for faceted search
|
| Modifier and Type | Method | Description |
|---|---|---|
CategoryListIterator |
CategoryListParams.createCategoryListIterator(IndexReader reader,
int partition) |
Create the category list iterator for the specified partition.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PayloadIntDecodingIterator |
A payload deserializer comes with its own working space (buffer).
|
| Modifier and Type | Method | Description |
|---|---|---|
protected HashMap<CategoryListIterator,Aggregator> |
StandardFacetsAccumulator.getCategoryListMap(FacetArrays facetArrays,
int partition) |
| Modifier and Type | Method | Description |
|---|---|---|
CategoryListIterator |
CategoryListData.iterator(int partition) |
Iterate on the category list data for the specified partition.
|
| Modifier and Type | Method | Description |
|---|---|---|
CategoryListIterator |
FacetRequest.createCategoryListIterator(IndexReader reader,
TaxonomyReader taxo,
FacetSearchParams sParams,
int partition) |
Create the category list iterator for the specified partition.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultiCategoryListIterator |
Iterates over multiple
CategoryListIterators, consuming the provided
iterators in order. |
| Constructor | Description |
|---|---|
MultiCategoryListIterator(CategoryListIterator... iterators) |
Receives the iterators to iterate on
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.