Class ICUCollationKeyFilter
Converts each token into its
Implements
Inherited Members
Namespace: Lucene.Net.Collation
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
| Improve this Doc View SourceICUCollationKeyFilter(TokenStream, Collator)
Creates a new ICUCollation
Declaration
public ICUCollationKeyFilter(TokenStream input, Collator collator)
Parameters
Type | Name | Description |
---|---|---|
Token |
input | Source token stream. |
Collator | collator |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System. |