| Class | Description |
|---|---|
| CollationAttributeFactory |
Converts each token into its
CollationKey, and then
encodes the bytes as an index term. |
| CollationKeyAnalyzer |
Configures
KeywordTokenizer with CollationAttributeFactory. |
| CollationKeyFilter | Deprecated
Use
CollationAttributeFactory instead, which encodes
terms directly as bytes. |
| CollationKeyFilterFactory | Deprecated
use
CollationKeyAnalyzer instead. |
| ICUCollationAttributeFactory |
Converts each token into its
CollationKey, and
then encodes bytes as an index term. |
| ICUCollationDocValuesField |
Indexes collation keys as a single-valued
SortedDocValuesField. |
| ICUCollationKeyAnalyzer |
Configures
KeywordTokenizer with ICUCollationAttributeFactory. |
| ICUCollationKeyFilter | Deprecated
Use
ICUCollationAttributeFactory instead, which encodes
terms directly as bytes. |
| ICUCollationKeyFilterFactory | Deprecated
use
ICUCollationKeyAnalyzer instead. |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.