| 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 |
EnhancementsCategoryTokenizer |
A tokenizer which adds to each category token payload according to the
CategoryEnhancements defined in the given
EnhancementsIndexingParams. |
| Modifier and Type | Method | Description |
|---|---|---|
protected CategoryTokenizer |
EnhancementsDocumentBuilder.getCategoryTokenizer(org.apache.lucene.analysis.TokenStream categoryStream) |
| Modifier and Type | Method | Description |
|---|---|---|
protected CategoryTokenizer |
CategoryDocumentBuilder.getCategoryTokenizer(org.apache.lucene.analysis.TokenStream categoryStream) |
Get a
CategoryTokenizer to create the category tokens. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.