|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategoryDocumentBuilder | |
|---|---|
| org.apache.lucene.facet.enhancements | Enhanced category features |
| org.apache.lucene.facet.index | Indexing of document categories |
| Uses of CategoryDocumentBuilder in org.apache.lucene.facet.enhancements |
|---|
| Subclasses of CategoryDocumentBuilder in org.apache.lucene.facet.enhancements | |
|---|---|
class |
EnhancementsDocumentBuilder
An EnhancementsDocumentBuilder is a CategoryDocumentBuilder
which adds categories to documents according to the list of
CategoryEnhancements from EnhancementsIndexingParams. |
| Uses of CategoryDocumentBuilder in org.apache.lucene.facet.index |
|---|
| Methods in org.apache.lucene.facet.index that return CategoryDocumentBuilder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||