| Package | Description |
|---|---|
| org.apache.lucene.facet.params |
Facets indexing and search parameters.
|
| org.apache.lucene.facet.search |
Facets search code.
|
| org.apache.lucene.facet.util |
Various utilities for faceted search
|
| Modifier and Type | Method and Description |
|---|---|
CategoryListIterator |
CategoryListParams.createCategoryListIterator(int partition)
Create the
CategoryListIterator for the specified partition. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocValuesCategoryListIterator
A
CategoryListIterator which reads the ordinals from a BinaryDocValues. |
| Modifier and Type | Method and Description |
|---|---|
protected HashMap<CategoryListIterator,Aggregator> |
StandardFacetsAccumulator.getCategoryListMap(FacetArrays facetArrays,
int partition)
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiCategoryListIterator
Iterates over multiple
CategoryListIterators, consuming the provided
iterators in order. |
| Constructor and Description |
|---|
MultiCategoryListIterator(CategoryListIterator... iterators)
Receives the iterators to iterate on
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.