Class ICUCollationAttributeFactory
Converts each token into its
Inherited Members
Assembly: Lucene.Net.ICU.dll
Syntax
public class ICUCollationAttributeFactory : AttributeSource.AttributeFactory
Remarks
WARNING: Make sure you use exactly the same
- Collator version - see
Version - The collation strength used - see
ICUCollationAttributeFactory is significantly faster and generates significantly shorter keys than CollationAttributeFactory. 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 |
---|---|
ICUCollationAttributeFactory(Collator) | Create an ICUCollationAttributeFactory, using DEFAULT_ATTRIBUTE_FACTORY as the factory for all other attributes. |
ICUCollationAttributeFactory(AttributeSource.AttributeFactory, Collator) | Create an ICUCollationAttributeFactory, using the supplied Attribute Factory as the factory for all other attributes. |
Methods
Name | Description |
---|---|
CreateAttributeInstance<T>() |