Class ICUCollationKeyFilter
Converts each token into its
Inherited Members
Assembly: Lucene.Net.ICU.dll
Syntax
public sealed class ICUCollationKeyFilter : TokenFilter, IDisposable
Remarks
WARNING: Make sure you use exactly the same
- Collator version - see
Version - The collation strength used - see
ICUCollationKeyAnalyzer is significantly faster and generates significantly shorter keys than CollationKeyAnalyzer. See http://site.icu-project.org/charts/collation-icu4j-sun for key generation timing and key length comparisons between ICU4J and java.text.Collator over several languages.
Constructors
Name | Description |
---|---|
ICUCollationKeyFilter(TokenStream, Collator) | Creates a new ICUCollationKeyFilter. |
Methods
Name | Description |
---|---|
IncrementToken() |