- AbstractAnalysisFactory - Class in org.apache.lucene.analysis.util
- 
- AbstractAnalysisFactory() - Constructor for class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- AbstractEncoder - Class in org.apache.lucene.analysis.payloads
- 
Base class for payload encoders. 
- AbstractEncoder() - Constructor for class org.apache.lucene.analysis.payloads.AbstractEncoder
-  
- accept() - Method in class org.apache.lucene.analysis.core.StopFilter
- 
Returns the next input Token whose term() is not a stop word. 
- accept() - Method in class org.apache.lucene.analysis.core.TypeTokenFilter
- 
By default accept the token if its type is not a stop type. 
- accept() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilter
-  
- accept() - Method in class org.apache.lucene.analysis.miscellaneous.LengthFilter
-  
- accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
-  
- accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
- 
Returns true, iff the current state of the passed-in  AttributeSource shall be stored
 in the sink. 
- accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
-  
- accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
-  
- accept() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
- 
- ACRONYM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- ACRONYM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- ACRONYM_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- add(String, String) - Method in class org.apache.lucene.analysis.charfilter.NormalizeCharMap.Builder
- 
Records a replacement to be applied to the input
  stream. 
- add(Reader) - Method in class org.apache.lucene.analysis.synonym.SolrSynonymParser
-  
- add(CharsRef, CharsRef, boolean) - Method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
- 
Add a phrase->phrase synonym mapping. 
- add(Reader) - Method in class org.apache.lucene.analysis.synonym.WordnetSynonymParser
-  
- add(Object) - Method in class org.apache.lucene.analysis.util.CharArraySet
-  
- add(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
Add this CharSequence into the set 
- add(String) - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
Add this String into the set 
- add(char[]) - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
Add this char[] directly to the set. 
- addClass(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Add a character class to the tree. 
- addClass(String) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
- 
Add a character class. 
- addException(String, ArrayList<Object>) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Add an exception to the tree. 
- addException(String, ArrayList<Object>) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
- 
Add a hyphenation exception. 
- addOffCorrectMap(int, int) - Method in class org.apache.lucene.analysis.charfilter.BaseCharFilter
- 
   Adds an offset correction mapping at the given output stream offset. 
- addPattern(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Add a pattern to the tree. 
- addPattern(String, String) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
- 
Add hyphenation patterns. 
- addPrefix(HunspellAffix) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
- 
Adds a prefix to the list of prefixes used to generate this stem. 
- addSinkTokenStream(TeeSinkTokenFilter.SinkTokenStream) - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
- 
- addSuffix(HunspellAffix) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
- 
Adds a suffix to the list of suffixes used to generate this stem. 
- ALEF - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- ALEF - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- ALEF_HAMZA_ABOVE - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- ALEF_HAMZA_BELOW - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- ALEF_MADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- alloc(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
- 
This is to implement memory allocation in the array. 
- alloc(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- ALPHA - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
-  
- ALPHANUM - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
-  
- ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- ALPHANUM - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- ALPHANUM_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- Among - Class in org.tartarus.snowball
- 
This is the rev 502 of the Snowball SVN trunk,
 but modified:
 made abstract and introduced abstract method stem to avoid expensive reflection in filter class. 
- Among(String, int, int, String, SnowballProgram) - Constructor for class org.tartarus.snowball.Among
-  
- analyze(Analyzer, String, CharsRef) - Static method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
- 
- APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- APOSTROPHE_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- append(CharSequence) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- append(CharSequence, int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- append(char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- apply(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
-  
- applyAffix(char[], int, HunspellAffix, int) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer
- 
Applies the affix rule to the given word, producing a list of stems if any are found 
- ArabicAnalyzer - Class in org.apache.lucene.analysis.ar
- 
- ArabicAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
- 
- ArabicAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
- 
Builds an analyzer with the given stop words 
- ArabicAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
- 
Builds an analyzer with the given stop word. 
- ArabicLetterTokenizer - Class in org.apache.lucene.analysis.ar
- 
- ArabicLetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
- 
Deprecated. Construct a new ArabicLetterTokenizer. 
- ArabicLetterTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
- 
Deprecated. 
- ArabicLetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
- 
Deprecated. 
- ArabicLetterTokenizerFactory - Class in org.apache.lucene.analysis.ar
- 
Deprecated.
(3.1) Use StandardTokenizerFactory instead. 
 
- ArabicLetterTokenizerFactory() - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
- 
Deprecated. 
- ArabicNormalizationFilter - Class in org.apache.lucene.analysis.ar
- 
- ArabicNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
-  
- ArabicNormalizationFilterFactory - Class in org.apache.lucene.analysis.ar
- 
- ArabicNormalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
-  
- ArabicNormalizer - Class in org.apache.lucene.analysis.ar
- 
Normalizer for Arabic. 
- ArabicNormalizer() - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- ArabicStemFilter - Class in org.apache.lucene.analysis.ar
- 
- ArabicStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ar.ArabicStemFilter
-  
- ArabicStemFilterFactory - Class in org.apache.lucene.analysis.ar
- 
- ArabicStemFilterFactory() - Constructor for class org.apache.lucene.analysis.ar.ArabicStemFilterFactory
-  
- ArabicStemmer - Class in org.apache.lucene.analysis.ar
- 
Stemmer for Arabic. 
- ArabicStemmer() - Constructor for class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- args - Variable in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
The init args 
- ArmenianAnalyzer - Class in org.apache.lucene.analysis.hy
- 
- ArmenianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
- 
- ArmenianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
- 
Builds an analyzer with the given stop words. 
- ArmenianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
- 
Builds an analyzer with the given stop words. 
- ArmenianStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- ArmenianStemmer() - Constructor for class org.tartarus.snowball.ext.ArmenianStemmer
-  
- ASCIIFoldingFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
This class converts alphabetic, numeric, and symbolic Unicode characters
 which are not in the first 127 ASCII characters (the "Basic Latin" Unicode
 block) into their ASCII equivalents, if one exists. 
- ASCIIFoldingFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
-  
- ASCIIFoldingFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- ASCIIFoldingFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
-  
- assign_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
-  
- assureMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
- availableCharFilters() - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
- 
returns a list of all available charfilter names 
- availableTokenFilters() - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
- 
returns a list of all available tokenfilter names from context classpath 
- availableTokenizers() - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
- 
returns a list of all available tokenizer names from context classpath 
- capacity() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
- 
returns current capacity of array 
- capacity() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
- 
returns current capacity of array 
- capacity() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- CapitalizationFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
A filter to apply normal capitalization rules to Tokens. 
- CapitalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
- 
Creates a CapitalizationFilter with the default parameters. 
- CapitalizationFilter(TokenStream, boolean, CharArraySet, boolean, Collection<char[]>, int, int, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
- 
Creates a CapitalizationFilter with the specified parameters. 
- CapitalizationFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- CapitalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
-  
- CatalanAnalyzer - Class in org.apache.lucene.analysis.ca
- 
- CatalanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
- 
- CatalanAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
- 
Builds an analyzer with the given stop words. 
- CatalanAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
- 
Builds an analyzer with the given stop words. 
- CatalanStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- CatalanStemmer() - Constructor for class org.tartarus.snowball.ext.CatalanStemmer
-  
- CATEGORY - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- CATEGORY_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- CATENATE_ALL - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes all subword parts to be catenated:
  
 "wi-fi-4000" => "wifi4000" 
- CATENATE_NUMBERS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes maximum runs of word parts to be catenated:
  
 "wi-fi" => "wifi" 
- CATENATE_WORDS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes maximum runs of word parts to be catenated:
  
 "wi-fi" => "wifi" 
- characters(char[], int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- CharacterUtils - Class in org.apache.lucene.analysis.util
- 
CharacterUtils provides a unified interface to Character-related
 operations to implement backwards compatible character operations based on a
  Version instance. 
- CharacterUtils() - Constructor for class org.apache.lucene.analysis.util.CharacterUtils
-  
- CharacterUtils.CharacterBuffer - Class in org.apache.lucene.analysis.util
- 
- CharArrayIterator - Class in org.apache.lucene.analysis.util
- 
- CharArrayIterator() - Constructor for class org.apache.lucene.analysis.util.CharArrayIterator
-  
- CharArrayMap<V> - Class in org.apache.lucene.analysis.util
- 
A simple class that stores key Strings as char[]'s in a
 hash table. 
- CharArrayMap(Version, int, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArrayMap
- 
Create map with enough capacity to hold startSize terms 
- CharArrayMap(Version, Map<?, ? extends V>, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArrayMap
- 
Creates a map from the mappings in another map. 
- CharArrayMap.EntryIterator - Class in org.apache.lucene.analysis.util
- 
public iterator class so efficient methods are exposed to users 
- CharArrayMap.EntrySet - Class in org.apache.lucene.analysis.util
- 
public EntrySet class so efficient methods are exposed to users 
- CharArraySet - Class in org.apache.lucene.analysis.util
- 
A simple class that stores Strings as char[]'s in a
 hash table. 
- CharArraySet(Version, int, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArraySet
- 
Create set with enough capacity to hold startSize terms 
- CharArraySet(Version, Collection<?>, boolean) - Constructor for class org.apache.lucene.analysis.util.CharArraySet
- 
Creates a set from a Collection of objects. 
- charAt(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- CharFilterFactory - Class in org.apache.lucene.analysis.util
- 
Abstract parent class for analysis factories that create  CharFilter
 instances. 
- CharFilterFactory() - Constructor for class org.apache.lucene.analysis.util.CharFilterFactory
-  
- charset - Variable in class org.apache.lucene.analysis.payloads.IdentityEncoder
-  
- CharTokenizer - Class in org.apache.lucene.analysis.util
- 
An abstract base class for simple, character-oriented tokenizers. 
- CharTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.util.CharTokenizer
- 
- CharTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.util.CharTokenizer
- 
- CharTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.util.CharTokenizer
- 
- CharVector - Class in org.apache.lucene.analysis.compound.hyphenation
- 
This class implements a simple char vector with access to the underlying
 array. 
- CharVector() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- CharVector(int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- CharVector(char[]) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- CharVector(char[], int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- checkCondition(CharSequence) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Checks whether the given text matches the conditional pattern on this affix 
- ChineseAnalyzer - Class in org.apache.lucene.analysis.cn
- 
Deprecated.
(3.1) Use StandardAnalyzerinstead, which has the same functionality.
 This analyzer will be removed in Lucene 5.0
 
 
- ChineseAnalyzer() - Constructor for class org.apache.lucene.analysis.cn.ChineseAnalyzer
- 
Deprecated. 
- ChineseFilter - Class in org.apache.lucene.analysis.cn
- 
Deprecated.
(3.1) Use StopFilterinstead, which has the same functionality.
 This filter will be removed in Lucene 5.0
 
 
- ChineseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilter
- 
Deprecated. 
- ChineseFilterFactory - Class in org.apache.lucene.analysis.cn
- 
- ChineseFilterFactory() - Constructor for class org.apache.lucene.analysis.cn.ChineseFilterFactory
- 
Deprecated. 
- ChineseTokenizer - Class in org.apache.lucene.analysis.cn
- 
Deprecated.
(3.1) Use StandardTokenizerinstead, which has the same functionality.
 This filter will be removed in Lucene 5.0
 
 
- ChineseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
- 
Deprecated. 
- ChineseTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
- 
Deprecated. 
- ChineseTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
- 
Deprecated. 
- ChineseTokenizerFactory - Class in org.apache.lucene.analysis.cn
- 
- ChineseTokenizerFactory() - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizerFactory
- 
Deprecated. 
- CITATION - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- CITATION_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- CJ - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- CJ - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- CJ_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- CJKAnalyzer - Class in org.apache.lucene.analysis.cjk
- 
- CJKAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
- 
- CJKAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
- 
Builds an analyzer with the given stop words 
- CJKBigramFilter - Class in org.apache.lucene.analysis.cjk
- 
Forms bigrams of CJK terms that are generated from StandardTokenizer
 or ICUTokenizer. 
- CJKBigramFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
- CJKBigramFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
- CJKBigramFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
Create a new CJKBigramFilter, specifying which writing systems should be bigrammed,
 and whether or not unigrams should also be output. 
- CJKBigramFilterFactory - Class in org.apache.lucene.analysis.cjk
- 
- CJKBigramFilterFactory() - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilterFactory
-  
- CJKTokenizer - Class in org.apache.lucene.analysis.cjk
- 
Deprecated.
Use StandardTokenizer, CJKWidthFilter, CJKBigramFilter, and LowerCaseFilter instead. 
 
- CJKTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
- 
Deprecated. Construct a token stream processing the given input. 
- CJKTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
- 
Deprecated. 
- CJKTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
- 
Deprecated. 
- CJKTokenizerFactory - Class in org.apache.lucene.analysis.cjk
- 
- CJKTokenizerFactory() - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizerFactory
- 
Deprecated. 
- CJKWidthFilter - Class in org.apache.lucene.analysis.cjk
- 
A  TokenFilter that normalizes CJK width differences:
 
   Folds fullwidth ASCII variants into the equivalent basic latin
   Folds halfwidth Katakana variants into the equivalent kana
  
- CJKWidthFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cjk.CJKWidthFilter
-  
- CJKWidthFilterFactory - Class in org.apache.lucene.analysis.cjk
- 
- CJKWidthFilterFactory() - Constructor for class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
-  
- ClassicAnalyzer - Class in org.apache.lucene.analysis.standard
- 
- ClassicAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.ClassicAnalyzer
- 
Builds an analyzer with the given stop words. 
- ClassicAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.ClassicAnalyzer
- 
- ClassicAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicAnalyzer
- 
Builds an analyzer with the stop words from the given reader. 
- ClassicFilter - Class in org.apache.lucene.analysis.standard
- 
- ClassicFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.standard.ClassicFilter
- 
Construct filtering in. 
- ClassicFilterFactory - Class in org.apache.lucene.analysis.standard
- 
- ClassicFilterFactory() - Constructor for class org.apache.lucene.analysis.standard.ClassicFilterFactory
-  
- ClassicTokenizer - Class in org.apache.lucene.analysis.standard
- 
A grammar-based tokenizer constructed with JFlex 
- ClassicTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizer
- 
- ClassicTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizer
- 
- ClassicTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizer
- 
- ClassicTokenizerFactory - Class in org.apache.lucene.analysis.standard
- 
- ClassicTokenizerFactory() - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
-  
- classmap - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
This map stores the character classes 
- ClasspathResourceLoader - Class in org.apache.lucene.analysis.util
- 
- ClasspathResourceLoader() - Constructor for class org.apache.lucene.analysis.util.ClasspathResourceLoader
- 
Creates an instance using the context classloader to load Resources and classes. 
- ClasspathResourceLoader(ClassLoader) - Constructor for class org.apache.lucene.analysis.util.ClasspathResourceLoader
- 
Creates an instance using the given classloader to load Resources and classes. 
- ClasspathResourceLoader(Class<?>) - Constructor for class org.apache.lucene.analysis.util.ClasspathResourceLoader
- 
Creates an instance using the context classloader to load Resources and classes
 Resources are resolved relative to the given class, if path is not absolute. 
- clear() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
- 
Reset Vector but don't resize or clear elements 
- clear() - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
Clears all entries in this map. 
- clear() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
-  
- clear() - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
Clears all entries in this set. 
- clone() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- clone() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- clone() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- close() - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
-  
- close() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
-  
- close() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- codePointAt(char[], int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
- 
Returns the code point at the given index of the char array. 
- codePointAt(CharSequence, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
- 
Returns the code point at the given index of the  CharSequence. 
- codePointAt(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
- 
Returns the code point at the given index of the char array where only elements
 with index less than the limit are used. 
- CollatedTermAttributeImpl - Class in org.apache.lucene.collation.tokenattributes
- 
Extension of  CharTermAttributeImpl that encodes the term
 text as a binary Unicode collation key instead of as UTF-8 bytes. 
- CollatedTermAttributeImpl(Collator) - Constructor for class org.apache.lucene.collation.tokenattributes.CollatedTermAttributeImpl
- 
Create a new CollatedTermAttributeImpl 
- CollationAttributeFactory - Class in org.apache.lucene.collation
- 
   Converts each token into its  CollationKey, and then
   encodes the bytes as an index term. 
- CollationAttributeFactory(Collator) - Constructor for class org.apache.lucene.collation.CollationAttributeFactory
- 
- CollationAttributeFactory(AttributeSource.AttributeFactory, Collator) - Constructor for class org.apache.lucene.collation.CollationAttributeFactory
- 
Create a CollationAttributeFactory, using the supplied Attribute Factory 
 as the factory for all other attributes. 
- CollationKeyAnalyzer - Class in org.apache.lucene.collation
- 
- CollationKeyAnalyzer(Version, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyAnalyzer
- 
Create a new CollationKeyAnalyzer, using the specified collator. 
- CollationKeyAnalyzer(Collator) - Constructor for class org.apache.lucene.collation.CollationKeyAnalyzer
- 
- CollationKeyFilter - Class in org.apache.lucene.collation
- 
- CollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyFilter
- 
Deprecated. 
- CollationKeyFilterFactory - Class in org.apache.lucene.collation
- 
- CollationKeyFilterFactory() - Constructor for class org.apache.lucene.collation.CollationKeyFilterFactory
- 
Deprecated. 
- CommonGramsFilter - Class in org.apache.lucene.analysis.commongrams
- 
Construct bigrams for frequently occurring terms while indexing. 
- CommonGramsFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsFilter
- 
Construct a token stream filtering the given input using a Set of common
 words to create bigrams. 
- CommonGramsFilterFactory - Class in org.apache.lucene.analysis.commongrams
- 
- CommonGramsFilterFactory() - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
-  
- CommonGramsQueryFilter - Class in org.apache.lucene.analysis.commongrams
- 
Wrap a CommonGramsFilter optimizing phrase queries by only returning single
 words when they are not a member of a bigram. 
- CommonGramsQueryFilter(CommonGramsFilter) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
- 
Constructs a new CommonGramsQueryFilter based on the provided CommomGramsFilter 
- CommonGramsQueryFilterFactory - Class in org.apache.lucene.analysis.commongrams
- 
- CommonGramsQueryFilterFactory() - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
-  
- COMPANY - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- COMPANY - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- COMPANY_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- CompoundWordTokenFilterBase - Class in org.apache.lucene.analysis.compound
- 
Base class for decomposition token filters. 
- CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- CompoundWordTokenFilterBase(Version, TokenStream, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- CompoundWordTokenFilterBase.CompoundToken - Class in org.apache.lucene.analysis.compound
- 
Helper class to hold decompounded token information 
- CompoundWordTokenFilterBase.CompoundToken(int, int) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
- 
- CONSUME_ALL_TOKENS_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
-  
- consumeAllTokens() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
- 
TeeSinkTokenFilterpasses all tokens to the added sinks
 when itself is consumed.
 
- contains(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
-  
- contains(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
true if the lenchars oftextstarting atoffare in the set
 
- contains(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
true if the CharSequenceis in the set
 
- contains(Object) - Method in class org.apache.lucene.analysis.util.CharArraySet
-  
- containsKey(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
- containsKey(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
- containsKey(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
-  
- copy(Version, Map<?, ? extends V>) - Static method in class org.apache.lucene.analysis.util.CharArrayMap
- 
- copy(Version, Set<?>) - Static method in class org.apache.lucene.analysis.util.CharArraySet
- 
- copy_from(SnowballProgram) - Method in class org.tartarus.snowball.SnowballProgram
-  
- correct(int) - Method in class org.apache.lucene.analysis.charfilter.BaseCharFilter
- 
Retrieve the corrected offset. 
- correct(int) - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
-  
- correct(int) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
-  
- create(Reader) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
- 
Deprecated. 
- create(TokenStream) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.ar.ArabicStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.bg.BulgarianStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.br.BrazilianStemFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.cjk.CJKTokenizerFactory
- 
Deprecated. 
- create(TokenStream) - Method in class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.cn.ChineseFilterFactory
- 
Deprecated. 
- create(Reader) - Method in class org.apache.lucene.analysis.cn.ChineseTokenizerFactory
- 
Deprecated. 
- create(TokenStream) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
- 
Create a CommonGramsFilter and wrap it with a CommonGramsQueryFilter 
- create(TokenStream) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.core.KeywordTokenizerFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.core.LetterTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.core.LowerCaseFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.core.StopFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.core.WhitespaceTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.cz.CzechStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanMinimalStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.de.GermanStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.el.GreekStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.en.EnglishPossessiveFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.en.KStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.en.PorterStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.es.SpanishLightStemFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.fa.PersianCharFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.fi.FinnishLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.fr.FrenchLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.gl.GalicianStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.hi.HindiStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.hu.HungarianLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
- 
- create(TokenStream) - Method in class org.apache.lucene.analysis.id.IndonesianStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.it.ItalianLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.lv.LatvianStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.ngram.NGramFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizerFactory
- 
- create(TokenStream) - Method in class org.apache.lucene.analysis.no.NorwegianLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
- 
Split the input using configured pattern 
- create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.position.PositionFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.pt.PortugueseStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.reverse.ReverseStringFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
- 
Deprecated. 
- create(TokenStream) - Method in class org.apache.lucene.analysis.ru.RussianLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.shingle.ShingleFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.standard.ClassicFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.standard.StandardFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.sv.SwedishLightStemFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.synonym.SynonymFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.th.ThaiWordFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.tr.TurkishLowerCaseFilterFactory
-  
- create(Reader) - Method in class org.apache.lucene.analysis.util.CharFilterFactory
- 
Wraps the given Reader with a CharFilter. 
- create(TokenStream) - Method in class org.apache.lucene.analysis.util.ElisionFilterFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.analysis.util.TokenFilterFactory
- 
Transform the specified input TokenStream 
- create(Reader) - Method in class org.apache.lucene.analysis.util.TokenizerFactory
- 
Creates a TokenStream of the specified input 
- create(Reader) - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizerFactory
-  
- create(TokenStream) - Method in class org.apache.lucene.collation.CollationKeyFilterFactory
- 
Deprecated. 
- createAttributeInstance(Class<? extends Attribute>) - Method in class org.apache.lucene.collation.CollationAttributeFactory
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ca.CatalanAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseAnalyzer
- 
Deprecated. 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.KeywordAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.SimpleAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.StopAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.WhitespaceAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.da.DanishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.en.EnglishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.es.SpanishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.eu.BasqueAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fi.FinnishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ga.IrishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.gl.GalicianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hi.HindiAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hu.HungarianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.id.IndonesianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.it.ItalianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.lv.LatvianAnalyzer
- 
- createComponents(String, Reader, String) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. Creates a token stream that tokenizes the given string into token terms
 (aka words). 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. Creates a token stream that tokenizes all the text in the given Reader;
 This implementation forwards to tokenStream(String, Reader, String)and is
 less efficient thantokenStream(String, Reader, String).
 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
- 
Returns a (possibly reused)  TokenStream which tokenizes all the 
 text in the provided  Reader. 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.no.NorwegianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ro.RomanianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.snowball.SnowballAnalyzer
- 
Deprecated. 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
-  
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.sv.SwedishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.analysis.tr.TurkishAnalyzer
- 
- createComponents(String, Reader) - Method in class org.apache.lucene.collation.CollationKeyAnalyzer
-  
- current() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- currentValue() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
- 
returns the value associated with the last key returned 
- cursor - Variable in class org.tartarus.snowball.SnowballProgram
-  
- CzechAnalyzer - Class in org.apache.lucene.analysis.cz
- 
- CzechAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
- 
- CzechAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
- 
Builds an analyzer with the given stop words. 
- CzechAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
- 
Builds an analyzer with the given stop words and a set of work to be
 excluded from the  CzechStemFilter. 
- CzechStemFilter - Class in org.apache.lucene.analysis.cz
- 
- CzechStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cz.CzechStemFilter
-  
- CzechStemFilterFactory - Class in org.apache.lucene.analysis.cz
- 
- CzechStemFilterFactory() - Constructor for class org.apache.lucene.analysis.cz.CzechStemFilterFactory
-  
- CzechStemmer - Class in org.apache.lucene.analysis.cz
- 
Light Stemmer for Czech. 
- CzechStemmer() - Constructor for class org.apache.lucene.analysis.cz.CzechStemmer
-  
- DAMMA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- DAMMATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- DanishAnalyzer - Class in org.apache.lucene.analysis.da
- 
- DanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
- 
- DanishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
- 
Builds an analyzer with the given stop words. 
- DanishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
- 
Builds an analyzer with the given stop words. 
- DanishStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- DanishStemmer() - Constructor for class org.tartarus.snowball.ext.DanishStemmer
-  
- DATE_TYPE - Static variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
-  
- dateFormat - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
-  
- DateRecognizerSinkFilter - Class in org.apache.lucene.analysis.sinks
- 
- DateRecognizerSinkFilter() - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
- 
- DateRecognizerSinkFilter(DateFormat) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
-  
- DBBI_AVAILABLE - Static variable in class org.apache.lucene.analysis.th.ThaiWordFilter
- 
True if the JRE supports a working dictionary-based breakiterator for Thai. 
- decodeFloat(byte[]) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- decodeFloat(byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
- 
- decodeInt(byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- decompose() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- 
- decompose() - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
-  
- decompose() - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
-  
- DEFAULT_ANALYZER - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. A lower-casing word analyzer with English stop words (can be shared
 freely across threads without harm); global per class loader. 
- DEFAULT_ARTICLES - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
- 
Default set of articles for ElisionFilter 
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.lucene.analysis.core.KeywordTokenizer
- 
Default read buffer size 
- DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
-  
- DEFAULT_MAX_BLOCK_CHARS - Static variable in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
- 
Deprecated. 
- DEFAULT_MAX_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-  
- DEFAULT_MAX_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-  
- DEFAULT_MAX_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-  
- DEFAULT_MAX_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
-  
- DEFAULT_MAX_SHINGLE_SIZE - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
default maximum shingle size is 2. 
- DEFAULT_MAX_SUBWORD_SIZE - Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- 
The default for maximal length of subwords that get propagated to the output of this filter 
- DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
-  
- DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.ClassicAnalyzer
- 
Default maximum allowed token length 
- DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
- 
Default maximum allowed token length 
- DEFAULT_MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
- 
Default maximum allowed token length 
- DEFAULT_MAX_WORD_COUNT - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
-  
- DEFAULT_MIN_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-  
- DEFAULT_MIN_GRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-  
- DEFAULT_MIN_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-  
- DEFAULT_MIN_NGRAM_SIZE - Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
-  
- DEFAULT_MIN_SHINGLE_SIZE - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
default minimum shingle size is 2. 
- DEFAULT_MIN_SUBWORD_SIZE - Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- 
The default for minimal length of subwords that get propagated to the output of this filter 
- DEFAULT_MIN_WORD_SIZE - Static variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
- 
The default for minimal word length that gets decomposed 
- DEFAULT_SIDE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-  
- DEFAULT_SIDE - Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-  
- DEFAULT_SKIP - Static variable in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- DEFAULT_SKIP - Static variable in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ar.ArabicAnalyzer
- 
File containing default Arabic stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
- 
File containing default Bulgarian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.br.BrazilianAnalyzer
- 
File containing default Brazilian Portuguese stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ca.CatalanAnalyzer
- 
File containing default Catalan stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.cjk.CJKAnalyzer
- 
File containing default CJK stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.cz.CzechAnalyzer
- 
File containing default Czech stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.da.DanishAnalyzer
- 
File containing default Danish stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.de.GermanAnalyzer
- 
File containing default German stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.el.GreekAnalyzer
- 
File containing default Greek stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.es.SpanishAnalyzer
- 
File containing default Spanish stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.eu.BasqueAnalyzer
- 
File containing default Basque stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
File containing default Persian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.fi.FinnishAnalyzer
- 
File containing default Italian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
- 
File containing default French stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ga.IrishAnalyzer
- 
File containing default Irish stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.gl.GalicianAnalyzer
- 
File containing default Galician stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.hi.HindiAnalyzer
- 
File containing default Hindi stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.hu.HungarianAnalyzer
- 
File containing default Hungarian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
- 
File containing default Armenian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.id.IndonesianAnalyzer
- 
File containing default Indonesian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.it.ItalianAnalyzer
- 
File containing default Italian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.lv.LatvianAnalyzer
- 
File containing default Latvian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
- 
File containing default Dutch stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.no.NorwegianAnalyzer
- 
File containing default Norwegian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
- 
File containing default Portuguese stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ro.RomanianAnalyzer
- 
File containing default Romanian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.ru.RussianAnalyzer
- 
File containing default Russian stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.sv.SwedishAnalyzer
- 
File containing default Swedish stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.th.ThaiAnalyzer
- 
File containing default Thai stopwords. 
- DEFAULT_STOPWORD_FILE - Static variable in class org.apache.lucene.analysis.tr.TurkishAnalyzer
- 
File containing default Turkish stopwords. 
- DEFAULT_TOKEN_TYPE - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
default token type attribute value is "shingle" 
- DEFAULT_WORD_DELIM_TABLE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
-  
- defaultMaxDocFreqPercent - Static variable in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
-  
- delete(char[], int, int) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
- 
Delete a character in-place 
- deleteN(char[], int, int, int) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
- 
Delete n characters in-place 
- DelimitedPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
- 
Characters before the delimiter are the "token", those after are the payload. 
- DelimitedPayloadTokenFilter(TokenStream, char, PayloadEncoder) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
-  
- DelimitedPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
- 
- DelimitedPayloadTokenFilterFactory() - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
-  
- DELIMITER_ATTR - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
-  
- dictionary - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- DictionaryCompoundWordTokenFilter - Class in org.apache.lucene.analysis.compound
- 
A  TokenFilter that decomposes compound words found in many Germanic languages. 
- DictionaryCompoundWordTokenFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
- 
- DictionaryCompoundWordTokenFilter(Version, TokenStream, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
- 
- DictionaryCompoundWordTokenFilterFactory - Class in org.apache.lucene.analysis.compound
- 
- DictionaryCompoundWordTokenFilterFactory() - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
-  
- DIGIT - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
-  
- DONE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
- 
Indicates the end of iteration 
- DOTLESS_YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- DOUBLE_TYPE - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
when we emit a bigram, its then marked as this type 
- DutchAnalyzer - Class in org.apache.lucene.analysis.nl
- 
- DutchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- 
- DutchAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-  
- DutchAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-  
- DutchAnalyzer(Version, CharArraySet, CharArraySet, CharArrayMap<String>) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
-  
- DutchStemFilter - Class in org.apache.lucene.analysis.nl
- 
- DutchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
- 
Deprecated. 
- DutchStemFilter(TokenStream, Map<?, ?>) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
- 
Deprecated. 
- DutchStemmer - Class in org.apache.lucene.analysis.nl
- 
Deprecated.
(3.1) Use DutchStemmerinstead, 
 which has the same functionality. This filter will be removed in Lucene 5.0
 
 
- DutchStemmer() - Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
- 
Deprecated. 
- DutchStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- DutchStemmer() - Constructor for class org.tartarus.snowball.ext.DutchStemmer
-  
- EdgeNGramFilterFactory - Class in org.apache.lucene.analysis.ngram
- 
- EdgeNGramFilterFactory() - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramFilterFactory
-  
- EdgeNGramTokenFilter - Class in org.apache.lucene.analysis.ngram
- 
Tokenizes the given token into n-grams of given size(s). 
- EdgeNGramTokenFilter(TokenStream, EdgeNGramTokenFilter.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
- 
Creates EdgeNGramTokenFilter that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenFilter(TokenStream, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
- 
Creates EdgeNGramTokenFilter that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenFilter.Side - Enum in org.apache.lucene.analysis.ngram
- 
Specifies which side of the input the n-gram should be generated from 
- EdgeNGramTokenizer - Class in org.apache.lucene.analysis.ngram
- 
Tokenizes the input from an edge into n-grams of given size(s). 
- EdgeNGramTokenizer(Reader, EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenizer(AttributeSource, Reader, EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenizer(AttributeSource.AttributeFactory, Reader, EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenizer(Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenizer(AttributeSource, Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenizer(AttributeSource.AttributeFactory, Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range 
- EdgeNGramTokenizer.Side - Enum in org.apache.lucene.analysis.ngram
- 
Specifies which side of the input the n-gram should be generated from 
- EdgeNGramTokenizerFactory - Class in org.apache.lucene.analysis.ngram
- 
- EdgeNGramTokenizerFactory() - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
-  
- ElisionFilter - Class in org.apache.lucene.analysis.util
- 
- ElisionFilter(TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.util.ElisionFilter
- 
Constructs an elision filter with a Set of stop words 
- ElisionFilterFactory - Class in org.apache.lucene.analysis.util
- 
- ElisionFilterFactory() - Constructor for class org.apache.lucene.analysis.util.ElisionFilterFactory
-  
- EMAIL - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- EMAIL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- EMAIL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- EMAIL_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. 
- EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. 
- EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. 
- EMAIL_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
-  
- EMPTY_SET - Static variable in class org.apache.lucene.analysis.util.CharArraySet
-  
- emptyMap() - Static method in class org.apache.lucene.analysis.util.CharArrayMap
- 
Returns an empty, unmodifiable map. 
- EmptyTokenStream - Class in org.apache.lucene.analysis.miscellaneous
- 
An always exhausted token stream. 
- EmptyTokenStream() - Constructor for class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
-  
- encode(char[]) - Method in class org.apache.lucene.analysis.payloads.AbstractEncoder
-  
- encode(char[], int, int) - Method in class org.apache.lucene.analysis.payloads.FloatEncoder
-  
- encode(char[], int, int) - Method in class org.apache.lucene.analysis.payloads.IdentityEncoder
-  
- encode(char[], int, int) - Method in class org.apache.lucene.analysis.payloads.IntegerEncoder
-  
- encode(char[]) - Method in interface org.apache.lucene.analysis.payloads.PayloadEncoder
-  
- encode(char[], int, int) - Method in interface org.apache.lucene.analysis.payloads.PayloadEncoder
- 
- encodeFloat(float) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- encodeFloat(float, byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- encodeInt(int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- encodeInt(int, byte[], int) - Static method in class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- ENCODER_ATTR - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
-  
- end() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
- 
Deprecated. 
- end() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
- 
Deprecated. 
- end() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
-  
- end() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- end() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
-  
- end() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
-  
- end() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.util.CharTokenizer
-  
- end() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- endElement(String, String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- endOffset - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
-  
- endsWith(char[], int, String) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
- 
Returns true if the character array ends with the suffix. 
- endsWith(char[], int, char[]) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
- 
Returns true if the character array ends with the suffix. 
- ENGLISH_STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.core.StopAnalyzer
- 
An unmodifiable set containing some common English words that are not usually useful
  for searching. 
- EnglishAnalyzer - Class in org.apache.lucene.analysis.en
- 
- EnglishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
- 
- EnglishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
- 
Builds an analyzer with the given stop words. 
- EnglishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
- 
Builds an analyzer with the given stop words. 
- EnglishMinimalStemFilter - Class in org.apache.lucene.analysis.en
- 
- EnglishMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemFilter
-  
- EnglishMinimalStemFilterFactory - Class in org.apache.lucene.analysis.en
- 
- EnglishMinimalStemFilterFactory() - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemFilterFactory
-  
- EnglishMinimalStemmer - Class in org.apache.lucene.analysis.en
- 
Minimal plural stemmer for English. 
- EnglishMinimalStemmer() - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemmer
-  
- EnglishPossessiveFilter - Class in org.apache.lucene.analysis.en
- 
TokenFilter that removes possessives (trailing 's) from words. 
- EnglishPossessiveFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilter
- 
- EnglishPossessiveFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilter
-  
- EnglishPossessiveFilterFactory - Class in org.apache.lucene.analysis.en
- 
- EnglishPossessiveFilterFactory() - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilterFactory
-  
- EnglishStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- EnglishStemmer() - Constructor for class org.tartarus.snowball.ext.EnglishStemmer
-  
- entrySet() - Method in class org.apache.lucene.analysis.util.CharArrayMap
-  
- eq - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Pointer to equal branch and to data when this node is a string terminator. 
- eq_s(int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- eq_s_b(int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- eq_v(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- eq_v_b(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- equals(Object) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. Indicates whether some other object is "equal to" this one. 
- equals(Object) - Method in class org.tartarus.snowball.ext.ArmenianStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.BasqueStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.CatalanStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.DanishStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.DutchStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.EnglishStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.FinnishStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.FrenchStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.German2Stemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.GermanStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.HungarianStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.IrishStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.ItalianStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.KpStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.LovinsStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.NorwegianStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.PorterStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.PortugueseStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.RomanianStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.RussianStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.SpanishStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.SwedishStemmer
-  
- equals(Object) - Method in class org.tartarus.snowball.ext.TurkishStemmer
-  
- exceptions - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
-  
- exceptions - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
-  
- EXTENDED_ANALYZER - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. A lower-casing word analyzer with extended  English stop words
 (can be shared freely across threads without harm); global per class
 loader. 
- EXTERNAL_LINK - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- EXTERNAL_LINK_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- EXTERNAL_LINK_URL - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- EXTERNAL_LINK_URL_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- GalicianAnalyzer - Class in org.apache.lucene.analysis.gl
- 
- GalicianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
- 
- GalicianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
- 
Builds an analyzer with the given stop words. 
- GalicianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
- 
Builds an analyzer with the given stop words. 
- GalicianMinimalStemFilter - Class in org.apache.lucene.analysis.gl
- 
- GalicianMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemFilter
-  
- GalicianMinimalStemFilterFactory - Class in org.apache.lucene.analysis.gl
- 
- GalicianMinimalStemFilterFactory() - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemFilterFactory
-  
- GalicianMinimalStemmer - Class in org.apache.lucene.analysis.gl
- 
Minimal Stemmer for Galician 
- GalicianMinimalStemmer() - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemmer
-  
- GalicianStemFilter - Class in org.apache.lucene.analysis.gl
- 
- GalicianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.gl.GalicianStemFilter
-  
- GalicianStemFilterFactory - Class in org.apache.lucene.analysis.gl
- 
- GalicianStemFilterFactory() - Constructor for class org.apache.lucene.analysis.gl.GalicianStemFilterFactory
-  
- GalicianStemmer - Class in org.apache.lucene.analysis.gl
- 
Galician stemmer implementing "Regras do lematizador para o galego". 
- GalicianStemmer() - Constructor for class org.apache.lucene.analysis.gl.GalicianStemmer
-  
- GENERATE_NUMBER_PARTS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes number subwords to be generated:
  
 "500-42" => "500" "42" 
- GENERATE_WORD_PARTS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes parts of words to be generated:
  
 "PowerShot" => "Power" "Shot" 
- German2Stemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- German2Stemmer() - Constructor for class org.tartarus.snowball.ext.German2Stemmer
-  
- GermanAnalyzer - Class in org.apache.lucene.analysis.de
- 
- GermanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
- 
- GermanAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
- 
Builds an analyzer with the given stop words 
- GermanAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
- 
Builds an analyzer with the given stop words 
- GermanLightStemFilter - Class in org.apache.lucene.analysis.de
- 
- GermanLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanLightStemFilter
-  
- GermanLightStemFilterFactory - Class in org.apache.lucene.analysis.de
- 
- GermanLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.de.GermanLightStemFilterFactory
-  
- GermanLightStemmer - Class in org.apache.lucene.analysis.de
- 
Light Stemmer for German. 
- GermanLightStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanLightStemmer
-  
- GermanMinimalStemFilter - Class in org.apache.lucene.analysis.de
- 
- GermanMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemFilter
-  
- GermanMinimalStemFilterFactory - Class in org.apache.lucene.analysis.de
- 
- GermanMinimalStemFilterFactory() - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemFilterFactory
-  
- GermanMinimalStemmer - Class in org.apache.lucene.analysis.de
- 
Minimal Stemmer for German. 
- GermanMinimalStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemmer
-  
- GermanNormalizationFilter - Class in org.apache.lucene.analysis.de
- 
- GermanNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanNormalizationFilter
-  
- GermanNormalizationFilterFactory - Class in org.apache.lucene.analysis.de
- 
- GermanNormalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
-  
- GermanStemFilter - Class in org.apache.lucene.analysis.de
- 
- GermanStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
- 
- GermanStemFilterFactory - Class in org.apache.lucene.analysis.de
- 
- GermanStemFilterFactory() - Constructor for class org.apache.lucene.analysis.de.GermanStemFilterFactory
-  
- GermanStemmer - Class in org.apache.lucene.analysis.de
- 
A stemmer for German words. 
- GermanStemmer() - Constructor for class org.apache.lucene.analysis.de.GermanStemmer
-  
- GermanStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- GermanStemmer() - Constructor for class org.tartarus.snowball.ext.GermanStemmer
-  
- get(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
-  
- get(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- get(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
returns the value of the mapping of lenchars oftextstarting atoff
 
- get(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
returns the value of the mapping of the chars inside this CharSequence
 
- get(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
-  
- get(int) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
-  
- get(int, int) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
-  
- getAppend() - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Returns the append defined for the affix 
- getAppendFlags() - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Returns the flags defined for the affix append 
- getArgs() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
-  
- getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- getArray() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- getBeginIndex() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- getBoolean(String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getBoolean(String, boolean, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getBuffer() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
- 
Returns the internal buffer 
- getCommonWords() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
-  
- getCommonWords() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
-  
- getCondition() - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Returns the condition that must be met before the affix can be applied 
- getCurrent() - Method in class org.tartarus.snowball.SnowballProgram
- 
Get the current string. 
- getCurrentBuffer() - Method in class org.tartarus.snowball.SnowballProgram
- 
Get the current buffer containing the stem. 
- getCurrentBufferLength() - Method in class org.tartarus.snowball.SnowballProgram
- 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ca.CatalanAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.cz.CzechAnalyzer
- 
Returns a set of default Czech-stopwords 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.da.DanishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.de.GermanAnalyzer
- 
Returns a set of default German-stopwords 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.el.GreekAnalyzer
- 
Returns a set of default Greek-stopwords 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.en.EnglishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.es.SpanishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.eu.BasqueAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.fi.FinnishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ga.IrishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.gl.GalicianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.hi.HindiAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.hu.HungarianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.id.IndonesianAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.it.ItalianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.lv.LatvianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.nl.DutchAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.no.NorwegianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ro.RomanianAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.ru.RussianAnalyzer
- 
Returns an unmodifiable instance of the default stop-words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.sv.SwedishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.th.ThaiAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.tr.TurkishAnalyzer
- 
Returns an unmodifiable instance of the default stop words set. 
- getEnablePositionIncrements() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
-  
- getEndIndex() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- getExceptionWord(ArrayList<?>) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- getFlag() - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Returns the affix flag 
- getFlags() - Method in class org.apache.lucene.analysis.hunspell.HunspellWord
- 
Returns the flags associated with the word 
- getHyphenationPoints() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphenation
-  
- getHyphenationTree(String) - Static method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
Create a hyphenator tree 
- getHyphenationTree(File) - Static method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
Create a hyphenator tree 
- getHyphenationTree(InputSource) - Static method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
Create a hyphenator tree 
- getIndex() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- getInstance(Version) - Static method in class org.apache.lucene.analysis.util.CharacterUtils
- 
- getInt(String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getInt(String, int) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getInt(String, int, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getInterletterValues(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- getLabel() - Method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
-  
- getLabel() - Method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
-  
- getLastCumulativeDiff() - Method in class org.apache.lucene.analysis.charfilter.BaseCharFilter
-  
- getLength() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
- 
- getLength() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- getLines(ResourceLoader, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
Returns the resource's lines (with content treated as UTF-8) 
- getLines(InputStream, Charset) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Accesses a resource by name and returns the (non comment) lines containing
 data using the given character encoding. 
- getLuceneMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getMaxShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
- 
The max shingle (token ngram) size 
- getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
-  
- getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
-  
- getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
-  
- getMaxTokenLength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- getMinShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
- 
The min shingle (token ngram) size 
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.core.LowerCaseFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.fa.PersianCharFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.tr.TurkishLowerCaseFilterFactory
-  
- getMultiTermComponent() - Method in class org.apache.lucene.analysis.util.ElisionFilterFactory
-  
- getMultiTermComponent() - Method in interface org.apache.lucene.analysis.util.MultiTermAwareComponent
- 
Returns an analysis component to handle analysis if multi-term queries. 
- getMultiTermComponent() - Method in class org.apache.lucene.collation.CollationKeyFilterFactory
- 
Deprecated. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
- 
Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getNextToken() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Resumes scanning until the next regular expression is matched,
 the end of input is encountered or an I/O-Error occurs. 
- getOffset() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
- 
Returns the data offset in the internal buffer. 
- getOriginalArgs() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- getPattern(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- getPattern(String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
Compiles a pattern for the value of the specified argument key name
 
- getPrefix() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- getPrefixes() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
- 
Returns the list of prefixes used to generate the stem 
- getSide(String) - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
-  
- getSide(String) - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
-  
- getSnowballWordSet(ResourceLoader, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
- getSnowballWordSet(Reader, CharArraySet) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads stopwords from a stopword list in Snowball format. 
- getSnowballWordSet(Reader, Version) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads stopwords from a stopword list in Snowball format. 
- getStart() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- getStem() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
- 
Returns the actual word stem itself 
- getStemDict(Reader, CharArrayMap<String>) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads a stem dictionary. 
- getStemLength() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
-  
- getStemString() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
-  
- getStopTypes() - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
-  
- getStopWords() - Method in class org.apache.lucene.analysis.core.StopFilterFactory
-  
- getStopWords(String) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
- 
Provides information on which stop words have been identified for a field 
- getStopWords() - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
- 
Provides information on which stop words have been identified for all fields 
- getStopwordSet() - Method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
Returns the analyzer's stopword set or an empty set if the analyzer has no
 stopwords 
- getStrip() - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Returns the stripping characters defined for the affix 
- getSuffix() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- getSuffixes() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
- 
Returns the list of suffixes used to generate the stem 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Fills CharTermAttribute with the current token text. 
- getText(CharTermAttribute) - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
- 
Copies the matched text into the CharTermAttribute 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Fills CharTermAttribute with the current token text. 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Fills CharTermAttribute with the current token text. 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Fills CharTermAttribute with the current token text. 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Fills CharTermAttribute with the current token text. 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Fills CharTermAttribute with the current token text. 
- getText(CharTermAttribute) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Fills CharTermAttribute with the current token text. 
- getText() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- getToken() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
-  
- getTokenSeparator() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- getType(int) - Static method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
- 
Computes the type of the given character 
- getValue() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
-  
- getValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
-  
- getVersion() - Method in class org.apache.lucene.analysis.hunspell.HunspellDictionary
-  
- getWords() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- getWordSet(ResourceLoader, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
Returns as  CharArraySet from wordFiles, which
 can be a comma-separated list of filenames 
- getWordSet(Reader, CharArraySet) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads lines from a Reader and adds every line as an entry to a CharArraySet (omitting
 leading and trailing whitespace). 
- getWordSet(Reader, Version) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads lines from a Reader and adds every line as an entry to a CharArraySet (omitting
 leading and trailing whitespace). 
- getWordSet(Reader, String, Version) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads lines from a Reader and adds every non-comment line as an entry to a CharArraySet (omitting
 leading and trailing whitespace). 
- getWordSet(Reader, String, CharArraySet) - Static method in class org.apache.lucene.analysis.util.WordlistLoader
- 
Reads lines from a Reader and adds every non-comment line as an entry to a CharArraySet (omitting
 leading and trailing whitespace). 
- getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
-  
- getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
-  
- getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
-  
- getWrappedAnalyzer(String) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- GRAM_TYPE - Static variable in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
-  
- GreekAnalyzer - Class in org.apache.lucene.analysis.el
- 
- GreekAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
- 
Builds an analyzer with the default stop words. 
- GreekAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
- 
Builds an analyzer with the given stop words. 
- GreekLowerCaseFilter - Class in org.apache.lucene.analysis.el
- 
Normalizes token text to lower case, removes some Greek diacritics,
 and standardizes final sigma to sigma. 
- GreekLowerCaseFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilter
- 
Create a GreekLowerCaseFilter that normalizes Greek token text. 
- GreekLowerCaseFilterFactory - Class in org.apache.lucene.analysis.el
- 
- GreekLowerCaseFilterFactory() - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
-  
- GreekStemFilter - Class in org.apache.lucene.analysis.el
- 
- GreekStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekStemFilter
-  
- GreekStemFilterFactory - Class in org.apache.lucene.analysis.el
- 
- GreekStemFilterFactory() - Constructor for class org.apache.lucene.analysis.el.GreekStemFilterFactory
-  
- GreekStemmer - Class in org.apache.lucene.analysis.el
- 
A stemmer for Greek words, according to: Development of a Stemmer for the
 Greek Language. Georgios Ntais 
- GreekStemmer() - Constructor for class org.apache.lucene.analysis.el.GreekStemmer
-  
- GROUP - Static variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
-  
- group - Variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
-  
- HAMZA_ABOVE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- HAN - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
bigram flag for Han Ideographs 
- HANGUL - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
bigram flag for Hangul 
- HANGUL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- HANGUL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
-  
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. 
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. 
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. 
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. 
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. 
- HANGUL_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
-  
- HAS_BUGGY_BREAKITERATORS - Static variable in class org.apache.lucene.analysis.util.CharArrayIterator
- 
True if this JRE has a buggy BreakIterator implementation 
- hasFlag(char) - Method in class org.apache.lucene.analysis.hunspell.HunspellWord
- 
Checks whether the word has the given flag associated with it 
- hashCode() - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. Returns a hash code value for the object. 
- hashCode() - Method in class org.tartarus.snowball.ext.ArmenianStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.BasqueStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.CatalanStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.DanishStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.DutchStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.EnglishStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.FinnishStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.FrenchStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.German2Stemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.GermanStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.HungarianStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.IrishStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.ItalianStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.KpStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.LovinsStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.NorwegianStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.PorterStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.PortugueseStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.RomanianStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.RussianStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.SpanishStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.SwedishStemmer
-  
- hashCode() - Method in class org.tartarus.snowball.ext.TurkishStemmer
-  
- hasMoreElements() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
-  
- hasNext() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
-  
- HEADING - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- HEADING_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- HEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- HEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- HEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- HEH_GOAL - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- HEH_YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- hi - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Pointer to high branch. 
- HindiAnalyzer - Class in org.apache.lucene.analysis.hi
- 
Analyzer for Hindi. 
- HindiAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.hi.HindiAnalyzer
- 
Builds an analyzer with the given stop words 
- HindiAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.hi.HindiAnalyzer
- 
Builds an analyzer with the given stop words 
- HindiAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hi.HindiAnalyzer
- 
- HindiNormalizationFilter - Class in org.apache.lucene.analysis.hi
- 
- HindiNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizationFilter
-  
- HindiNormalizationFilterFactory - Class in org.apache.lucene.analysis.hi
- 
- HindiNormalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
-  
- HindiNormalizer - Class in org.apache.lucene.analysis.hi
- 
Normalizer for Hindi. 
- HindiNormalizer() - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizer
-  
- HindiStemFilter - Class in org.apache.lucene.analysis.hi
- 
- HindiStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hi.HindiStemFilter
-  
- HindiStemFilterFactory - Class in org.apache.lucene.analysis.hi
- 
- HindiStemFilterFactory() - Constructor for class org.apache.lucene.analysis.hi.HindiStemFilterFactory
-  
- HindiStemmer - Class in org.apache.lucene.analysis.hi
- 
Light Stemmer for Hindi. 
- HindiStemmer() - Constructor for class org.apache.lucene.analysis.hi.HindiStemmer
-  
- HIRAGANA - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
bigram flag for Hiragana 
- HIRAGANA - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- HIRAGANA - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
-  
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. 
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. 
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. 
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. 
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. 
- HIRAGANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
-  
- HOST - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- HOST - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- HOST_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- hstrcmp(char[], int, char[], int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
String compare, returns 0 if equal or t is a substring of s 
- HTMLStripCharFilter - Class in org.apache.lucene.analysis.charfilter
- 
A CharFilter that wraps another Reader and attempts to strip out HTML constructs. 
- HTMLStripCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
- 
Creates a new HTMLStripCharFilter over the provided Reader. 
- HTMLStripCharFilter(Reader, Set<String>) - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
- 
Creates a new HTMLStripCharFilter over the provided Reader
 with the specified start and end tags. 
- HTMLStripCharFilterFactory - Class in org.apache.lucene.analysis.charfilter
- 
- HTMLStripCharFilterFactory() - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilterFactory
-  
- HungarianAnalyzer - Class in org.apache.lucene.analysis.hu
- 
- HungarianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
- 
- HungarianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
- 
Builds an analyzer with the given stop words. 
- HungarianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
- 
Builds an analyzer with the given stop words. 
- HungarianLightStemFilter - Class in org.apache.lucene.analysis.hu
- 
- HungarianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemFilter
-  
- HungarianLightStemFilterFactory - Class in org.apache.lucene.analysis.hu
- 
- HungarianLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemFilterFactory
-  
- HungarianLightStemmer - Class in org.apache.lucene.analysis.hu
- 
Light Stemmer for Hungarian. 
- HungarianLightStemmer() - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemmer
-  
- HungarianStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- HungarianStemmer() - Constructor for class org.tartarus.snowball.ext.HungarianStemmer
-  
- HunspellAffix - Class in org.apache.lucene.analysis.hunspell
- 
Wrapper class representing a hunspell affix 
- HunspellAffix() - Constructor for class org.apache.lucene.analysis.hunspell.HunspellAffix
-  
- HunspellDictionary - Class in org.apache.lucene.analysis.hunspell
- 
In-memory structure for the dictionary (.dic) and affix (.aff)
 data of a hunspell dictionary. 
- HunspellDictionary(InputStream, InputStream, Version) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Creates a new HunspellDictionary containing the information read from the provided InputStreams to hunspell affix
 and dictionary files. 
- HunspellDictionary(InputStream, InputStream, Version, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Creates a new HunspellDictionary containing the information read from the provided InputStreams to hunspell affix
 and dictionary files. 
- HunspellDictionary(InputStream, List<InputStream>, Version, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Creates a new HunspellDictionary containing the information read from the provided InputStreams to hunspell affix
 and dictionary files. 
- HunspellDictionary(InputStream, List<InputStream>, Version, boolean, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Creates a new HunspellDictionary containing the information read from the provided InputStreams to hunspell affix
 and dictionary files. 
- HunspellStemFilter - Class in org.apache.lucene.analysis.hunspell
- 
TokenFilter that uses hunspell affix rules and words to stem tokens. 
- HunspellStemFilter(TokenStream, HunspellDictionary) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilter
- 
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided
 HunspellDictionary 
- HunspellStemFilter(TokenStream, HunspellDictionary, boolean) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilter
- 
Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided
 HunspellDictionary 
- HunspellStemFilterFactory - Class in org.apache.lucene.analysis.hunspell
- 
- HunspellStemFilterFactory() - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
-  
- HunspellStemmer - Class in org.apache.lucene.analysis.hunspell
- 
HunspellStemmer uses the affix rules declared in the HunspellDictionary to generate one or more stems for a word. 
- HunspellStemmer(HunspellDictionary) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemmer
- 
Constructs a new HunspellStemmer which will use the provided HunspellDictionary to create its stems 
- HunspellStemmer.Stem - Class in org.apache.lucene.analysis.hunspell
- 
Stem represents all information known about a stem of a word. 
- HunspellStemmer.Stem(char[], int) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemmer.Stem
- 
Creates a new Stem wrapping the given word stem 
- HunspellWord - Class in org.apache.lucene.analysis.hunspell
- 
A dictionary (.dic) entry with its associated flags. 
- HunspellWord() - Constructor for class org.apache.lucene.analysis.hunspell.HunspellWord
- 
Creates a new HunspellWord with no associated flags 
- HunspellWord(char[]) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellWord
- 
Constructs a new HunspellWord with the given flags 
- Hyphen - Class in org.apache.lucene.analysis.compound.hyphenation
- 
This class represents a hyphen. 
- hyphenate(String, int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Hyphenate word and return a Hyphenation object. 
- hyphenate(char[], int, int, int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Hyphenate word and return an array of hyphenation points. 
- HyphenatedWordsFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
When the plain text is extracted from documents, we will often have many words hyphenated and broken into
 two lines. 
- HyphenatedWordsFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
- 
Creates a new HyphenatedWordsFilter 
- HyphenatedWordsFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- HyphenatedWordsFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilterFactory
-  
- Hyphenation - Class in org.apache.lucene.analysis.compound.hyphenation
- 
This class represents a hyphenated word. 
- HyphenationCompoundWordTokenFilter - Class in org.apache.lucene.analysis.compound
- 
A  TokenFilter that decomposes compound words found in many Germanic languages. 
- HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, CharArraySet) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
- HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
- HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, int, int, int) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
Create a HyphenationCompoundWordTokenFilter with no dictionary. 
- HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
- 
Create a HyphenationCompoundWordTokenFilter with no dictionary. 
- HyphenationCompoundWordTokenFilterFactory - Class in org.apache.lucene.analysis.compound
- 
- HyphenationCompoundWordTokenFilterFactory() - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
-  
- HyphenationTree - Class in org.apache.lucene.analysis.compound.hyphenation
- 
This tree structure stores the hyphenation patterns in an efficient way for
 fast lookup. 
- HyphenationTree() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
-  
- IdentityEncoder - Class in org.apache.lucene.analysis.payloads
- 
Does nothing other than convert the char array to a byte array using the specified encoding. 
- IdentityEncoder() - Constructor for class org.apache.lucene.analysis.payloads.IdentityEncoder
-  
- IdentityEncoder(Charset) - Constructor for class org.apache.lucene.analysis.payloads.IdentityEncoder
-  
- IDEOGRAPHIC - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- IDEOGRAPHIC - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
-  
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. 
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. 
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. 
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. 
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. 
- IDEOGRAPHIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
-  
- in_grouping(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- in_grouping_b(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- in_range(int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- in_range_b(int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- incrementToken() - Method in class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.ar.ArabicStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.bg.BulgarianStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.br.BrazilianStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
- 
Deprecated. Returns true for the next token in the stream, or false at EOS. 
- incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKWidthFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseFilter
- 
Deprecated. 
- incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
- 
Deprecated. 
- incrementToken() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
- 
Inserts bigrams for common words into a token stream. 
- incrementToken() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
- 
Output bigrams whenever possible to optimize queries. 
- incrementToken() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- incrementToken() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.core.LowerCaseFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.cz.CzechStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.de.GermanLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.de.GermanMinimalStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.de.GermanNormalizationFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.de.GermanStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.el.GreekStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.en.EnglishPossessiveFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.en.KStemFilter
- 
Returns the next, stemmed, input Token. 
- incrementToken() - Method in class org.apache.lucene.analysis.en.PorterStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.es.SpanishLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.fa.PersianNormalizationFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.fi.FinnishLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
- 
Deprecated. 
- incrementToken() - Method in class org.apache.lucene.analysis.ga.IrishLowerCaseFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.gl.GalicianStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.hi.HindiNormalizationFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.hi.HindiStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.hu.HungarianLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilter
- incrementToken() - Method in class org.apache.lucene.analysis.id.IndonesianStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.in.IndicNormalizationFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.it.ItalianLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.lv.LatvianStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.TrimFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
- 
Returns the next token in the stream, or null at EOS. 
- incrementToken() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
- 
Returns the next token in the stream, or null at EOS. 
- incrementToken() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
- 
Returns the next token in the stream, or null at EOS. 
- incrementToken() - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
- 
Deprecated. Returns the next token in the stream, or null at EOS 
- incrementToken() - Method in class org.apache.lucene.analysis.no.NorwegianLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.pattern.PatternReplaceFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.position.PositionFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.pt.PortugueseStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.ru.RussianLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
-  
- incrementToken() - Method in class org.apache.lucene.analysis.snowball.SnowballFilter
- 
Returns the next input Token, after being stemmed 
- incrementToken() - Method in class org.apache.lucene.analysis.standard.ClassicFilter
- 
Returns the next token in the stream, or null at EOS. 
- incrementToken() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.standard.StandardFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.sv.SwedishLightStemFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.synonym.SynonymFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.tr.TurkishLowerCaseFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.util.CharTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.analysis.util.ElisionFilter
- 
- incrementToken() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
-  
- incrementToken() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- incrementToken() - Method in class org.apache.lucene.collation.CollationKeyFilter
- 
Deprecated. 
- incrementTokenClassic() - Method in class org.apache.lucene.analysis.standard.StandardFilter
-  
- IndicNormalizationFilter - Class in org.apache.lucene.analysis.in
- 
- IndicNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.in.IndicNormalizationFilter
-  
- IndicNormalizationFilterFactory - Class in org.apache.lucene.analysis.in
- 
- IndicNormalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
-  
- IndicNormalizer - Class in org.apache.lucene.analysis.in
- 
Normalizes the Unicode representation of text in Indian languages. 
- IndicNormalizer() - Constructor for class org.apache.lucene.analysis.in.IndicNormalizer
-  
- IndicTokenizer - Class in org.apache.lucene.analysis.in
- 
- IndicTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.in.IndicTokenizer
- 
Deprecated. 
- IndicTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.in.IndicTokenizer
- 
Deprecated. 
- IndicTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.in.IndicTokenizer
- 
Deprecated. 
- IndonesianAnalyzer - Class in org.apache.lucene.analysis.id
- 
Analyzer for Indonesian (Bahasa) 
- IndonesianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.id.IndonesianAnalyzer
- 
- IndonesianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.id.IndonesianAnalyzer
- 
Builds an analyzer with the given stop words 
- IndonesianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.id.IndonesianAnalyzer
- 
Builds an analyzer with the given stop word. 
- IndonesianStemFilter - Class in org.apache.lucene.analysis.id
- 
- IndonesianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilter
- 
- IndonesianStemFilter(TokenStream, boolean) - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilter
- 
Create a new IndonesianStemFilter. 
- IndonesianStemFilterFactory - Class in org.apache.lucene.analysis.id
- 
- IndonesianStemFilterFactory() - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilterFactory
-  
- IndonesianStemmer - Class in org.apache.lucene.analysis.id
- 
Stemmer for Indonesian. 
- IndonesianStemmer() - Constructor for class org.apache.lucene.analysis.id.IndonesianStemmer
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.core.StopFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
- 
Loads the hunspell dictionary and affix files defined in the configuration 
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.synonym.SynonymFilterFactory
-  
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.util.ElisionFilterFactory
-  
- inform(ResourceLoader) - Method in interface org.apache.lucene.analysis.util.ResourceLoaderAware
- 
Initializes this component with the provided ResourceLoader
 (used for loading classes, files, etc). 
- inform(ResourceLoader) - Method in class org.apache.lucene.collation.CollationKeyFilterFactory
- 
Deprecated. 
- INFORMATION_SEPARATOR_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Example marker character: U+001F (INFORMATION SEPARATOR ONE) 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
- 
Deprecated. 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
-  
- init() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.core.LetterTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.core.LowerCaseFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.core.StopFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.core.WhitespaceTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.en.EnglishPossessiveFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.id.IndonesianStemFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.ngram.NGramFilterFactory
- 
Initialize the n-gram min and max sizes and the side from which one should start tokenizing. 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizerFactory
- 
Initializes the n-gram min and max sizes and the side from which one should start tokenizing. 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
- 
Require a configured pattern 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
- 
Require a configured pattern 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.position.PositionFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
- 
Deprecated. 
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.shingle.ShingleFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.standard.StandardFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.synonym.SynonymFilterFactory
-  
- init(Map<String, String>) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
Initialize this factory via a set of key-value pairs. 
- initReader(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
- insert(String, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Branches are initially compressed, needing one node per key plus the size
 of the string key. 
- insert(char[], int, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- insert(int, int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- insertBalanced(String[], char[], int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Recursively insert the median first and then the median of the lower and
 upper halves, and so on in order to get a balanced tree. 
- IntegerEncoder - Class in org.apache.lucene.analysis.payloads
- 
Encode a character array Integer as a  BytesRef. 
- IntegerEncoder() - Constructor for class org.apache.lucene.analysis.payloads.IntegerEncoder
-  
- INTERNAL_LINK - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- INTERNAL_LINK_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- IrishAnalyzer - Class in org.apache.lucene.analysis.ga
- 
- IrishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
- 
- IrishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
- 
Builds an analyzer with the given stop words. 
- IrishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
- 
Builds an analyzer with the given stop words. 
- IrishLowerCaseFilter - Class in org.apache.lucene.analysis.ga
- 
Normalises token text to lower case, handling t-prothesis
 and n-eclipsis (i.e., that 'nAthair' should become 'n-athair') 
- IrishLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ga.IrishLowerCaseFilter
- 
Create an IrishLowerCaseFilter that normalises Irish token text. 
- IrishLowerCaseFilterFactory - Class in org.apache.lucene.analysis.ga
- 
- IrishLowerCaseFilterFactory() - Constructor for class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
-  
- IrishStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- IrishStemmer() - Constructor for class org.tartarus.snowball.ext.IrishStemmer
-  
- isCrossProduct() - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Returns whether the affix is defined as cross product 
- isEnablePositionIncrements() - Method in class org.apache.lucene.analysis.core.StopFilterFactory
-  
- isEnablePositionIncrements() - Method in class org.apache.lucene.analysis.core.TypeTokenFilterFactory
-  
- isEnablePositionIncrements() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- isGramType() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
- 
Convenience method to check if the current type is a gram type 
- isIgnoreCase() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
-  
- isIgnoreCase() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
-  
- isIgnoreCase() - Method in class org.apache.lucene.analysis.core.StopFilterFactory
-  
- isIgnoreCase() - Method in class org.apache.lucene.analysis.hunspell.HunspellDictionary
-  
- isIgnoreCase() - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- isIgnoreCase() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
-  
- isIgnoreCase() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
-  
- isOutputUnigrams() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- isOutputUnigramsIfNoShingles() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- isTokenChar(int) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
- 
Deprecated. Allows for Letter category or NonspacingMark category 
- isTokenChar(int) - Method in class org.apache.lucene.analysis.core.LetterTokenizer
- 
- isTokenChar(int) - Method in class org.apache.lucene.analysis.core.WhitespaceTokenizer
- 
- isTokenChar(int) - Method in class org.apache.lucene.analysis.in.IndicTokenizer
- 
Deprecated. 
- isTokenChar(int) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizer
- 
Deprecated. 
- isTokenChar(int) - Method in class org.apache.lucene.analysis.util.CharTokenizer
- 
Returns true iff a codepoint should be included in a token. 
- ItalianAnalyzer - Class in org.apache.lucene.analysis.it
- 
- ItalianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
- 
- ItalianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
- 
Builds an analyzer with the given stop words. 
- ItalianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
- 
Builds an analyzer with the given stop words. 
- ItalianLightStemFilter - Class in org.apache.lucene.analysis.it
- 
- ItalianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemFilter
-  
- ItalianLightStemFilterFactory - Class in org.apache.lucene.analysis.it
- 
- ItalianLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemFilterFactory
-  
- ItalianLightStemmer - Class in org.apache.lucene.analysis.it
- 
Light Stemmer for Italian. 
- ItalianLightStemmer() - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemmer
-  
- ItalianStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- ItalianStemmer() - Constructor for class org.tartarus.snowball.ext.ItalianStemmer
-  
- ITALICS - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- ITALICS_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- iterator() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
-  
- iterator() - Method in class org.apache.lucene.analysis.util.CharArraySet
- 
Returns an  Iterator for  char[] instances in this set. 
- LAM - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- last() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- LatvianAnalyzer - Class in org.apache.lucene.analysis.lv
- 
- LatvianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
- 
- LatvianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
- 
Builds an analyzer with the given stop words. 
- LatvianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
- 
Builds an analyzer with the given stop words. 
- LatvianStemFilter - Class in org.apache.lucene.analysis.lv
- 
- LatvianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.lv.LatvianStemFilter
-  
- LatvianStemFilterFactory - Class in org.apache.lucene.analysis.lv
- 
- LatvianStemFilterFactory() - Constructor for class org.apache.lucene.analysis.lv.LatvianStemFilterFactory
-  
- LatvianStemmer - Class in org.apache.lucene.analysis.lv
- 
Light stemmer for Latvian. 
- LatvianStemmer() - Constructor for class org.apache.lucene.analysis.lv.LatvianStemmer
-  
- len - Variable in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- length() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
- 
return number of items in array 
- length() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
- 
return number of items in array 
- length() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphenation
-  
- length - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- length() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- LengthFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
Removes words that are too long or too short from the stream. 
- LengthFilter(boolean, TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LengthFilter
- 
Build a filter that removes words that are too long or too
 short from the text. 
- LengthFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- LengthFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
-  
- LetterTokenizer - Class in org.apache.lucene.analysis.core
- 
A LetterTokenizer is a tokenizer that divides text at non-letters. 
- LetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizer
- 
Construct a new LetterTokenizer. 
- LetterTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizer
- 
- LetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizer
- 
- LetterTokenizerFactory - Class in org.apache.lucene.analysis.core
- 
- LetterTokenizerFactory() - Constructor for class org.apache.lucene.analysis.core.LetterTokenizerFactory
-  
- limit - Variable in class org.tartarus.snowball.SnowballProgram
-  
- limit_backward - Variable in class org.tartarus.snowball.SnowballProgram
-  
- LimitTokenCountAnalyzer - Class in org.apache.lucene.analysis.miscellaneous
- 
This Analyzer limits the number of tokens while indexing. 
- LimitTokenCountAnalyzer(Analyzer, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
- 
Build an analyzer that limits the maximum number of tokens per field. 
- LimitTokenCountAnalyzer(Analyzer, int, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
- 
Build an analyzer that limits the maximum number of tokens per field. 
- LimitTokenCountFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
This TokenFilter limits the number of tokens while indexing. 
- LimitTokenCountFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
- 
Build a filter that only accepts tokens up to a maximum number. 
- LimitTokenCountFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
- 
Build an filter that limits the maximum number of tokens per field. 
- LimitTokenCountFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- LimitTokenCountFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
-  
- lo - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Pointer to low branch and to rest of the key when it is stored directly in
 this node, we don't have unions in java! 
- loadPatterns(File) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Read hyphenation patterns from an XML file. 
- loadPatterns(InputSource) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Read hyphenation patterns from an XML file. 
- loadStopwordSet(boolean, Class<? extends Analyzer>, String, String) - Static method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
Creates a CharArraySet from a file resource associated with a class. 
- loadStopwordSet(File, Version) - Static method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
Creates a CharArraySet from a file. 
- loadStopwordSet(Reader, Version) - Static method in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
Creates a CharArraySet from a file. 
- log() - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
- 
For log and debug purpose 
- lookupClass(String) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
- 
looks up a charfilter class by name from context classpath 
- lookupClass(String) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
- 
looks up a tokenfilter class by name from context classpath 
- lookupClass(String) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
- 
looks up a tokenizer class by name from context classpath 
- lookupPrefix(char[], int, int) - Method in class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Looks up HunspellAffix prefixes that have an append that matches the String created from the given char array, offset and length 
- lookupSuffix(char[], int, int) - Method in class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Looks up HunspellAffix suffixes that have an append that matches the String created from the given char array, offset and length 
- lookupWord(char[], int, int) - Method in class org.apache.lucene.analysis.hunspell.HunspellDictionary
- 
Looks up HunspellWords that match the String created from the given char array, offset and length 
- LovinsStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- LovinsStemmer() - Constructor for class org.tartarus.snowball.ext.LovinsStemmer
-  
- LOWER - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
-  
- LowerCaseFilter - Class in org.apache.lucene.analysis.core
- 
Normalizes token text to lower case. 
- LowerCaseFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.core.LowerCaseFilter
- 
Create a new LowerCaseFilter, that normalizes token text to lower case. 
- LowerCaseFilterFactory - Class in org.apache.lucene.analysis.core
- 
- LowerCaseFilterFactory() - Constructor for class org.apache.lucene.analysis.core.LowerCaseFilterFactory
-  
- LowerCaseTokenizer - Class in org.apache.lucene.analysis.core
- 
LowerCaseTokenizer performs the function of LetterTokenizer
 and LowerCaseFilter together. 
- LowerCaseTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizer
- 
Construct a new LowerCaseTokenizer. 
- LowerCaseTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizer
- 
- LowerCaseTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizer
- 
- LowerCaseTokenizerFactory - Class in org.apache.lucene.analysis.core
- 
- LowerCaseTokenizerFactory() - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
-  
- luceneMatchVersion - Variable in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
the luceneVersion arg 
- offsetAtt - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- OK_PREFIX - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
-  
- ONLY_FIRST_WORD - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
-  
- onlyLongestMatch - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- openResource(String) - Method in class org.apache.lucene.analysis.util.ClasspathResourceLoader
-  
- openResource(String) - Method in class org.apache.lucene.analysis.util.FilesystemResourceLoader
-  
- openResource(String) - Method in interface org.apache.lucene.analysis.util.ResourceLoader
- 
Opens a named resource 
- OpenStringBuilder - Class in org.apache.lucene.analysis.util
- 
A StringBuilder that allows one to access the array. 
- OpenStringBuilder() - Constructor for class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- OpenStringBuilder(int) - Constructor for class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- OpenStringBuilder(char[], int) - Constructor for class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- org.apache.lucene.analysis.ar - package org.apache.lucene.analysis.ar
- 
Analyzer for Arabic. 
- org.apache.lucene.analysis.bg - package org.apache.lucene.analysis.bg
- 
Analyzer for Bulgarian. 
- org.apache.lucene.analysis.br - package org.apache.lucene.analysis.br
- 
Analyzer for Brazilian Portuguese. 
- org.apache.lucene.analysis.ca - package org.apache.lucene.analysis.ca
- 
Analyzer for Catalan. 
- org.apache.lucene.analysis.charfilter - package org.apache.lucene.analysis.charfilter
- 
Normalization of text before the tokenizer. 
- org.apache.lucene.analysis.cjk - package org.apache.lucene.analysis.cjk
- 
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams. 
- org.apache.lucene.analysis.cn - package org.apache.lucene.analysis.cn
- 
Analyzer for Chinese, which indexes unigrams (individual chinese characters). 
- org.apache.lucene.analysis.commongrams - package org.apache.lucene.analysis.commongrams
- 
Construct n-grams for frequently occurring terms and phrases. 
- org.apache.lucene.analysis.compound - package org.apache.lucene.analysis.compound
- 
A filter that decomposes compound words you find in many Germanic
languages into the word parts. 
- org.apache.lucene.analysis.compound.hyphenation - package org.apache.lucene.analysis.compound.hyphenation
- 
- org.apache.lucene.analysis.core - package org.apache.lucene.analysis.core
- 
Basic, general-purpose analysis components. 
- org.apache.lucene.analysis.cz - package org.apache.lucene.analysis.cz
- 
Analyzer for Czech. 
- org.apache.lucene.analysis.da - package org.apache.lucene.analysis.da
- 
Analyzer for Danish. 
- org.apache.lucene.analysis.de - package org.apache.lucene.analysis.de
- 
Analyzer for German. 
- org.apache.lucene.analysis.el - package org.apache.lucene.analysis.el
- 
Analyzer for Greek. 
- org.apache.lucene.analysis.en - package org.apache.lucene.analysis.en
- 
Analyzer for English. 
- org.apache.lucene.analysis.es - package org.apache.lucene.analysis.es
- 
Analyzer for Spanish. 
- org.apache.lucene.analysis.eu - package org.apache.lucene.analysis.eu
- 
Analyzer for Basque. 
- org.apache.lucene.analysis.fa - package org.apache.lucene.analysis.fa
- 
Analyzer for Persian. 
- org.apache.lucene.analysis.fi - package org.apache.lucene.analysis.fi
- 
Analyzer for Finnish. 
- org.apache.lucene.analysis.fr - package org.apache.lucene.analysis.fr
- 
Analyzer for French. 
- org.apache.lucene.analysis.ga - package org.apache.lucene.analysis.ga
- 
Analysis for Irish. 
- org.apache.lucene.analysis.gl - package org.apache.lucene.analysis.gl
- 
Analyzer for Galician. 
- org.apache.lucene.analysis.hi - package org.apache.lucene.analysis.hi
- 
Analyzer for Hindi. 
- org.apache.lucene.analysis.hu - package org.apache.lucene.analysis.hu
- 
Analyzer for Hungarian. 
- org.apache.lucene.analysis.hunspell - package org.apache.lucene.analysis.hunspell
- 
- org.apache.lucene.analysis.hy - package org.apache.lucene.analysis.hy
- 
Analyzer for Armenian. 
- org.apache.lucene.analysis.id - package org.apache.lucene.analysis.id
- 
Analyzer for Indonesian. 
- org.apache.lucene.analysis.in - package org.apache.lucene.analysis.in
- 
Analysis components for Indian languages. 
- org.apache.lucene.analysis.it - package org.apache.lucene.analysis.it
- 
Analyzer for Italian. 
- org.apache.lucene.analysis.lv - package org.apache.lucene.analysis.lv
- 
Analyzer for Latvian. 
- org.apache.lucene.analysis.miscellaneous - package org.apache.lucene.analysis.miscellaneous
- 
Miscellaneous TokenStreams 
- org.apache.lucene.analysis.ngram - package org.apache.lucene.analysis.ngram
- 
Character n-gram tokenizers and filters. 
- org.apache.lucene.analysis.nl - package org.apache.lucene.analysis.nl
- 
Analyzer for Dutch. 
- org.apache.lucene.analysis.no - package org.apache.lucene.analysis.no
- 
Analyzer for Norwegian. 
- org.apache.lucene.analysis.path - package org.apache.lucene.analysis.path
- 
Analysis components for path-like strings such as filenames. 
- org.apache.lucene.analysis.pattern - package org.apache.lucene.analysis.pattern
- 
Set of components for pattern-based (regex) analysis. 
- org.apache.lucene.analysis.payloads - package org.apache.lucene.analysis.payloads
- 
Provides various convenience classes for creating payloads on Tokens. 
- org.apache.lucene.analysis.position - package org.apache.lucene.analysis.position
- 
Filter for assigning position increments. 
- org.apache.lucene.analysis.pt - package org.apache.lucene.analysis.pt
- 
Analyzer for Portuguese. 
- org.apache.lucene.analysis.query - package org.apache.lucene.analysis.query
- 
Automatically filter high-frequency stopwords. 
- org.apache.lucene.analysis.reverse - package org.apache.lucene.analysis.reverse
- 
Filter to reverse token text. 
- org.apache.lucene.analysis.ro - package org.apache.lucene.analysis.ro
- 
Analyzer for Romanian. 
- org.apache.lucene.analysis.ru - package org.apache.lucene.analysis.ru
- 
Analyzer for Russian. 
- org.apache.lucene.analysis.shingle - package org.apache.lucene.analysis.shingle
- 
Word n-gram filters 
- org.apache.lucene.analysis.sinks - package org.apache.lucene.analysis.sinks
- 
- org.apache.lucene.analysis.snowball - package org.apache.lucene.analysis.snowball
- 
- org.apache.lucene.analysis.standard - package org.apache.lucene.analysis.standard
- 
Fast, general-purpose grammar-based tokenizers. 
- org.apache.lucene.analysis.standard.std31 - package org.apache.lucene.analysis.standard.std31
- 
- org.apache.lucene.analysis.standard.std34 - package org.apache.lucene.analysis.standard.std34
- 
- org.apache.lucene.analysis.standard.std36 - package org.apache.lucene.analysis.standard.std36
- 
- org.apache.lucene.analysis.sv - package org.apache.lucene.analysis.sv
- 
Analyzer for Swedish. 
- org.apache.lucene.analysis.synonym - package org.apache.lucene.analysis.synonym
- 
Analysis components for Synonyms. 
- org.apache.lucene.analysis.th - package org.apache.lucene.analysis.th
- 
Analyzer for Thai. 
- org.apache.lucene.analysis.tr - package org.apache.lucene.analysis.tr
- 
Analyzer for Turkish. 
- org.apache.lucene.analysis.util - package org.apache.lucene.analysis.util
- 
Utility functions for text analysis. 
- org.apache.lucene.analysis.wikipedia - package org.apache.lucene.analysis.wikipedia
- 
Tokenizer that is aware of Wikipedia syntax. 
- org.apache.lucene.collation - package org.apache.lucene.collation
- 
  Unicode collation support. 
- org.apache.lucene.collation.tokenattributes - package org.apache.lucene.collation.tokenattributes
- 
- org.tartarus.snowball - package org.tartarus.snowball
- 
Snowball stemmer API. 
- org.tartarus.snowball.ext - package org.tartarus.snowball.ext
- 
Autogenerated snowball stemmer implementations. 
- out_grouping(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- out_grouping_b(char[], int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- out_range(int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- out_range_b(int, int) - Method in class org.tartarus.snowball.SnowballProgram
-  
- packValues(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
Packs the values by storing them in 4 bits, two values into a byte Values
 range is from 0 to 9. 
- parse(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
- 
Parses a hyphenation pattern file. 
- parse(File) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
- 
Parses a hyphenation pattern file. 
- parse(InputSource) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
- 
Parses a hyphenation pattern file. 
- parse(Class<? extends RSLPStemmerBase>, String) - Static method in class org.apache.lucene.analysis.pt.RSLPStemmerBase
- 
Parse a resource file into an RSLP stemmer description. 
- parseRules(List<String>, NormalizeCharMap.Builder) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
-  
- parseString(String) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
-  
- PathHierarchyTokenizer - Class in org.apache.lucene.analysis.path
- 
Tokenizer for path-like hierarchies. 
- PathHierarchyTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- PathHierarchyTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- PathHierarchyTokenizer(Reader, int, char) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- PathHierarchyTokenizer(Reader, char, char) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- PathHierarchyTokenizer(Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- PathHierarchyTokenizer(Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- PathHierarchyTokenizerFactory - Class in org.apache.lucene.analysis.path
- 
- PathHierarchyTokenizerFactory() - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
-  
- PATTERN - Static variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
-  
- pattern - Variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
-  
- PatternAnalyzer - Class in org.apache.lucene.analysis.miscellaneous
- 
Deprecated.
(4.0) use the pattern-based analysis in the analysis/pattern package instead. 
 
- PatternAnalyzer(Version, Pattern, boolean, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
- 
Deprecated. Constructs a new instance with the given parameters. 
- PatternConsumer - Interface in org.apache.lucene.analysis.compound.hyphenation
- 
This interface is used to connect the XML pattern file parser to the
 hyphenation tree. 
- PatternParser - Class in org.apache.lucene.analysis.compound.hyphenation
- 
A SAX document handler to read and parse hyphenation patterns from a XML
 file. 
- PatternParser() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- PatternParser(PatternConsumer) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- PatternReplaceCharFilter - Class in org.apache.lucene.analysis.pattern
- 
CharFilter that uses a regular expression for the target of replace string. 
- PatternReplaceCharFilter(Pattern, String, Reader) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
-  
- PatternReplaceCharFilter(Pattern, String, int, String, Reader) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
- 
Deprecated. 
- PatternReplaceCharFilterFactory - Class in org.apache.lucene.analysis.pattern
- 
- PatternReplaceCharFilterFactory() - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
-  
- PatternReplaceFilter - Class in org.apache.lucene.analysis.pattern
- 
A TokenFilter which applies a Pattern to each token in the stream,
 replacing match occurances with the specified replacement string. 
- PatternReplaceFilter(TokenStream, Pattern, String, boolean) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilter
- 
Constructs an instance to replace either the first, or all occurances 
- PatternReplaceFilterFactory - Class in org.apache.lucene.analysis.pattern
- 
- PatternReplaceFilterFactory() - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
-  
- PatternTokenizer - Class in org.apache.lucene.analysis.pattern
- 
This tokenizer uses regex pattern matching to construct distinct tokens
 for the input stream. 
- PatternTokenizer(Reader, Pattern, int) - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizer
- 
creates a new PatternTokenizer returning tokens from group (-1 for split functionality) 
- PatternTokenizerFactory - Class in org.apache.lucene.analysis.pattern
- 
- PatternTokenizerFactory() - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
-  
- PayloadEncoder - Interface in org.apache.lucene.analysis.payloads
- 
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to
  BytesRef. 
- PayloadHelper - Class in org.apache.lucene.analysis.payloads
- 
Utility methods for encoding payloads. 
- PayloadHelper() - Constructor for class org.apache.lucene.analysis.payloads.PayloadHelper
-  
- PerFieldAnalyzerWrapper - Class in org.apache.lucene.analysis.miscellaneous
- 
This analyzer is used to facilitate scenarios where different
 fields require different analysis techniques. 
- PerFieldAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
- 
Constructs with default analyzer. 
- PerFieldAnalyzerWrapper(Analyzer, Map<String, Analyzer>) - Constructor for class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
- 
Constructs with default analyzer and a map of analyzers to use for 
 specific fields. 
- PersianAnalyzer - Class in org.apache.lucene.analysis.fa
- 
- PersianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
- PersianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
Builds an analyzer with the given stop words 
- PersianCharFilter - Class in org.apache.lucene.analysis.fa
- 
CharFilter that replaces instances of Zero-width non-joiner with an
 ordinary space. 
- PersianCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilter
-  
- PersianCharFilterFactory - Class in org.apache.lucene.analysis.fa
- 
- PersianCharFilterFactory() - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilterFactory
-  
- PersianNormalizationFilter - Class in org.apache.lucene.analysis.fa
- 
- PersianNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilter
-  
- PersianNormalizationFilterFactory - Class in org.apache.lucene.analysis.fa
- 
- PersianNormalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
-  
- PersianNormalizer - Class in org.apache.lucene.analysis.fa
- 
Normalizer for Persian. 
- PersianNormalizer() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- PorterStemFilter - Class in org.apache.lucene.analysis.en
- 
Transforms the token stream as per the Porter stemming algorithm. 
- PorterStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.PorterStemFilter
-  
- PorterStemFilterFactory - Class in org.apache.lucene.analysis.en
- 
- PorterStemFilterFactory() - Constructor for class org.apache.lucene.analysis.en.PorterStemFilterFactory
-  
- PorterStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- PorterStemmer() - Constructor for class org.tartarus.snowball.ext.PorterStemmer
-  
- PortugueseAnalyzer - Class in org.apache.lucene.analysis.pt
- 
- PortugueseAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
- 
- PortugueseAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
- 
Builds an analyzer with the given stop words. 
- PortugueseAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
- 
Builds an analyzer with the given stop words. 
- PortugueseLightStemFilter - Class in org.apache.lucene.analysis.pt
- 
- PortugueseLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilter
-  
- PortugueseLightStemFilterFactory - Class in org.apache.lucene.analysis.pt
- 
- PortugueseLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilterFactory
-  
- PortugueseLightStemmer - Class in org.apache.lucene.analysis.pt
- 
Light Stemmer for Portuguese 
- PortugueseLightStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemmer
-  
- PortugueseMinimalStemFilter - Class in org.apache.lucene.analysis.pt
- 
- PortugueseMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilter
-  
- PortugueseMinimalStemFilterFactory - Class in org.apache.lucene.analysis.pt
- 
- PortugueseMinimalStemFilterFactory() - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilterFactory
-  
- PortugueseMinimalStemmer - Class in org.apache.lucene.analysis.pt
- 
Minimal Stemmer for Portuguese 
- PortugueseMinimalStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
-  
- PortugueseStemFilter - Class in org.apache.lucene.analysis.pt
- 
- PortugueseStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilter
-  
- PortugueseStemFilterFactory - Class in org.apache.lucene.analysis.pt
- 
- PortugueseStemFilterFactory() - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilterFactory
-  
- PortugueseStemmer - Class in org.apache.lucene.analysis.pt
- 
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa)
 algorithm. 
- PortugueseStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemmer
-  
- PortugueseStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- PortugueseStemmer() - Constructor for class org.tartarus.snowball.ext.PortugueseStemmer
-  
- PositionFilter - Class in org.apache.lucene.analysis.position
- 
Set the positionIncrement of all tokens to the "positionIncrement",
 except the first return token which retains its original positionIncrement value. 
- PositionFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
- 
Constructs a PositionFilter that assigns a position increment of zero to
 all but the first token from the given input stream. 
- PositionFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
- 
Constructs a PositionFilter that assigns the given position increment to
 all but the first token from the given input stream. 
- PositionFilterFactory - Class in org.apache.lucene.analysis.position
- 
- PositionFilterFactory() - Constructor for class org.apache.lucene.analysis.position.PositionFilterFactory
-  
- postBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
-  
- preBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
-  
- PrefixAndSuffixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
- PrefixAndSuffixAwareTokenFilter(TokenStream, TokenStream, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
-  
- PrefixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
Joins two token streams and leaves the last token of the first stream available
 to be used when updating the token values in the second stream based on that token. 
- PrefixAwareTokenFilter(TokenStream, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- prefixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- PRESERVE_ORIGINAL - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes original words are preserved and added to the subword list (Defaults to false)
  
 "500-42" => "500" "42" "500-42" 
- previous() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- printStats(PrintStream) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
-  
- printStats(PrintStream) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
-  
- PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
-  
- PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
-  
- PUA_EC00_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Example marker character: U+EC00 (PRIVATE USE AREA: EC00) 
- put(int, byte) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
-  
- put(int, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
-  
- put(CharSequence, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
Add the given mapping. 
- put(Object, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
-  
- put(String, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
Add the given mapping. 
- put(char[], V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
- 
Add the given mapping. 
- read() - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
-  
- read(char[], int, int) - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
-  
- read() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
-  
- read(char[], int, int) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
-  
- read(char[], int, int) - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
-  
- read() - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
-  
- read(char[], int, int) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
-  
- read() - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
-  
- readToken(StringBuffer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- reloadCharFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
- 
- reloadTokenFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
- 
- reloadTokenizers(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
- 
- remove() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
-  
- remove(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
-  
- remove(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
-  
- RemoveDuplicatesTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream. 
- RemoveDuplicatesTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
- 
Creates a new RemoveDuplicatesTokenFilter 
- RemoveDuplicatesTokenFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- RemoveDuplicatesTokenFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilterFactory
-  
- replace(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
-  
- replace_s(int, int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- replacement - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
-  
- reserve(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- reset() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
-  
- reset() - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilter
-  
- reset() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
- 
Deprecated. 
- reset() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
- 
Deprecated. 
- reset() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
- reset() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
- reset() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
-  
- reset() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilter
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
-  
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
-  
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
-  
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-  
- reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-  
- reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.position.PositionFilter
-  
- reset() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
-  
- reset() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
- 
- reset() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
-  
- reset() - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
-  
- reset() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.synonym.SynonymFilter
-  
- reset() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
-  
- reset() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
- 
Resets the CharacterBuffer. 
- reset() - Method in class org.apache.lucene.analysis.util.CharTokenizer
-  
- reset() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
-  
- reset() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- reset(Reader) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
- 
Clear array and switch to new reader. 
- reset() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- resize(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- resolveEntity(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- ResourceLoader - Interface in org.apache.lucene.analysis.util
- 
Abstraction for loading resources (streams, files, and classes). 
- ResourceLoaderAware - Interface in org.apache.lucene.analysis.util
- 
Interface for a component that needs to be initialized by
 an implementation of  ResourceLoader. 
- result - Variable in class org.tartarus.snowball.Among
-  
- reverse(Version, String) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Reverses the given input string 
- reverse(Version, char[]) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Reverses the given input buffer in-place 
- reverse(Version, char[], int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Partially reverses the given input buffer in-place from offset 0
 up to the given length. 
- reverse(Version, char[], int, int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Partially reverses the given input buffer in-place from the given offset
 up to the given length. 
- ReversePathHierarchyTokenizer - Class in org.apache.lucene.analysis.path
- 
Tokenizer for domain-like hierarchies. 
- ReversePathHierarchyTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, int, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, char, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, int, char, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReversePathHierarchyTokenizer(Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
-  
- ReverseStringFilter - Class in org.apache.lucene.analysis.reverse
- 
Reverse token string, for example "country" => "yrtnuoc". 
- ReverseStringFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Create a new ReverseStringFilter that reverses all tokens in the 
 supplied  TokenStream. 
- ReverseStringFilter(Version, TokenStream, char) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Create a new ReverseStringFilter that reverses and marks all tokens in the
 supplied  TokenStream. 
- ReverseStringFilterFactory - Class in org.apache.lucene.analysis.reverse
- 
- ReverseStringFilterFactory() - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilterFactory
-  
- rewind() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
-  
- RollingCharBuffer - Class in org.apache.lucene.analysis.util
- 
Acts like a forever growing char[] as you read
  characters into it from the provided reader, but
  internally it uses a circular buffer to only hold the
  characters that haven't been freed yet. 
- RollingCharBuffer() - Constructor for class org.apache.lucene.analysis.util.RollingCharBuffer
-  
- RomanianAnalyzer - Class in org.apache.lucene.analysis.ro
- 
- RomanianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
- 
- RomanianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
- 
Builds an analyzer with the given stop words. 
- RomanianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
- 
Builds an analyzer with the given stop words. 
- RomanianStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- RomanianStemmer() - Constructor for class org.tartarus.snowball.ext.RomanianStemmer
-  
- root - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- RSLPStemmerBase - Class in org.apache.lucene.analysis.pt
- 
Base class for stemmers that use a set of RSLP-like stemming steps. 
- RSLPStemmerBase() - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase
-  
- RSLPStemmerBase.Rule - Class in org.apache.lucene.analysis.pt
- 
A basic rule, with no exceptions. 
- RSLPStemmerBase.Rule(String, int, String) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
- 
Create a rule. 
- RSLPStemmerBase.RuleWithSetExceptions - Class in org.apache.lucene.analysis.pt
- 
A rule with a set of whole-word exceptions. 
- RSLPStemmerBase.RuleWithSetExceptions(String, int, String, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
-  
- RSLPStemmerBase.RuleWithSuffixExceptions - Class in org.apache.lucene.analysis.pt
- 
A rule with a set of exceptional suffixes. 
- RSLPStemmerBase.RuleWithSuffixExceptions(String, int, String, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
-  
- RSLPStemmerBase.Step - Class in org.apache.lucene.analysis.pt
- 
A step containing a list of rules. 
- RSLPStemmerBase.Step(String, RSLPStemmerBase.Rule[], int, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
- 
Create a new step 
- RTL_DIRECTION_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Example marker character: U+200F (RIGHT-TO-LEFT MARK) 
- rules - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
-  
- RussianAnalyzer - Class in org.apache.lucene.analysis.ru
- 
- RussianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
-  
- RussianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
- 
Builds an analyzer with the given stop words 
- RussianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
- 
Builds an analyzer with the given stop words 
- RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
- 
Deprecated.
(3.1) Use StandardTokenizerinstead, which has the same functionality.
 This filter will be removed in Lucene 5.0
 
 
- RussianLetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
- 
Deprecated. Construct a new RussianLetterTokenizer. 
- RussianLetterTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
- 
Deprecated. 
- RussianLetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
- 
Deprecated. 
- RussianLetterTokenizerFactory - Class in org.apache.lucene.analysis.ru
- 
- RussianLetterTokenizerFactory() - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
- 
Deprecated. 
- RussianLightStemFilter - Class in org.apache.lucene.analysis.ru
- 
- RussianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilter
-  
- RussianLightStemFilterFactory - Class in org.apache.lucene.analysis.ru
- 
- RussianLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilterFactory
-  
- RussianLightStemmer - Class in org.apache.lucene.analysis.ru
- 
Light Stemmer for Russian. 
- RussianLightStemmer() - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemmer
-  
- RussianStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- RussianStemmer() - Constructor for class org.tartarus.snowball.ext.RussianStemmer
-  
- s - Variable in class org.tartarus.snowball.Among
-  
- s_size - Variable in class org.tartarus.snowball.Among
-  
- sc - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
 The character stored in this node: splitchar. 
- searchPatterns(char[], int, byte[]) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
 Search for all possible partial matches of word starting at index an update
 interletter values. 
- set(char[], int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- setAppend(String) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Sets the append defined for the affix 
- setAppendFlags(char[]) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Sets the flags defined for the affix append 
- setCharAt(int, char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- setCondition(String, String) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Sets the condition that must be met before the affix can be applied 
- setConsumer(PatternConsumer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- setCrossProduct(boolean) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Sets whether the affix is defined as cross product 
- setCurrent(String) - Method in class org.tartarus.snowball.SnowballProgram
- 
Set the current string. 
- setCurrent(char[], int) - Method in class org.tartarus.snowball.SnowballProgram
- 
Set the current string. 
- setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
- 
If true, this TokenFilter will preserve
 positions of the incoming tokens (ie, accumulate and
 set position increments of the removed tokens).
 
- setFlag(char) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Sets the affix flag 
- setIgnoreCase(boolean) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
-  
- setIndex(int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
-  
- setLength(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- setLuceneMatchVersion(Version) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
-  
- setMaxShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Set the max shingle size (default: 2) 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
- 
Set maximum allowed token length. 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
- 
Set the max allowed token length. 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
- 
Set maximum allowed token length. 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- 
Set the max allowed token length. 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
- 
Set maximum allowed token length. 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
- 
Set the max allowed token length. 
- setMinShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Set the min shingle size (default: 2). 
- setOutputUnigrams(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Shall the output stream contain the input tokens (unigrams) as well as
 shingles? (default: true.) 
- setOutputUnigramsIfNoShingles(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Shall we override the behavior of outputUnigrams==false for those
 times when no shingles are available (because there are fewer than
 minShingleSize tokens in the input stream)? (default: false.) 
- setPrefix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- setStemDictionary(HashMap<?, ?>) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
- 
Deprecated. Set dictionary for stemming, this dictionary overrules the algorithm,
 so you can correct for a particular unwanted word-stem pair. 
- setStemmer(GermanStemmer) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
- 
- setStemmer(FrenchStemmer) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
- 
Deprecated. 
- setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
- 
Deprecated. 
- setStrip(String) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
- 
Sets the stripping characters defined for the affix 
- setSuffix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
-  
- setText(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
- 
Set a new region of text to be examined by this iterator 
- setToken(Token) - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
-  
- setTokenSeparator(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Sets the string to use when joining adjacent tokens to form a shingle 
- setTokenType(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Set the type of the shingle tokens produced by this filter. 
- setValue(V) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
- 
sets the value associated with the last key returned 
- setWords(Set<String>) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
- 
Set the keep word list. 
- SHADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- ShingleAnalyzerWrapper - Class in org.apache.lucene.analysis.shingle
- 
- ShingleAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- ShingleAnalyzerWrapper(Analyzer, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- ShingleAnalyzerWrapper(Analyzer, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
-  
- ShingleAnalyzerWrapper(Analyzer, int, int, String, boolean, boolean) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
- 
Creates a new ShingleAnalyzerWrapper 
- ShingleAnalyzerWrapper(Version) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
- 
- ShingleAnalyzerWrapper(Version, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
- 
- ShingleFilter - Class in org.apache.lucene.analysis.shingle
- 
A ShingleFilter constructs shingles (token n-grams) from a token stream. 
- ShingleFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Constructs a ShingleFilter with the specified shingle size from the
  TokenStreaminput
- ShingleFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Constructs a ShingleFilter with the specified shingle size from the
  TokenStreaminput
- ShingleFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Construct a ShingleFilter with default shingle size: 2. 
- ShingleFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
- 
Construct a ShingleFilter with the specified token type for shingle tokens
 and the default shingle size: 2 
- ShingleFilterFactory - Class in org.apache.lucene.analysis.shingle
- 
- ShingleFilterFactory() - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilterFactory
-  
- SimpleAnalyzer - Class in org.apache.lucene.analysis.core
- 
- SimpleAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.SimpleAnalyzer
- 
- SINGLE_TYPE - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
- 
when we emit a unigram, its then marked as this type 
- SingleTokenTokenStream - Class in org.apache.lucene.analysis.miscellaneous
- 
- SingleTokenTokenStream(Token) - Constructor for class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
-  
- size() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- size() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
-  
- size() - Method in class org.apache.lucene.analysis.util.CharArrayMap
-  
- size() - Method in class org.apache.lucene.analysis.util.CharArraySet
-  
- size() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- slice_check() - Method in class org.tartarus.snowball.SnowballProgram
-  
- slice_del() - Method in class org.tartarus.snowball.SnowballProgram
-  
- slice_from(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
-  
- slice_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
-  
- SnowballAnalyzer - Class in org.apache.lucene.analysis.snowball
- 
Deprecated.
(3.1) Use the language-specific analyzer in modules/analysis instead. 
 This analyzer will be removed in Lucene 5.0 
 
- SnowballAnalyzer(Version, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
- 
Deprecated. Builds the named analyzer with no stop words. 
- SnowballAnalyzer(Version, String, CharArraySet) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
- 
Deprecated. Builds the named analyzer with the given stop words. 
- SnowballFilter - Class in org.apache.lucene.analysis.snowball
- 
A filter that stems words using a Snowball-generated stemmer. 
- SnowballFilter(TokenStream, SnowballProgram) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
-  
- SnowballFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
- 
Construct the named stemming filter. 
- SnowballPorterFilterFactory - Class in org.apache.lucene.analysis.snowball
- 
- SnowballPorterFilterFactory() - Constructor for class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
-  
- SnowballProgram - Class in org.tartarus.snowball
- 
This is the rev 502 of the Snowball SVN trunk,
 but modified:
 made abstract and introduced abstract method stem to avoid expensive reflection in filter class. 
- SnowballProgram() - Constructor for class org.tartarus.snowball.SnowballProgram
-  
- SolrSynonymParser - Class in org.apache.lucene.analysis.synonym
- 
Parser for the Solr synonyms format. 
- SolrSynonymParser(boolean, boolean, Analyzer) - Constructor for class org.apache.lucene.analysis.synonym.SolrSynonymParser
-  
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.). 
- SOUTHEAST_ASIAN - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
-  
- SOUTHEAST_ASIAN - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
-  
- SpanishAnalyzer - Class in org.apache.lucene.analysis.es
- 
- SpanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
- 
- SpanishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
- 
Builds an analyzer with the given stop words. 
- SpanishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
- 
Builds an analyzer with the given stop words. 
- SpanishLightStemFilter - Class in org.apache.lucene.analysis.es
- 
- SpanishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilter
-  
- SpanishLightStemFilterFactory - Class in org.apache.lucene.analysis.es
- 
- SpanishLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilterFactory
-  
- SpanishLightStemmer - Class in org.apache.lucene.analysis.es
- 
Light Stemmer for Spanish 
- SpanishLightStemmer() - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemmer
-  
- SpanishStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- SpanishStemmer() - Constructor for class org.tartarus.snowball.ext.SpanishStemmer
-  
- SPLIT_ON_CASE_CHANGE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
If not set, causes case changes to be ignored (subwords will only be generated
 given SUBWORD_DELIM tokens) 
- SPLIT_ON_NUMERICS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
If not set, causes numeric changes to be ignored (subwords will only be generated
 given SUBWORD_DELIM tokens). 
- splitFileNames(String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
- 
Splits file names separated by comma character. 
- StandardAnalyzer - Class in org.apache.lucene.analysis.standard
- 
- StandardAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
- 
Builds an analyzer with the given stop words. 
- StandardAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
- 
- StandardAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
- 
Builds an analyzer with the stop words from the given reader. 
- StandardFilter - Class in org.apache.lucene.analysis.standard
- 
- StandardFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
-  
- StandardFilterFactory - Class in org.apache.lucene.analysis.standard
- 
- StandardFilterFactory() - Constructor for class org.apache.lucene.analysis.standard.StandardFilterFactory
-  
- StandardTokenizer - Class in org.apache.lucene.analysis.standard
- 
A grammar-based tokenizer constructed with JFlex. 
- StandardTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- StandardTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- StandardTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
- 
- StandardTokenizerFactory - Class in org.apache.lucene.analysis.standard
- 
- StandardTokenizerFactory() - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerFactory
-  
- StandardTokenizerImpl - Class in org.apache.lucene.analysis.standard
- 
- StandardTokenizerImpl(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Creates a new scanner
 There is also a java.io.InputStream version of this constructor. 
- StandardTokenizerImpl31 - Class in org.apache.lucene.analysis.standard.std31
- 
Deprecated.
This class is only for exact backwards compatibility 
 
- StandardTokenizerImpl31(Reader) - Constructor for class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Creates a new scanner
 There is also a java.io.InputStream version of this constructor. 
- StandardTokenizerImpl34 - Class in org.apache.lucene.analysis.standard.std34
- 
Deprecated.
This class is only for exact backwards compatibility 
 
- StandardTokenizerImpl34(Reader) - Constructor for class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Creates a new scanner
 There is also a java.io.InputStream version of this constructor. 
- StandardTokenizerInterface - Interface in org.apache.lucene.analysis.standard
- 
Internal interface for supporting versioned grammars. 
- START_OF_HEADING_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
- 
Example marker character: U+0001 (START OF HEADING) 
- startElement(String, String, String, Attributes) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
-  
- startOffset - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
-  
- startsWith(char[], int, String) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
- 
Returns true if the character array starts with the suffix. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
- 
Stem an input buffer of Arabic text. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.bg.BulgarianStemmer
- 
Stem an input buffer of Bulgarian text. 
- stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
- 
Stems the given term to an unique discriminator. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.cz.CzechStemmer
- 
Stem an input buffer of Czech text. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.de.GermanLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.de.GermanMinimalStemmer
-  
- stem(String) - Method in class org.apache.lucene.analysis.de.GermanStemmer
- 
Stemms the given term to an unique discriminator. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.el.GreekStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.es.SpanishLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.fi.FinnishLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.fr.FrenchLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemmer
-  
- stem(String) - Method in class org.apache.lucene.analysis.fr.FrenchStemmer
- 
Deprecated. Stems the given term to a unique discriminator. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.gl.GalicianStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.hi.HindiStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.hu.HungarianLightStemmer
-  
- stem(String) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer
- 
Find the stem(s) of the provided word 
- stem(char[], int) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer
- 
Find the stem(s) of the provided word 
- stem(char[], int, boolean) - Method in class org.apache.lucene.analysis.id.IndonesianStemmer
- 
Stem a term (returning its new length). 
- stem(char[], int) - Method in class org.apache.lucene.analysis.it.ItalianLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.lv.LatvianStemmer
- 
Stem a latvian word. 
- stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
- 
Deprecated. 
- stem(char[], int) - Method in class org.apache.lucene.analysis.no.NorwegianLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.ru.RussianLightStemmer
-  
- stem(char[], int) - Method in class org.apache.lucene.analysis.sv.SwedishLightStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.ArmenianStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.BasqueStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.CatalanStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.DanishStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.DutchStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.EnglishStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.FinnishStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.FrenchStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.German2Stemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.GermanStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.HungarianStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.IrishStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.ItalianStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.KpStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.LovinsStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.NorwegianStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.PorterStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.PortugueseStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.RomanianStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.RussianStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.SpanishStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.SwedishStemmer
-  
- stem() - Method in class org.tartarus.snowball.ext.TurkishStemmer
-  
- stem() - Method in class org.tartarus.snowball.SnowballProgram
-  
- STEM_ENGLISH_POSSESSIVE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
- 
Causes trailing "'s" to be removed for each subword
  
 "O'Neil's" => "O", "Neil" 
- StemmerOverrideFilter - Class in org.apache.lucene.analysis.miscellaneous
- 
Provides the ability to override any  KeywordAttribute aware stemmer
 with custom dictionary-based stemming. 
- StemmerOverrideFilter(Version, TokenStream, CharArrayMap<String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter
- 
Create a new StemmerOverrideFilter, performing dictionary-based stemming
 with the provided dictionary.
 
- StemmerOverrideFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
- 
- StemmerOverrideFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
-  
- StemmerUtil - Class in org.apache.lucene.analysis.util
- 
Some commonly-used stemming functions 
- stemPrefix(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
- 
Stem a prefix off an Arabic word. 
- stemSuffix(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
- 
Stem suffix(es) off an Arabic word. 
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
- 
Deprecated. 
- STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.ClassicAnalyzer
- 
An unmodifiable set containing some common English words that are usually not
  useful for searching. 
- STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
- 
An unmodifiable set containing some common English words that are usually not
  useful for searching. 
- STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
- 
An unmodifiable set containing some common English words that are usually not
  useful for searching. 
- StopAnalyzer - Class in org.apache.lucene.analysis.core
- 
- StopAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
- 
- StopAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
- 
Builds an analyzer with the stop words from the given set. 
- StopAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
- 
Builds an analyzer with the stop words from the given file. 
- StopAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
- 
Builds an analyzer with the stop words from the given reader. 
- StopFilter - Class in org.apache.lucene.analysis.core
- 
Removes stop words from a token stream. 
- StopFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.core.StopFilter
- 
Constructs a filter which removes words from the input TokenStream that are
 named in the Set. 
- StopFilterFactory - Class in org.apache.lucene.analysis.core
- 
- StopFilterFactory() - Constructor for class org.apache.lucene.analysis.core.StopFilterFactory
-  
- stoplist - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
- 
This map stores hyphenation exceptions 
- StopwordAnalyzerBase - Class in org.apache.lucene.analysis.util
- 
Base class for Analyzers that need to make use of stopword sets. 
- StopwordAnalyzerBase(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
Creates a new instance initialized with the given stopword set 
- StopwordAnalyzerBase(Version) - Constructor for class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
Creates a new Analyzer with an empty stopword set 
- stopwords - Variable in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
- 
An immutable stopword set 
- STOPWORDS_COMMENT - Static variable in class org.apache.lucene.analysis.fa.PersianAnalyzer
- 
The comment character in the stopwords file. 
- strcmp(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Compares 2 null terminated char arrays 
- strcmp(String, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
- 
Compares a string with null terminated char array 
- strcpy(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- strlen(char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- strlen(char[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-  
- SUB_HEADING - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- SUB_HEADING_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
-  
- subSequence(int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
-  
- substring_i - Variable in class org.tartarus.snowball.Among
-  
- SUBWORD_DELIM - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
-  
- suffix - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
-  
- suffixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- suffixes - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
-  
- SUKUN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- SwedishAnalyzer - Class in org.apache.lucene.analysis.sv
- 
- SwedishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
- 
- SwedishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
- 
Builds an analyzer with the given stop words. 
- SwedishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
- 
Builds an analyzer with the given stop words. 
- SwedishLightStemFilter - Class in org.apache.lucene.analysis.sv
- 
- SwedishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilter
-  
- SwedishLightStemFilterFactory - Class in org.apache.lucene.analysis.sv
- 
- SwedishLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilterFactory
-  
- SwedishLightStemmer - Class in org.apache.lucene.analysis.sv
- 
Light Stemmer for Swedish. 
- SwedishLightStemmer() - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemmer
-  
- SwedishStemmer - Class in org.tartarus.snowball.ext
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script. 
- SwedishStemmer() - Constructor for class org.tartarus.snowball.ext.SwedishStemmer
-  
- SynonymFilter - Class in org.apache.lucene.analysis.synonym
- 
Matches single or multi word synonyms in a token stream. 
- SynonymFilter(TokenStream, SynonymMap, boolean) - Constructor for class org.apache.lucene.analysis.synonym.SynonymFilter
-  
- SynonymFilterFactory - Class in org.apache.lucene.analysis.synonym
- 
- SynonymFilterFactory() - Constructor for class org.apache.lucene.analysis.synonym.SynonymFilterFactory
-  
- SynonymMap - Class in org.apache.lucene.analysis.synonym
- 
A map of synonyms, keys and values are phrases. 
- SynonymMap(FST<BytesRef>, BytesRefHash, int) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap
-  
- SynonymMap.Builder - Class in org.apache.lucene.analysis.synonym
- 
Builds an FSTSynonymMap. 
- SynonymMap.Builder(boolean) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap.Builder
- 
If dedup is true then identical rules (same input,
  same output) will be added only once. 
- YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
-  
- YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
-  
- YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- YEH_BARREE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
-  
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Enters a new lexical state 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Enters a new lexical state 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Enters a new lexical state 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Enters a new lexical state 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Enters a new lexical state 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Enters a new lexical state 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Enters a new lexical state 
- yychar() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
-  
- yychar() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
- 
Returns the current position. 
- yychar() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. 
- yychar() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. 
- yychar() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. 
- yychar() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. 
- yychar() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. 
- yychar() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
-  
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Returns the character at position pos from the 
 matched text. 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Returns the character at position pos from the 
 matched text. 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Returns the character at position pos from the 
 matched text. 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Returns the character at position pos from the 
 matched text. 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Returns the character at position pos from the 
 matched text. 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Returns the character at position pos from the 
 matched text. 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Returns the character at position pos from the 
 matched text. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Closes the input stream. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Closes the input stream. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Closes the input stream. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Closes the input stream. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Closes the input stream. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Closes the input stream. 
- yyclose() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Closes the input stream. 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
This character denotes the end of file 
- YYEOF - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
- 
This character denotes the end of file 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. This character denotes the end of file 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. This character denotes the end of file 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. This character denotes the end of file 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. This character denotes the end of file 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. This character denotes the end of file 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
This character denotes the end of file 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
lexical states 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. lexical states 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. lexical states 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. lexical states 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. lexical states 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. lexical states 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
lexical states 
- yylength() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Returns the length of the matched text region. 
- yylength() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
- 
Returns the length of the matched text region. 
- yylength() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Returns the length of the matched text region. 
- yylength() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Returns the length of the matched text region. 
- yylength() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Returns the length of the matched text region. 
- yylength() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Returns the length of the matched text region. 
- yylength() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Returns the length of the matched text region. 
- yylength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Returns the length of the matched text region. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Pushes the specified amount of characters back into the input stream. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Pushes the specified amount of characters back into the input stream. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Pushes the specified amount of characters back into the input stream. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Pushes the specified amount of characters back into the input stream. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Pushes the specified amount of characters back into the input stream. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Pushes the specified amount of characters back into the input stream. 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Pushes the specified amount of characters back into the input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
- 
Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Resets the scanner to read from a new input stream. 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Resets the scanner to read from a new input stream. 
- yystate() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Returns the current lexical state. 
- yystate() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Returns the current lexical state. 
- yystate() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Returns the current lexical state. 
- yystate() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Returns the current lexical state. 
- yystate() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Returns the current lexical state. 
- yystate() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Returns the current lexical state. 
- yystate() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Returns the current lexical state. 
- yytext() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
- 
Returns the text matched by the current regular expression. 
- yytext() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
- 
Deprecated. Returns the text matched by the current regular expression. 
- yytext() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
- 
Deprecated. Returns the text matched by the current regular expression. 
- yytext() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
- 
Deprecated. Returns the text matched by the current regular expression. 
- yytext() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
- 
Deprecated. Returns the text matched by the current regular expression. 
- yytext() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
- 
Deprecated. Returns the text matched by the current regular expression. 
- yytext() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
- 
Returns the text matched by the current regular expression.