Namespace Lucene.Net.Collation
Unicode Collation support.
Classes
ICUCollationAttributeFactory
Converts each token into its ICU4N.Text.CollationKey, and then encodes bytes as an index term.
ICUCollationDocValuesField
Indexes sort keys as a single-valued Lucene.Net.Documents.SortedDocValuesField.
ICUCollationKeyAnalyzer
Configures Lucene.Net.Analysis.Core.KeywordTokenizer with ICUCollationAttributeFactory.
ICUCollationKeyFilter
Converts each token into its ICU4N.Text.CollationKey, and then encodes the ICU4N.Text.CollationKey with Lucene.Net.Util.IndexableBinaryStringTools, to allow it to be stored as an index term.
ICUCollationKeyFilterFactory
Factory for ICUCollationKeyFilter.