| Package | Description |
|---|---|
| org.apache.lucene.facet.enhancements |
Enhanced category features
|
| org.apache.lucene.facet.index |
Indexing of document categories
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EnhancementsDocumentBuilder |
An
EnhancementsDocumentBuilder is a CategoryDocumentBuilder
which adds categories to documents according to the list of
CategoryEnhancements from EnhancementsIndexingParams. |
| Modifier and Type | Method | Description |
|---|---|---|
CategoryDocumentBuilder |
CategoryDocumentBuilder.setCategories(Iterable<CategoryAttribute> categories) |
Set the categories of the document builder from an
Iterable of
CategoryAttribute objects. |
CategoryDocumentBuilder |
CategoryDocumentBuilder.setCategoryPaths(Iterable<CategoryPath> categoryPaths) |
Set the categories of the document builder from an
Iterable of
CategoryPath objects. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.