Uses of Class
org.apache.lucene.util.AttributeFactory.StaticImplementationAttributeFactory
-
Packages that use AttributeFactory.StaticImplementationAttributeFactory Package Description org.apache.lucene.collation Unicode collation support. -
-
Uses of AttributeFactory.StaticImplementationAttributeFactory in org.apache.lucene.collation
Subclasses of AttributeFactory.StaticImplementationAttributeFactory in org.apache.lucene.collation Modifier and Type Class Description classCollationAttributeFactoryConverts each token into itsCollationKey, and then encodes the bytes as an index term.classICUCollationAttributeFactoryConverts each token into itsCollationKey, and then encodes bytes as an index term.
-