| Package | Description |
|---|---|
| org.apache.lucene.facet.enhancements |
Enhanced category features
|
| org.apache.lucene.facet.index |
Indexing of document categories
|
| Modifier and Type | Class and 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 and 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. |