C I O R T

C

CollationKeyAnalyzer - Class in org.apache.lucene.collation
Filters KeywordTokenizer with CollationKeyFilter.
CollationKeyAnalyzer(Collator) - Constructor for class org.apache.lucene.collation.CollationKeyAnalyzer
 
CollationKeyFilter - Class in org.apache.lucene.collation
Converts each token into its CollationKey, and then encodes the CollationKey with IndexableBinaryStringTools, to allow it to be stored as an index term.
CollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyFilter
 

I

ICUCollationKeyAnalyzer - Class in org.apache.lucene.collation
Filters KeywordTokenizer with ICUCollationKeyFilter.
ICUCollationKeyAnalyzer(Collator) - Constructor for class org.apache.lucene.collation.ICUCollationKeyAnalyzer
 
ICUCollationKeyFilter - Class in org.apache.lucene.collation
Converts each token into its CollationKey, and then encodes the CollationKey with IndexableBinaryStringTools, to allow it to be stored as an index term.
ICUCollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.ICUCollationKeyFilter
 
incrementToken() - Method in class org.apache.lucene.collation.CollationKeyFilter
 
incrementToken() - Method in class org.apache.lucene.collation.ICUCollationKeyFilter
 

O

org.apache.lucene.collation - package org.apache.lucene.collation
CollationKeyFilter and ICUCollationKeyFilter convert each token into its binary CollationKey using the provided Collator, and then encode the CollationKey as a String using IndexableBinaryStringTools, to allow it to be stored as an index term.

R

reusableTokenStream(String, Reader) - Method in class org.apache.lucene.collation.CollationKeyAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.collation.ICUCollationKeyAnalyzer
 

T

tokenStream(String, Reader) - Method in class org.apache.lucene.collation.CollationKeyAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.collation.ICUCollationKeyAnalyzer
 

C I O R T

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.