| 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 |
EnhancementsCategoryTokenizer
A tokenizer which adds to each category token payload according to the
CategoryEnhancements defined in the given
EnhancementsIndexingParams. |
| Modifier and Type | Method and Description |
|---|---|
protected CategoryTokenizer |
EnhancementsDocumentBuilder.getCategoryTokenizer(TokenStream categoryStream) |
| Modifier and Type | Method and Description |
|---|---|
protected CategoryTokenizer |
CategoryDocumentBuilder.getCategoryTokenizer(TokenStream categoryStream)
Get a
CategoryTokenizer to create the category tokens. |