| Package | Description |
|---|---|
| org.apache.lucene.facet.enhancements |
Enhanced category features
|
| org.apache.lucene.facet.index |
Indexing of document categories
|
| org.apache.lucene.facet.index.streaming |
Expert: attributes streaming definition for indexing facets
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.lucene.analysis.TokenStream |
EnhancementsDocumentBuilder.getParentsStream(CategoryAttributesStream categoryAttributesStream) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.lucene.analysis.TokenStream |
CategoryDocumentBuilder.getParentsStream(CategoryAttributesStream categoryAttributesStream)
Get a stream of categories which includes the parents, according to
policies defined in indexing parameters.
|
| Constructor and Description |
|---|
CategoryParentsStream(CategoryAttributesStream input,
TaxonomyWriter taxonomyWriter,
FacetIndexingParams indexingParams)
Constructor.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.