- ICUCollationKeyAnalyzer - Class in org.apache.lucene.collation
 
- 
 
- 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
 
-  
 
- ICUFoldingFilter - Class in org.apache.lucene.analysis.icu
 
- 
A TokenFilter that applies search term folding to Unicode text,
 applying foldings from UTR#30 Character Foldings.
 
- ICUFoldingFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.icu.ICUFoldingFilter
 
- 
Create a new ICUFoldingFilter on the specified input
 
- ICUNormalizer2Filter - Class in org.apache.lucene.analysis.icu
 
- 
Normalize token text with ICU's Normalizer2
 
 With this filter, you can normalize text in the following ways:
 
   NFKC Normalization, Case Folding, and removing Ignorables (the default)
   Using a standard Normalization mode (NFC, NFD, NFKC, NFKD)
   Based on rules from a custom normalization mapping.
 
- ICUNormalizer2Filter(TokenStream) - Constructor for class org.apache.lucene.analysis.icu.ICUNormalizer2Filter
 
- 
Create a new Normalizer2Filter that combines NFKC normalization, Case
 Folding, and removes Default Ignorables (NFKC_Casefold)
 
- ICUNormalizer2Filter(TokenStream, Normalizer2) - Constructor for class org.apache.lucene.analysis.icu.ICUNormalizer2Filter
 
- 
Create a new Normalizer2Filter with the specified Normalizer2
 
- ICUTokenizer - Class in org.apache.lucene.analysis.icu.segmentation
 
- 
Breaks text into words according to UAX #29: Unicode Text Segmentation
 (http://www.unicode.org/reports/tr29/)
 
 Words are broken across script boundaries, then segmented according to
 the BreakIterator and typing provided by the 
ICUTokenizerConfig
  
 
- ICUTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.icu.segmentation.ICUTokenizer
 
- 
Construct a new ICUTokenizer that breaks text into words from the given
 Reader.
 
- ICUTokenizer(Reader, ICUTokenizerConfig) - Constructor for class org.apache.lucene.analysis.icu.segmentation.ICUTokenizer
 
- 
Construct a new ICUTokenizer that breaks text into words from the given
 Reader, using a tailored BreakIterator configuration.
 
- ICUTokenizerConfig - Class in org.apache.lucene.analysis.icu.segmentation
 
- 
Class that allows for tailored Unicode Text Segmentation on
 a per-writing system basis.
 
- ICUTokenizerConfig() - Constructor for class org.apache.lucene.analysis.icu.segmentation.ICUTokenizerConfig
 
-  
 
- ICUTransformFilter - Class in org.apache.lucene.analysis.icu
 
- 
A TokenFilter that transforms text with ICU.
 
- ICUTransformFilter(TokenStream, Transliterator) - Constructor for class org.apache.lucene.analysis.icu.ICUTransformFilter
 
- 
Create a new ICUTransformFilter that transforms text on the given stream.
 
- incrementToken() - Method in class org.apache.lucene.analysis.icu.ICUNormalizer2Filter
 
-  
 
- incrementToken() - Method in class org.apache.lucene.analysis.icu.ICUTransformFilter
 
-  
 
- incrementToken() - Method in class org.apache.lucene.analysis.icu.segmentation.ICUTokenizer
 
-  
 
- incrementToken() - Method in class org.apache.lucene.collation.ICUCollationKeyFilter
 
-