A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbstractAnalysisFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories TokenizerFactory, TokenFilterFactory and CharFilterFactory.
AbstractAnalysisFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Initialize this factory via a set of key-value pairs.
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
Override this method and return if the current input token should be returned by FilteringTokenFilter.incrementToken().
ACRONYM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
ACRONYM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
ACRONYM_DEP - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
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(CharSequence, CharSequence) - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
Adds an input string and it's stemmer override output to this builder.
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
Adds a TeeSinkTokenFilter.SinkTokenStream created by another TeeSinkTokenFilter to this one.
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
Sugar: analyzes the text with the analyzer and separates by SynonymMap.WORD_SEPARATOR.
APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
APOSTROPHE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
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
Analyzer for Arabic.
ArabicAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the default stop words: ArabicAnalyzer.DEFAULT_STOPWORD_FILE.
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
Deprecated.
(3.1) Use StandardTokenizer instead.
ArabicLetterTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Deprecated.
Construct a new ArabicLetterTokenizer.
ArabicLetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Deprecated.
Construct a new ArabicLetterTokenizer using a given AttributeSource.AttributeFactory.
ArabicLetterTokenizerFactory - Class in org.apache.lucene.analysis.ar
Deprecated.
(3.1) Use StandardTokenizerFactory instead.
ArabicLetterTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
Deprecated.
Creates a new ArabicNormalizationFilterFactory
ArabicNormalizationFilter - Class in org.apache.lucene.analysis.ar
A TokenFilter that applies ArabicNormalizer to normalize the orthography.
ArabicNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
 
ArabicNormalizationFilterFactory - Class in org.apache.lucene.analysis.ar
ArabicNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ar.ArabicNormalizationFilterFactory
Creates a new 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
A TokenFilter that applies ArabicStemmer to stem Arabic words..
ArabicStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ar.ArabicStemFilter
 
ArabicStemFilterFactory - Class in org.apache.lucene.analysis.ar
Factory for ArabicStemFilter.
ArabicStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ar.ArabicStemFilterFactory
Creates a new ArabicStemFilterFactory
ArabicStemmer - Class in org.apache.lucene.analysis.ar
Stemmer for Arabic.
ArabicStemmer() - Constructor for class org.apache.lucene.analysis.ar.ArabicStemmer
 
ArmenianAnalyzer - Class in org.apache.lucene.analysis.hy
Analyzer for Armenian.
ArmenianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Builds an analyzer with the default stop words: ArmenianAnalyzer.DEFAULT_STOPWORD_FILE.
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
Factory for ASCIIFoldingFilter.
ASCIIFoldingFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilterFactory
Creates a new ASCIIFoldingFilterFactory
assign_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
 
assureMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
this method can be called in the TokenizerFactory.create(java.io.Reader) or TokenFilterFactory.create(org.apache.lucene.analysis.TokenStream) methods, to inform user, that for this factory a AbstractAnalysisFactory.luceneMatchVersion is required
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

B

balance() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Balance the tree for best search performance
BaseCharFilter - Class in org.apache.lucene.analysis.charfilter
Base utility class for implementing a CharFilter.
BaseCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.charfilter.BaseCharFilter
 
BasqueAnalyzer - Class in org.apache.lucene.analysis.eu
Analyzer for Basque.
BasqueAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.eu.BasqueAnalyzer
Builds an analyzer with the default stop words: BasqueAnalyzer.DEFAULT_STOPWORD_FILE.
BasqueAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.eu.BasqueAnalyzer
Builds an analyzer with the given stop words.
BasqueAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.eu.BasqueAnalyzer
Builds an analyzer with the given stop words.
BasqueStemmer - 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.
BasqueStemmer() - Constructor for class org.tartarus.snowball.ext.BasqueStemmer
 
BEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
BLOCK_SIZE - Static variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
BOLD - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOLD_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOLD_ITALICS - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOLD_ITALICS_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
BOTH - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Output the both the untokenized token and the splits
bra - Variable in class org.tartarus.snowball.SnowballProgram
 
BrazilianAnalyzer - Class in org.apache.lucene.analysis.br
Analyzer for Brazilian Portuguese language.
BrazilianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the default stop words (BrazilianAnalyzer.getDefaultStopSet()).
BrazilianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words
BrazilianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words and stemming exclusion words
BrazilianStemFilter - Class in org.apache.lucene.analysis.br
BrazilianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilter
Creates a new BrazilianStemFilter
BrazilianStemFilterFactory - Class in org.apache.lucene.analysis.br
Factory for BrazilianStemFilter.
BrazilianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilterFactory
Creates a new BrazilianStemFilterFactory
BrazilianStemmer - Class in org.apache.lucene.analysis.br
A stemmer for Brazilian Portuguese words.
BrazilianStemmer() - Constructor for class org.apache.lucene.analysis.br.BrazilianStemmer
 
buf - Variable in class org.apache.lucene.analysis.util.OpenStringBuilder
 
build() - Method in class org.apache.lucene.analysis.charfilter.NormalizeCharMap.Builder
Builds the NormalizeCharMap; call this once you are done calling NormalizeCharMap.Builder.add(java.lang.String, java.lang.String).
build() - Method in class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
build() - Method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
Builds an SynonymMap and returns it.
BulgarianAnalyzer - Class in org.apache.lucene.analysis.bg
Analyzer for Bulgarian.
BulgarianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Builds an analyzer with the default stop words: BulgarianAnalyzer.DEFAULT_STOPWORD_FILE.
BulgarianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Builds an analyzer with the given stop words.
BulgarianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Builds an analyzer with the given stop words and a stem exclusion set.
BulgarianStemFilter - Class in org.apache.lucene.analysis.bg
A TokenFilter that applies BulgarianStemmer to stem Bulgarian words.
BulgarianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.bg.BulgarianStemFilter
 
BulgarianStemFilterFactory - Class in org.apache.lucene.analysis.bg
Factory for BulgarianStemFilter.
BulgarianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.bg.BulgarianStemFilterFactory
Creates a new BulgarianStemFilterFactory
BulgarianStemmer - Class in org.apache.lucene.analysis.bg
Light Stemmer for Bulgarian.
BulgarianStemmer() - Constructor for class org.apache.lucene.analysis.bg.BulgarianStemmer
 
ByteVector - Class in org.apache.lucene.analysis.compound.hyphenation
This class implements a simple byte vector with access to the underlying array.
ByteVector() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
ByteVector(int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
ByteVector(byte[]) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
ByteVector(byte[], int) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 

C

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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
Creates a new CapitalizationFilterFactory
CatalanAnalyzer - Class in org.apache.lucene.analysis.ca
Analyzer for Catalan.
CatalanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ca.CatalanAnalyzer
Builds an analyzer with the default stop words: CatalanAnalyzer.DEFAULT_STOPWORD_FILE.
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
A simple IO buffer to use with CharacterUtils.fill(CharacterBuffer, Reader).
CharArrayIterator - Class in org.apache.lucene.analysis.util
A CharacterIterator used internally for use with BreakIterator
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.CharFilterFactory
Initialize this factory via a set of key-value pairs.
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
Creates a new CharTokenizer instance
CharTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.util.CharTokenizer
Creates a new CharTokenizer instance
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 StandardAnalyzer instead, 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 StopFilter instead, 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
Deprecated.
Use StopFilterFactory instead.
ChineseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilterFactory
Deprecated.
Creates a new ChineseFilterFactory
ChineseTokenizer - Class in org.apache.lucene.analysis.cn
Deprecated.
(3.1) Use StandardTokenizer instead, 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.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
Deprecated.
 
ChineseTokenizerFactory - Class in org.apache.lucene.analysis.cn
Deprecated.
ChineseTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizerFactory
Deprecated.
Creates a new ChineseTokenizerFactory
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
Deprecated.
(3.1)
CJ_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
CJKAnalyzer - Class in org.apache.lucene.analysis.cjk
An Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case with LowerCaseFilter, forms bigrams of CJK with CJKBigramFilter, and filters stopwords with StopFilter
CJKAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer which removes words in CJKAnalyzer.getDefaultStopSet().
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
Factory for CJKBigramFilter.
CJKBigramFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cjk.CJKBigramFilterFactory
Creates a new 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.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
Deprecated.
 
CJKTokenizerFactory - Class in org.apache.lucene.analysis.cjk
Deprecated.
CJKTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizerFactory
Deprecated.
Creates a new CJKTokenizerFactory
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
Factory for CJKWidthFilter.
CJKWidthFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cjk.CJKWidthFilterFactory
Creates a new CJKWidthFilterFactory
ClassicAnalyzer - Class in org.apache.lucene.analysis.standard
Filters ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
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
Builds an analyzer with the default stop words (ClassicAnalyzer.STOP_WORDS_SET).
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
Normalizes tokens extracted with ClassicTokenizer.
ClassicFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.standard.ClassicFilter
Construct filtering in.
ClassicFilterFactory - Class in org.apache.lucene.analysis.standard
Factory for ClassicFilter.
ClassicFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.ClassicFilterFactory
Creates a new 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
Creates a new instance of the ClassicTokenizer.
ClassicTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizer
Creates a new ClassicTokenizer with a given AttributeSource.AttributeFactory
ClassicTokenizerFactory - Class in org.apache.lucene.analysis.standard
Factory for ClassicTokenizer.
ClassicTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
Creates a new 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
Simple ResourceLoader that uses ClassLoader.getResourceAsStream(String) and Class.forName(String,boolean,ClassLoader) to open resources and classes, respectively.
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
Create a CollationAttributeFactory, using AttributeSource.AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY as the factory for all other attributes.
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
Deprecated.
Use CollationKeyAnalyzer.CollationKeyAnalyzer(Version, Collator) and specify a version instead. This ctor will be removed in Lucene 5.0
CollationKeyFilter - Class in org.apache.lucene.collation
Deprecated.
Use CollationAttributeFactory instead, which encodes terms directly as bytes. This filter will be removed in Lucene 5.0
CollationKeyFilter(TokenStream, Collator) - Constructor for class org.apache.lucene.collation.CollationKeyFilter
Deprecated.
 
CollationKeyFilterFactory - Class in org.apache.lucene.collation
Deprecated.
CollationKeyFilterFactory(Map<String, String>) - 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
Constructs a CommonGramsFilter.
CommonGramsFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
Creates a new 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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilterFactory
Creates a new CommonGramsQueryFilterFactory
COMPANY - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
COMPANY - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
Deprecated.
(3.1)
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
Construct the compound token based on a slice of the current CompoundWordTokenFilterBase.termAtt.
CONSUME_ALL_TOKENS_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
 
CONSUME_ALL_TOKENS_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
 
consumeAllTokens() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
TeeSinkTokenFilter passes 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 len chars of text starting at off are in the set
contains(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArraySet
true if the CharSequence is 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
true if the len chars of text starting at off are in the CharArrayMap.keySet()
containsKey(CharSequence) - Method in class org.apache.lucene.analysis.util.CharArrayMap
true if the CharSequence is in the CharArrayMap.keySet()
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
Returns a copy of the given map as a CharArrayMap.
copy(Version, Set<?>) - Static method in class org.apache.lucene.analysis.util.CharArraySet
Returns a copy of the given set as a 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(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.core.KeywordTokenizerFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.core.LetterTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.core.LowerCaseFilterFactory
 
create(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, 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
Creates an instance of HunspellStemFilter that will filter the given TokenStream
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.KeywordRepeatFilterFactory
 
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.LimitTokenPositionFilterFactory
 
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(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.ngram.NGramFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizerFactory
Creates the TokenStream of n-grams from the given Reader and AttributeSource.AttributeFactory.
create(TokenStream) - Method in class org.apache.lucene.analysis.no.NorwegianLightStemFilterFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemFilterFactory
 
create(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, 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(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizerFactory
 
create(TokenStream) - Method in class org.apache.lucene.analysis.standard.StandardFilterFactory
 
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerFactory
 
create(AttributeSource.AttributeFactory, 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 using the default attribute factory.
create(AttributeSource.AttributeFactory, Reader) - Method in class org.apache.lucene.analysis.util.TokenizerFactory
Creates a TokenStream of the specified input using the given AttributeFactory
create(AttributeSource.AttributeFactory, 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
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.bg.BulgarianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ca.CatalanAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
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.
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
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
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.core.WhitespaceAnalyzer
 
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.da.DanishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.en.EnglishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.es.SpanishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.eu.BasqueAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fi.FinnishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ga.IrishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.gl.GalicianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hi.HindiAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hu.HungarianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.hy.ArmenianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.id.IndonesianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.it.ItalianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.lv.LatvianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
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 than tokenStream(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
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ro.RomanianAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
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
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
Creates Analyzer.TokenStreamComponents used to tokenize all the text in the provided Reader.
createComponents(String, Reader) - Method in class org.apache.lucene.analysis.tr.TurkishAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.
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
Analyzer for Czech language.
CzechAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the default stop words (CzechAnalyzer.getDefaultStopSet()).
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
A TokenFilter that applies CzechStemmer to stem Czech words.
CzechStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cz.CzechStemFilter
 
CzechStemFilterFactory - Class in org.apache.lucene.analysis.cz
Factory for CzechStemFilter.
CzechStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.cz.CzechStemFilterFactory
Creates a new CzechStemFilterFactory
CzechStemmer - Class in org.apache.lucene.analysis.cz
Light Stemmer for Czech.
CzechStemmer() - Constructor for class org.apache.lucene.analysis.cz.CzechStemmer
 

D

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
Analyzer for Danish.
DanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.da.DanishAnalyzer
Builds an analyzer with the default stop words: DanishAnalyzer.DEFAULT_STOPWORD_FILE.
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
Attempts to parse the CharTermAttribute.buffer() as a Date using a DateFormat.
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
Decode the payload that was encoded using PayloadHelper.encodeFloat(float).
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilterFactory
Creates a new 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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilterFactory
Creates a new 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
Analyzer for Dutch language.
DutchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Builds an analyzer with the default stop words (DutchAnalyzer.getDefaultStopSet()) and a few default entries for the stem exclusion table.
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
Deprecated.
(3.1) Use SnowballFilter with DutchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0
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 DutchStemmer instead, 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
 

E

EdgeNGramFilterFactory - Class in org.apache.lucene.analysis.ngram
Creates new instances of EdgeNGramTokenFilter.
EdgeNGramFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramFilterFactory
Creates a new 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.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.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
Creates new instances of EdgeNGramTokenizer.
EdgeNGramTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizerFactory
Creates a new EdgeNGramTokenizerFactory
ElisionFilter - Class in org.apache.lucene.analysis.util
Removes elisions from a TokenStream.
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
Factory for ElisionFilter.
ElisionFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.ElisionFilterFactory
Creates a new 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
Convert a char array to a BytesRef
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
Analyzer for English.
EnglishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.en.EnglishAnalyzer
Builds an analyzer with the default stop words: EnglishAnalyzer.getDefaultStopSet().
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
A TokenFilter that applies EnglishMinimalStemmer to stem English words.
EnglishMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemFilter
 
EnglishMinimalStemFilterFactory - Class in org.apache.lucene.analysis.en
EnglishMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.EnglishMinimalStemFilterFactory
Creates a new 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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.EnglishPossessiveFilterFactory
Creates a new 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
 

F

FARSI_YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
FATHA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
FATHATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
FEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
FilesystemResourceLoader - Class in org.apache.lucene.analysis.util
Simple ResourceLoader that opens resource files from the local file system, optionally resolving against a base directory.
FilesystemResourceLoader() - Constructor for class org.apache.lucene.analysis.util.FilesystemResourceLoader
Creates a resource loader that requires absolute filenames or relative to CWD to resolve resources.
FilesystemResourceLoader(File) - Constructor for class org.apache.lucene.analysis.util.FilesystemResourceLoader
Creates a resource loader that resolves resources against the given base directory (may be null to refer to CWD).
FilesystemResourceLoader(File, ResourceLoader) - Constructor for class org.apache.lucene.analysis.util.FilesystemResourceLoader
Creates a resource loader that resolves resources against the given base directory (may be null to refer to CWD).
fill(CharacterUtils.CharacterBuffer, Reader) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Fills the CharacterUtils.CharacterBuffer with characters read from the given reader Reader.
fillBytesRef() - Method in class org.apache.lucene.collation.tokenattributes.CollatedTermAttributeImpl
 
FILLER_TOKEN - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
filler token for when positionIncrement is more than 1
FilteringTokenFilter - Class in org.apache.lucene.analysis.util
Abstract base class for TokenFilters that may remove tokens.
FilteringTokenFilter(boolean, TokenStream) - Constructor for class org.apache.lucene.analysis.util.FilteringTokenFilter
 
find(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
find(char[], int) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
find_among(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
find_among_b(Among[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
findClass(String, Class<T>) - Method in class org.apache.lucene.analysis.util.ClasspathResourceLoader
 
findClass(String, Class<T>) - Method in class org.apache.lucene.analysis.util.FilesystemResourceLoader
 
findClass(String, Class<T>) - Method in interface org.apache.lucene.analysis.util.ResourceLoader
Finds class of the name and expected type
findPattern(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
FinnishAnalyzer - Class in org.apache.lucene.analysis.fi
Analyzer for Finnish.
FinnishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fi.FinnishAnalyzer
Builds an analyzer with the default stop words: FinnishAnalyzer.DEFAULT_STOPWORD_FILE.
FinnishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fi.FinnishAnalyzer
Builds an analyzer with the given stop words.
FinnishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.fi.FinnishAnalyzer
Builds an analyzer with the given stop words.
FinnishLightStemFilter - Class in org.apache.lucene.analysis.fi
A TokenFilter that applies FinnishLightStemmer to stem Finnish words.
FinnishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fi.FinnishLightStemFilter
 
FinnishLightStemFilterFactory - Class in org.apache.lucene.analysis.fi
FinnishLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fi.FinnishLightStemFilterFactory
Creates a new FinnishLightStemFilterFactory
FinnishLightStemmer - Class in org.apache.lucene.analysis.fi
Light Stemmer for Finnish.
FinnishLightStemmer() - Constructor for class org.apache.lucene.analysis.fi.FinnishLightStemmer
 
FinnishStemmer - 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.
FinnishStemmer() - Constructor for class org.tartarus.snowball.ext.FinnishStemmer
 
first() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
FloatEncoder - Class in org.apache.lucene.analysis.payloads
Encode a character array Float as a BytesRef.
FloatEncoder() - Constructor for class org.apache.lucene.analysis.payloads.FloatEncoder
 
flush() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
foldToASCII(char[], int) - Method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
Converts characters above ASCII to their ASCII equivalents.
foldToASCII(char[], int, char[], int, int) - Static method in class org.apache.lucene.analysis.miscellaneous.ASCIIFoldingFilter
Converts characters above ASCII to their ASCII equivalents.
FORCE_FIRST_LETTER - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
forName(String, Map<String, String>) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
looks up a charfilter by name from context classpath
forName(String, Map<String, String>) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
looks up a tokenfilter by name from context classpath
forName(String, Map<String, String>) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
looks up a tokenizer by name from context classpath
freeBefore(int) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
Call this to notify us that no chars before this absolute position are needed anymore.
freenode - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
FrenchAnalyzer - Class in org.apache.lucene.analysis.fr
Analyzer for French language.
FrenchAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the default stop words (FrenchAnalyzer.getDefaultStopSet()).
FrenchAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words
FrenchAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words
FrenchLightStemFilter - Class in org.apache.lucene.analysis.fr
A TokenFilter that applies FrenchLightStemmer to stem French words.
FrenchLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchLightStemFilter
 
FrenchLightStemFilterFactory - Class in org.apache.lucene.analysis.fr
FrenchLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fr.FrenchLightStemFilterFactory
Creates a new FrenchLightStemFilterFactory
FrenchLightStemmer - Class in org.apache.lucene.analysis.fr
Light Stemmer for French.
FrenchLightStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchLightStemmer
 
FrenchMinimalStemFilter - Class in org.apache.lucene.analysis.fr
A TokenFilter that applies FrenchMinimalStemmer to stem French words.
FrenchMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchMinimalStemFilter
 
FrenchMinimalStemFilterFactory - Class in org.apache.lucene.analysis.fr
FrenchMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fr.FrenchMinimalStemFilterFactory
Creates a new FrenchMinimalStemFilterFactory
FrenchMinimalStemmer - Class in org.apache.lucene.analysis.fr
Light Stemmer for French.
FrenchMinimalStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchMinimalStemmer
 
FrenchStemFilter - Class in org.apache.lucene.analysis.fr
Deprecated.
(3.1) Use SnowballFilter with FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0
FrenchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
Deprecated.
 
FrenchStemmer - Class in org.apache.lucene.analysis.fr
Deprecated.
Use FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 4.0
FrenchStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchStemmer
Deprecated.
 
FrenchStemmer - 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.
FrenchStemmer() - Constructor for class org.tartarus.snowball.ext.FrenchStemmer
 
fst - Variable in class org.apache.lucene.analysis.synonym.SynonymMap
map<input word, list<ord>>

G

GalicianAnalyzer - Class in org.apache.lucene.analysis.gl
Analyzer for Galician.
GalicianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.gl.GalicianAnalyzer
Builds an analyzer with the default stop words: GalicianAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies GalicianMinimalStemmer to stem Galician words.
GalicianMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemFilter
 
GalicianMinimalStemFilterFactory - Class in org.apache.lucene.analysis.gl
GalicianMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.gl.GalicianMinimalStemFilterFactory
Creates a new 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
A TokenFilter that applies GalicianStemmer to stem Galician words.
GalicianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.gl.GalicianStemFilter
 
GalicianStemFilterFactory - Class in org.apache.lucene.analysis.gl
Factory for GalicianStemFilter.
GalicianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.gl.GalicianStemFilterFactory
Creates a new 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
Analyzer for German language.
GermanAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the default stop words: GermanAnalyzer.getDefaultStopSet().
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
A TokenFilter that applies GermanLightStemmer to stem German words.
GermanLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanLightStemFilter
 
GermanLightStemFilterFactory - Class in org.apache.lucene.analysis.de
GermanLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanLightStemFilterFactory
Creates a new 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
A TokenFilter that applies GermanMinimalStemmer to stem German words.
GermanMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemFilter
 
GermanMinimalStemFilterFactory - Class in org.apache.lucene.analysis.de
GermanMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanMinimalStemFilterFactory
Creates a new 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
Normalizes German characters according to the heuristics of the German2 snowball algorithm.
GermanNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanNormalizationFilter
 
GermanNormalizationFilterFactory - Class in org.apache.lucene.analysis.de
GermanNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanNormalizationFilterFactory
Creates a new GermanNormalizationFilterFactory
GermanStemFilter - Class in org.apache.lucene.analysis.de
A TokenFilter that stems German words.
GermanStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
Creates a GermanStemFilter instance
GermanStemFilterFactory - Class in org.apache.lucene.analysis.de
Factory for GermanStemFilter.
GermanStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilterFactory
Creates a new 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(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, Collection<String>) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, Collection<String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(Map<String, String>, String, Collection<String>, String, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
get(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayMap
returns the value of the mapping of len chars of text starting at off
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
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(Map<String, String>, String, 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
getChar(Map<String, String>, String, char) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getClassArg() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
getCommonWords() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilterFactory
 
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
Get the valid length of the character array in SnowballProgram.getCurrentBuffer().
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
getFloat(Map<String, String>, String, float) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
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
Returns a CharacterUtils implementation according to the given Version instance.
getInt(Map<String, String>, String, int) - 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
Return the length of the data in the internal buffer starting at CharacterUtils.CharacterBuffer.getOffset()
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(Map<String, String>, 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
getSet(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
Returns whitespace- and/or comma-separated set of values, or null if none are found
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
same as AbstractAnalysisFactory.getWordSet(ResourceLoader, String, boolean), except the input is in snowball format.
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
Analyzer for the Greek language.
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilterFactory
Creates a new GreekLowerCaseFilterFactory
GreekStemFilter - Class in org.apache.lucene.analysis.el
A TokenFilter that applies GreekStemmer to stem Greek words.
GreekStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekStemFilter
 
GreekStemFilterFactory - Class in org.apache.lucene.analysis.el
Factory for GreekStemFilter.
GreekStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.el.GreekStemFilterFactory
Creates a new 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
 

H

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
Builds an analyzer with the default stop words: HindiAnalyzer.DEFAULT_STOPWORD_FILE.
HindiNormalizationFilter - Class in org.apache.lucene.analysis.hi
A TokenFilter that applies HindiNormalizer to normalize the orthography.
HindiNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizationFilter
 
HindiNormalizationFilterFactory - Class in org.apache.lucene.analysis.hi
HindiNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hi.HindiNormalizationFilterFactory
Creates a new 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
A TokenFilter that applies HindiStemmer to stem Hindi words.
HindiStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hi.HindiStemFilter
 
HindiStemFilterFactory - Class in org.apache.lucene.analysis.hi
Factory for HindiStemFilter.
HindiStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hi.HindiStemFilterFactory
Creates a new 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
Deprecated.
(3.1)
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
Factory for HTMLStripCharFilter.
HTMLStripCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.charfilter.HTMLStripCharFilterFactory
Creates a new HTMLStripCharFilterFactory
HungarianAnalyzer - Class in org.apache.lucene.analysis.hu
Analyzer for Hungarian.
HungarianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.hu.HungarianAnalyzer
Builds an analyzer with the default stop words: HungarianAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies HungarianLightStemmer to stem Hungarian words.
HungarianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemFilter
 
HungarianLightStemFilterFactory - Class in org.apache.lucene.analysis.hu
HungarianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hu.HungarianLightStemFilterFactory
Creates a new 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
TokenFilterFactory that creates instances of HunspellStemFilter.
HunspellStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.hunspell.HunspellStemFilterFactory
Creates a new 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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilterFactory
Creates a new 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
Creates a new HyphenationCompoundWordTokenFilter instance.
HyphenationCompoundWordTokenFilter(Version, TokenStream, HyphenationTree, CharArraySet, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
Creates a new HyphenationCompoundWordTokenFilter instance.
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilterFactory
Creates a new 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
 

I

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.KeywordRepeatFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
 
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
Increments the TokenStream with a CharTermAttribute without elisioned start
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
A TokenFilter that applies IndicNormalizer to normalize text in Indian Languages.
IndicNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.in.IndicNormalizationFilter
 
IndicNormalizationFilterFactory - Class in org.apache.lucene.analysis.in
IndicNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.in.IndicNormalizationFilterFactory
Creates a new 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
Deprecated.
(3.6) Use StandardTokenizer instead.
IndicTokenizer(Version, AttributeSource.AttributeFactory, 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
Builds an analyzer with the default stop words: IndonesianAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies IndonesianStemmer to stem Indonesian words.
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.id.IndonesianStemFilterFactory
Creates a new 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.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() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
initReader(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Wraps the Reader with PersianCharFilter
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
Analyzer for Irish.
IrishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ga.IrishAnalyzer
Builds an analyzer with the default stop words: IrishAnalyzer.DEFAULT_STOPWORD_FILE.
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ga.IrishLowerCaseFilterFactory
Creates a new 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
 
isExplicitLuceneMatchVersion() - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
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.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
 
isKeyword() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
 
isKeyword() - Method in class org.apache.lucene.analysis.miscellaneous.PatternKeywordMarkerFilter
 
isKeyword() - Method in class org.apache.lucene.analysis.miscellaneous.SetKeywordMarkerFilter
 
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
Collects only characters which satisfy Character.isLetter(int).
isTokenChar(int) - Method in class org.apache.lucene.analysis.core.WhitespaceTokenizer
Collects only characters which do not satisfy Character.isWhitespace(int).
isTokenChar(int) - Method in class org.apache.lucene.analysis.in.IndicTokenizer
Deprecated.
 
isTokenChar(int) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Deprecated.
Collects only characters which satisfy Character.isLetter(int).
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
Analyzer for Italian.
ItalianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.it.ItalianAnalyzer
Builds an analyzer with the default stop words: ItalianAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies ItalianLightStemmer to stem Italian words.
ItalianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemFilter
 
ItalianLightStemFilterFactory - Class in org.apache.lucene.analysis.it
ItalianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.it.ItalianLightStemFilterFactory
Creates a new 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.

J

join(String[], CharsRef) - Static method in class org.apache.lucene.analysis.synonym.SynonymMap.Builder
Sugar: just joins the provided terms with SynonymMap.WORD_SEPARATOR.
jreBugWorkaround(char) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 

K

KAF - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
KAF - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
KASRA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
KASRATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
KATAKANA - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
bigram flag for Katakana
KATAKANA - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
KATAKANA - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
KATAKANA_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
KEEP - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
KEEP_IGNORE_CASE - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
KeepWordFilter - Class in org.apache.lucene.analysis.miscellaneous
A TokenFilter that only keeps tokens with text contained in the required words.
KeepWordFilter(boolean, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeepWordFilter
The words set passed to this constructor will be directly used by this filter and should not be modified,
KeepWordFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for KeepWordFilter.
KeepWordFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
Creates a new KeepWordFilterFactory
KEHEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
ket - Variable in class org.tartarus.snowball.SnowballProgram
 
keys() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
keySet() - Method in class org.apache.lucene.analysis.util.CharArrayMap
Returns an CharArraySet view on the map's keys.
KeywordAnalyzer - Class in org.apache.lucene.analysis.core
"Tokenizes" the entire stream as a single token.
KeywordAnalyzer() - Constructor for class org.apache.lucene.analysis.core.KeywordAnalyzer
 
KeywordMarkerFilter - Class in org.apache.lucene.analysis.miscellaneous
Marks terms as keywords via the KeywordAttribute.
KeywordMarkerFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilter
Creates a new KeywordMarkerFilter
KeywordMarkerFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for KeywordMarkerFilter.
KeywordMarkerFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
Creates a new KeywordMarkerFilterFactory
KeywordRepeatFilter - Class in org.apache.lucene.analysis.miscellaneous
This TokenFilter emits each incoming token twice once as keyword and once non-keyword, in other words once with KeywordAttribute.setKeyword(boolean) set to true and once set to false.
KeywordRepeatFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
Construct a token stream filtering the given input.
KeywordRepeatFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for KeywordRepeatFilter.
KeywordRepeatFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilterFactory
Creates a new KeywordRepeatFilterFactory
KeywordTokenizer - Class in org.apache.lucene.analysis.core
Emits the entire input as a single token.
KeywordTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizer
 
KeywordTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizer
 
KeywordTokenizer(AttributeSource.AttributeFactory, Reader, int) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizer
 
KeywordTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for KeywordTokenizer.
KeywordTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.KeywordTokenizerFactory
Creates a new KeywordTokenizerFactory
knows(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
KpStemmer - 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.
KpStemmer() - Constructor for class org.tartarus.snowball.ext.KpStemmer
 
KStemFilter - Class in org.apache.lucene.analysis.en
A high-performance kstem filter for english.
KStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.KStemFilter
 
KStemFilterFactory - Class in org.apache.lucene.analysis.en
Factory for KStemFilter.
KStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.KStemFilterFactory
Creates a new KStemFilterFactory
KStemmer - Class in org.apache.lucene.analysis.en
This class implements the Kstem algorithm
kv - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
This vector holds the trailing of the keys when the branch is compressed.

L

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
Analyzer for Latvian.
LatvianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.lv.LatvianAnalyzer
Builds an analyzer with the default stop words: LatvianAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies LatvianStemmer to stem Latvian words.
LatvianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.lv.LatvianStemFilter
 
LatvianStemFilterFactory - Class in org.apache.lucene.analysis.lv
Factory for LatvianStemFilter.
LatvianStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.lv.LatvianStemFilterFactory
Creates a new 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
Factory for LengthFilter.
LengthFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
Creates a new 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.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizer
Construct a new LetterTokenizer using a given AttributeSource.AttributeFactory.
LetterTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for LetterTokenizer.
LetterTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.LetterTokenizerFactory
Creates a new 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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
Creates a new LimitTokenCountFilterFactory
LimitTokenPositionFilter - Class in org.apache.lucene.analysis.miscellaneous
This TokenFilter limits its emitted tokens to those with positions that are not greater than the configured limit.
LimitTokenPositionFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
Build a filter that only accepts tokens up to and including the given maximum position.
LimitTokenPositionFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
Build a filter that limits the maximum position of tokens to emit.
LimitTokenPositionFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
LimitTokenPositionFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
Creates a new LimitTokenPositionFilterFactory
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
Factory for LowerCaseFilter.
LowerCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.LowerCaseFilterFactory
Creates a new 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.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizer
Construct a new LowerCaseTokenizer using a given AttributeSource.AttributeFactory.
LowerCaseTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for LowerCaseTokenizer.
LowerCaseTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.LowerCaseTokenizerFactory
Creates a new LowerCaseTokenizerFactory
LUCENE_MATCH_VERSION_PARAM - Static variable in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
luceneMatchVersion - Variable in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
the luceneVersion arg

M

makeStopSet(Version, String...) - Static method in class org.apache.lucene.analysis.core.StopFilter
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor.
makeStopSet(Version, List<?>) - Static method in class org.apache.lucene.analysis.core.StopFilter
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor.
makeStopSet(Version, String[], boolean) - Static method in class org.apache.lucene.analysis.core.StopFilter
Creates a stopword set from the given stopword array.
makeStopSet(Version, List<?>, boolean) - Static method in class org.apache.lucene.analysis.core.StopFilter
Creates a stopword set from the given stopword list.
MappingCharFilter - Class in org.apache.lucene.analysis.charfilter
Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, and correcting the resulting changes to the offsets.
MappingCharFilter(NormalizeCharMap, Reader) - Constructor for class org.apache.lucene.analysis.charfilter.MappingCharFilter
Default constructor that takes a Reader.
MappingCharFilterFactory - Class in org.apache.lucene.analysis.charfilter
Factory for MappingCharFilter.
MappingCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
Creates a new MappingCharFilterFactory
matches(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
matches(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
 
matches(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
 
matchVersion - Variable in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
 
MAX_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
 
MAX_TOKEN_COUNT_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilterFactory
 
MAX_TOKEN_LENGTH - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
MAX_TOKEN_POSITION_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilterFactory
 
MAX_WORD_COUNT - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
maxHorizontalContext - Variable in class org.apache.lucene.analysis.synonym.SynonymMap
maxHorizontalContext: maximum context we need on the tokenstream
maxSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
method - Variable in class org.tartarus.snowball.Among
 
methodobject - Variable in class org.tartarus.snowball.Among
 
min - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
min - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
MIN_KEY - Static variable in class org.apache.lucene.analysis.miscellaneous.LengthFilterFactory
 
MIN_WORD_LENGTH - Static variable in class org.apache.lucene.analysis.miscellaneous.CapitalizationFilterFactory
 
minSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
minWordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
MultiTermAwareComponent - Interface in org.apache.lucene.analysis.util
Add to any analysis factory component to allow returning an analysis component factory for use with partial terms in prefix queries, wildcard queries, range query endpoints, regex queries, etc.

N

name - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
newCharacterBuffer(int) - Static method in class org.apache.lucene.analysis.util.CharacterUtils
Creates a new CharacterUtils.CharacterBuffer and allocates a char[] of the given bufferSize.
newInstance(String, Class<T>) - Method in class org.apache.lucene.analysis.util.ClasspathResourceLoader
 
newInstance(String, Class<T>) - Method in class org.apache.lucene.analysis.util.FilesystemResourceLoader
 
newInstance(String, Class<T>) - Method in interface org.apache.lucene.analysis.util.ResourceLoader
Creates an instance of the name and expected type
newSentenceInstance() - Static method in class org.apache.lucene.analysis.util.CharArrayIterator
Create a new CharArrayIterator that works around JRE bugs in a manner suitable for BreakIterator.getSentenceInstance()
newSinkTokenStream() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Returns a new TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream.
newSinkTokenStream(TeeSinkTokenFilter.SinkFilter) - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Returns a new TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream that pass the supplied filter.
newWordInstance() - Static method in class org.apache.lucene.analysis.util.CharArrayIterator
Create a new CharArrayIterator that works around JRE bugs in a manner suitable for BreakIterator.getWordInstance()
next() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
next() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
use nextCharArray() + currentValue() for better efficiency.
nextElement() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
nextKey() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
gets the next key...
nextKeyString() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
gets the next key as a newly created String object
NGramFilterFactory - Class in org.apache.lucene.analysis.ngram
Factory for NGramTokenFilter.
NGramFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.NGramFilterFactory
Creates a new NGramFilterFactory
NGramTokenFilter - Class in org.apache.lucene.analysis.ngram
Tokenizes the input into n-grams of the given size(s).
NGramTokenFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenFilter
Creates NGramTokenFilter with given min and max n-grams.
NGramTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenFilter
Creates NGramTokenFilter with default min and max n-grams.
NGramTokenizer - Class in org.apache.lucene.analysis.ngram
Tokenizes the input into n-grams of the given size(s).
NGramTokenizer(Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(AttributeSource.AttributeFactory, Reader, int, int) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with given min and max n-grams.
NGramTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizer
Creates NGramTokenizer with default min and max n-grams.
NGramTokenizerFactory - Class in org.apache.lucene.analysis.ngram
Factory for NGramTokenizer.
NGramTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ngram.NGramTokenizerFactory
Creates a new NGramTokenizerFactory
noBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
NON_WORD_PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
"\\W+"; Divides text at non-letters (NOT Character.isLetter(c))
NOON - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
normalize(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizer
Normalize an input buffer of Arabic text
normalize(int) - Method in class org.apache.lucene.analysis.core.LowerCaseTokenizer
Converts char to lower case Character.toLowerCase(int).
normalize(char[], int) - Method in class org.apache.lucene.analysis.fa.PersianNormalizer
Normalize an input buffer of Persian text
normalize(char[], int) - Method in class org.apache.lucene.analysis.hi.HindiNormalizer
Normalize an input buffer of Hindi text
normalize(char[], int) - Method in class org.apache.lucene.analysis.in.IndicNormalizer
Normalizes input text, and returns the new length.
normalize(int) - Method in class org.apache.lucene.analysis.util.CharTokenizer
Called on each token character to normalize it before it is added to the token.
NormalizeCharMap - Class in org.apache.lucene.analysis.charfilter
Holds a map of String input to String output, to be used with MappingCharFilter.
NormalizeCharMap.Builder - Class in org.apache.lucene.analysis.charfilter
Builds an NormalizeCharMap.
NormalizeCharMap.Builder() - Constructor for class org.apache.lucene.analysis.charfilter.NormalizeCharMap.Builder
 
normalizeException(ArrayList<?>) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
normMap - Variable in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
NorwegianAnalyzer - Class in org.apache.lucene.analysis.no
Analyzer for Norwegian.
NorwegianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.no.NorwegianAnalyzer
Builds an analyzer with the default stop words: NorwegianAnalyzer.DEFAULT_STOPWORD_FILE.
NorwegianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.no.NorwegianAnalyzer
Builds an analyzer with the given stop words.
NorwegianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.no.NorwegianAnalyzer
Builds an analyzer with the given stop words.
NorwegianLightStemFilter - Class in org.apache.lucene.analysis.no
A TokenFilter that applies NorwegianLightStemmer to stem Norwegian words.
NorwegianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemFilter
 
NorwegianLightStemFilterFactory - Class in org.apache.lucene.analysis.no
NorwegianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemFilterFactory
Creates a new NorwegianLightStemFilterFactory
NorwegianLightStemmer - Class in org.apache.lucene.analysis.no
Light Stemmer for Norwegian.
NorwegianLightStemmer() - Constructor for class org.apache.lucene.analysis.no.NorwegianLightStemmer
 
NorwegianMinimalStemFilter - Class in org.apache.lucene.analysis.no
A TokenFilter that applies NorwegianMinimalStemmer to stem Norwegian words.
NorwegianMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemFilter
 
NorwegianMinimalStemFilterFactory - Class in org.apache.lucene.analysis.no
NorwegianMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemFilterFactory
Creates a new NorwegianMinimalStemFilterFactory
NorwegianMinimalStemmer - Class in org.apache.lucene.analysis.no
Minimal Stemmer for Norwegian bokmål (no-nb)
NorwegianMinimalStemmer() - Constructor for class org.apache.lucene.analysis.no.NorwegianMinimalStemmer
 
NorwegianStemmer - 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.
NorwegianStemmer() - Constructor for class org.tartarus.snowball.ext.NorwegianStemmer
 
NUM - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
NUM - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
NUM - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
NUM_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Numbers
NUMERIC_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Numbers
NumericPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Assigns a payload to a token based on the Token.type()
NumericPayloadTokenFilter(TokenStream, float, String) - Constructor for class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilter
 
NumericPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
NumericPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.NumericPayloadTokenFilterFactory
Creates a new NumericPayloadTokenFilterFactory

O

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
The code for the compound word hyphenation is taken from the Apache FOP project.
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
Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.
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
TeeSinkTokenFilter and implementations of TeeSinkTokenFilter.SinkFilter that might be useful.
org.apache.lucene.analysis.snowball - package org.apache.lucene.analysis.snowball
TokenFilter and Analyzer implementations that use Snowball stemmers.
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
Backwards-compatible implementation to match Version.LUCENE_31
org.apache.lucene.analysis.standard.std34 - package org.apache.lucene.analysis.standard.std34
Backwards-compatible implementation to match Version.LUCENE_34
org.apache.lucene.analysis.standard.std36 - package org.apache.lucene.analysis.standard.std36
Backwards-compatible implementation to match Version.LUCENE_36
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
Custom AttributeImpl for indexing collation keys as index terms.
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
 

P

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(AttributeSource.AttributeFactory, 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
 
PathHierarchyTokenizer(AttributeSource.AttributeFactory, Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
PathHierarchyTokenizerFactory - Class in org.apache.lucene.analysis.path
PathHierarchyTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
Creates a new PathHierarchyTokenizerFactory
PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
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.
PatternKeywordMarkerFilter - Class in org.apache.lucene.analysis.miscellaneous
Marks terms as keywords via the KeywordAttribute.
PatternKeywordMarkerFilter(TokenStream, Pattern) - Constructor for class org.apache.lucene.analysis.miscellaneous.PatternKeywordMarkerFilter
Create a new PatternKeywordMarkerFilter, that marks the current token as a keyword if the tokens term buffer matches the provided Pattern via the KeywordAttribute.
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
Creates a new 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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
Creates a new 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)
PatternTokenizer(AttributeSource.AttributeFactory, 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
Factory for PatternTokenizer.
PatternTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
Creates a new 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
Analyzer for Persian.
PersianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the default stop words: PersianAnalyzer.DEFAULT_STOPWORD_FILE.
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
Factory for PersianCharFilter.
PersianCharFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilterFactory
Creates a new PersianCharFilterFactory
PersianNormalizationFilter - Class in org.apache.lucene.analysis.fa
A TokenFilter that applies PersianNormalizer to normalize the orthography.
PersianNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilter
 
PersianNormalizationFilterFactory - Class in org.apache.lucene.analysis.fa
PersianNormalizationFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
Creates a new 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
Factory for PorterStemFilter.
PorterStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.en.PorterStemFilterFactory
Creates a new 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
Analyzer for Portuguese.
PortugueseAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
Builds an analyzer with the default stop words: PortugueseAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies PortugueseLightStemmer to stem Portuguese words.
PortugueseLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilter
 
PortugueseLightStemFilterFactory - Class in org.apache.lucene.analysis.pt
PortugueseLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilterFactory
Creates a new 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
A TokenFilter that applies PortugueseMinimalStemmer to stem Portuguese words.
PortugueseMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilter
 
PortugueseMinimalStemFilterFactory - Class in org.apache.lucene.analysis.pt
PortugueseMinimalStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilterFactory
Creates a new 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
A TokenFilter that applies PortugueseStemmer to stem Portuguese words.
PortugueseStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilter
 
PortugueseStemFilterFactory - Class in org.apache.lucene.analysis.pt
PortugueseStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilterFactory
Creates a new 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
Factory for PositionFilter.
PositionFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.position.PositionFilterFactory
Creates a new 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.

Q

QueryAutoStopWordAnalyzer - Class in org.apache.lucene.analysis.query
An Analyzer used primarily at query time to wrap another analyzer and provide a layer of protection which prevents very common words from being passed into queries.
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for all indexed fields from terms with a document frequency percentage greater than QueryAutoStopWordAnalyzer.defaultMaxDocFreqPercent
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, int) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for all indexed fields from terms with a document frequency greater than the given maxDocFreq
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, float) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for all indexed fields from terms with a document frequency percentage greater than the given maxPercentDocs
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, Collection<String>, float) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for the given selection of fields from terms with a document frequency percentage greater than the given maxPercentDocs
QueryAutoStopWordAnalyzer(Version, Analyzer, IndexReader, Collection<String>, int) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Creates a new QueryAutoStopWordAnalyzer with stopwords calculated for the given selection of fields from terms with a document frequency greater than the given maxDocFreq

R

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
Reloads the factory list from the given ClassLoader.
reloadTokenFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
Reloads the factory list from the given ClassLoader.
reloadTokenizers(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
Reloads the factory list from the given ClassLoader.
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(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilterFactory
Creates a new 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
 
require(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
require(Map<String, String>, String, Collection<String>) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
require(Map<String, String>, String, Collection<String>, boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireBoolean(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireChar(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireFloat(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
requireInt(Map<String, String>, String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
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.KeywordRepeatFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenPositionFilter
 
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(AttributeSource.AttributeFactory, 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
 
ReversePathHierarchyTokenizer(AttributeSource.AttributeFactory, 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
Factory for ReverseStringFilter.
ReverseStringFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilterFactory
Creates a new 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
Analyzer for Romanian.
RomanianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
Builds an analyzer with the default stop words: RomanianAnalyzer.DEFAULT_STOPWORD_FILE.
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
Analyzer for Russian language.
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 StandardTokenizer instead, 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.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Deprecated.
Construct a new RussianLetterTokenizer using a given AttributeSource.AttributeFactory.
RussianLetterTokenizerFactory - Class in org.apache.lucene.analysis.ru
Deprecated.
Use StandardTokenizerFactory instead. This tokenizer has no Russian-specific functionality.
RussianLetterTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
Deprecated.
Creates a new RussianLetterTokenizerFactory
RussianLightStemFilter - Class in org.apache.lucene.analysis.ru
A TokenFilter that applies RussianLightStemmer to stem Russian words.
RussianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilter
 
RussianLightStemFilterFactory - Class in org.apache.lucene.analysis.ru
RussianLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilterFactory
Creates a new 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

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).
setExplicitLuceneMatchVersion(boolean) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
setFlag(char) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
Sets the affix flag
setIndex(int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
SetKeywordMarkerFilter - Class in org.apache.lucene.analysis.miscellaneous
Marks terms as keywords via the KeywordAttribute.
SetKeywordMarkerFilter(TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.SetKeywordMarkerFilter
Create a new KeywordSetMarkerFilter, that marks the current token as a keyword if the tokens term buffer is contained in the given set via the KeywordAttribute.
setLength(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
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
Set a alternative/custom GermanStemmer for this filter.
setStemmer(FrenchStemmer) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
Deprecated.
Set a alternative/custom FrenchStemmer for this filter.
setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Deprecated.
Set a alternative/custom DutchStemmer for this filter.
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
SHADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
ShingleAnalyzerWrapper - Class in org.apache.lucene.analysis.shingle
A ShingleAnalyzerWrapper wraps a ShingleFilter around another Analyzer.
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 TokenStream input
ShingleFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Constructs a ShingleFilter with the specified shingle size from the TokenStream input
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
Factory for ShingleFilter.
ShingleFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilterFactory
Creates a new ShingleFilterFactory
SimpleAnalyzer - Class in org.apache.lucene.analysis.core
SimpleAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.SimpleAnalyzer
Creates a new 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
A TokenStream containing a single token.
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
Factory for SnowballFilter, with configurable language
SnowballPorterFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
Creates a new 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
Analyzer for Spanish.
SpanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
Builds an analyzer with the default stop words: SpanishAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies SpanishLightStemmer to stem Spanish words.
SpanishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilter
 
SpanishLightStemFilterFactory - Class in org.apache.lucene.analysis.es
SpanishLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilterFactory
Creates a new 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
Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
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
Builds an analyzer with the default stop words (StandardAnalyzer.STOP_WORDS_SET).
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
Normalizes tokens extracted with StandardTokenizer.
StandardFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
 
StandardFilterFactory - Class in org.apache.lucene.analysis.standard
Factory for StandardFilter.
StandardFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.StandardFilterFactory
Creates a new 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
Creates a new instance of the StandardTokenizer.
StandardTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
Creates a new StandardTokenizer with a given AttributeSource.AttributeFactory
StandardTokenizerFactory - Class in org.apache.lucene.analysis.standard
Factory for StandardTokenizer.
StandardTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerFactory
Creates a new StandardTokenizerFactory
StandardTokenizerImpl - Class in org.apache.lucene.analysis.standard
This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.
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(TokenStream, StemmerOverrideFilter.StemmerOverrideMap) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter
Create a new StemmerOverrideFilter, performing dictionary-based stemming with the provided dictionary.
StemmerOverrideFilter.Builder - Class in org.apache.lucene.analysis.miscellaneous
This builder builds an FST for the StemmerOverrideFilter
StemmerOverrideFilter.Builder() - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
Creates a new StemmerOverrideFilter.Builder with ignoreCase set to false
StemmerOverrideFilter.Builder(boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.Builder
StemmerOverrideFilter.StemmerOverrideMap - Class in org.apache.lucene.analysis.miscellaneous
A read-only 4-byte FST backed map that allows fast case-insensitive key value lookups for StemmerOverrideFilter
StemmerOverrideFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
StemmerOverrideFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
Creates a new 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
Builds an analyzer which removes words in StopAnalyzer.ENGLISH_STOP_WORDS_SET.
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
Factory for StopFilter.
StopFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.StopFilterFactory
Creates a new 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
Analyzer for Swedish.
SwedishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
Builds an analyzer with the default stop words: SwedishAnalyzer.DEFAULT_STOPWORD_FILE.
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
A TokenFilter that applies SwedishLightStemmer to stem Swedish words.
SwedishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilter
 
SwedishLightStemFilterFactory - Class in org.apache.lucene.analysis.sv
SwedishLightStemFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilterFactory
Creates a new 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
Factory for SynonymFilter.
SynonymFilterFactory(Map<String, String>) - 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.

T

TATWEEL - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
TeeSinkTokenFilter - Class in org.apache.lucene.analysis.sinks
This TokenFilter provides the ability to set aside attribute states that have already been analyzed.
TeeSinkTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter
Instantiates a new TeeSinkTokenFilter.
TeeSinkTokenFilter.SinkFilter - Class in org.apache.lucene.analysis.sinks
A filter that decides which AttributeSource states to store in the sink.
TeeSinkTokenFilter.SinkFilter() - Constructor for class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
 
TeeSinkTokenFilter.SinkTokenStream - Class in org.apache.lucene.analysis.sinks
TokenStream output from a tee with optional filtering.
TEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
TEH_MARBUTA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
TEH_MARBUTA - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
termAtt - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
termAtt - Variable in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
TernaryTree - Class in org.apache.lucene.analysis.compound.hyphenation
Ternary Search Tree.
TernaryTree.Iterator - Class in org.apache.lucene.analysis.compound.hyphenation
 
TernaryTree.Iterator() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
ThaiAnalyzer - Class in org.apache.lucene.analysis.th
Analyzer for Thai language.
ThaiAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.th.ThaiAnalyzer
Builds an analyzer with the default stop words.
ThaiAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.th.ThaiAnalyzer
Builds an analyzer with the given stop words.
ThaiWordFilter - Class in org.apache.lucene.analysis.th
TokenFilter that use BreakIterator to break each Token that is Thai into separate Token(s) for each Thai word.
ThaiWordFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.th.ThaiWordFilter
Creates a new ThaiWordFilter with the specified match version.
ThaiWordFilterFactory - Class in org.apache.lucene.analysis.th
Factory for ThaiWordFilter.
ThaiWordFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.th.ThaiWordFilterFactory
Creates a new ThaiWordFilterFactory
toCharArray() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
TOKEN_SEPARATOR - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
The default string to use when joining adjacent tokens to form a shingle
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.standard.ClassicTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
String token types that correspond to token type int constants
TOKEN_TYPES - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
String token types that correspond to token type int constants
TokenFilterFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories that create TokenFilter instances.
TokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.TokenFilterFactory
Initialize this factory via a set of key-value pairs.
TokenizerFactory - Class in org.apache.lucene.analysis.util
Abstract parent class for analysis factories that create Tokenizer instances.
TokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.util.TokenizerFactory
Initialize this factory via a set of key-value pairs.
TokenOffsetPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Adds the OffsetAttribute.startOffset() and OffsetAttribute.endOffset() First 4 bytes are the start
TokenOffsetPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
TokenOffsetPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
TokenOffsetPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilterFactory
Creates a new TokenOffsetPayloadTokenFilterFactory
TokenRangeSinkFilter - Class in org.apache.lucene.analysis.sinks
Counts the tokens as they go by and saves to the internal list those between the range of lower and upper, exclusive of upper
TokenRangeSinkFilter(int, int) - Constructor for class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
tokens - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
TOKENS_ONLY - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Only output tokens
TokenTypeSinkFilter - Class in org.apache.lucene.analysis.sinks
Adds a token to the sink if it has a specific type.
TokenTypeSinkFilter(String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
toLowerCase(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharacterUtils
Converts each unicode codepoint to lowerCase via Character.toLowerCase(int) starting at the given offset.
toString() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
toString() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
 
toString() - Method in class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
 
toString() - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
toString() - Method in class org.apache.lucene.analysis.util.CharArraySet
 
toString() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
TrimFilter - Class in org.apache.lucene.analysis.miscellaneous
Trims leading and trailing whitespace from Tokens in the stream.
TrimFilter(TokenStream, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.TrimFilter
 
TrimFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for TrimFilter.
TrimFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
Creates a new TrimFilterFactory
trimToSize() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
trimToSize() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
trimToSize() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Each node stores a character (splitchar) which is part of some key(s).
TurkishAnalyzer - Class in org.apache.lucene.analysis.tr
Analyzer for Turkish.
TurkishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.tr.TurkishAnalyzer
Builds an analyzer with the default stop words: TurkishAnalyzer.DEFAULT_STOPWORD_FILE.
TurkishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.tr.TurkishAnalyzer
Builds an analyzer with the given stop words.
TurkishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.tr.TurkishAnalyzer
Builds an analyzer with the given stop words.
TurkishLowerCaseFilter - Class in org.apache.lucene.analysis.tr
Normalizes Turkish token text to lower case.
TurkishLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.tr.TurkishLowerCaseFilter
Create a new TurkishLowerCaseFilter, that normalizes Turkish token text to lower case.
TurkishLowerCaseFilterFactory - Class in org.apache.lucene.analysis.tr
TurkishLowerCaseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.tr.TurkishLowerCaseFilterFactory
Creates a new TurkishLowerCaseFilterFactory
TurkishStemmer - 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.
TurkishStemmer() - Constructor for class org.tartarus.snowball.ext.TurkishStemmer
 
txt - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
 
TYPE_SYNONYM - Static variable in class org.apache.lucene.analysis.synonym.SynonymFilter
 
TypeAsPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Makes the Token.type() a payload.
TypeAsPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
 
TypeAsPayloadTokenFilterFactory - Class in org.apache.lucene.analysis.payloads
TypeAsPayloadTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilterFactory
Creates a new TypeAsPayloadTokenFilterFactory
TYPES - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
 
TypeTokenFilter - Class in org.apache.lucene.analysis.core
Removes tokens whose types appear in a set of blocked types from a token stream.
TypeTokenFilter(boolean, TokenStream, Set<String>, boolean) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilter
 
TypeTokenFilter(boolean, TokenStream, Set<String>) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilter
 
TypeTokenFilterFactory - Class in org.apache.lucene.analysis.core
Factory class for TypeTokenFilter.
TypeTokenFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.TypeTokenFilterFactory
Creates a new TypeTokenFilterFactory

U

UAX29URLEmailAnalyzer - Class in org.apache.lucene.analysis.standard
Filters UAX29URLEmailTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
UAX29URLEmailAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Builds an analyzer with the given stop words.
UAX29URLEmailAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Builds an analyzer with the default stop words (UAX29URLEmailAnalyzer.STOP_WORDS_SET).
UAX29URLEmailAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
Builds an analyzer with the stop words from the given reader.
UAX29URLEmailTokenizer - Class in org.apache.lucene.analysis.standard
This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29 URLs and email addresses are also tokenized according to the relevant RFCs.
UAX29URLEmailTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
Creates a new instance of the UAX29URLEmailTokenizer.
UAX29URLEmailTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
Creates a new UAX29URLEmailTokenizer with a given AttributeSource.AttributeFactory
UAX29URLEmailTokenizerFactory - Class in org.apache.lucene.analysis.standard
UAX29URLEmailTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerFactory
Creates a new UAX29URLEmailTokenizerFactory
UAX29URLEmailTokenizerImpl - Class in org.apache.lucene.analysis.standard
This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29 URLs and email addresses are also tokenized according to the relevant RFCs.
UAX29URLEmailTokenizerImpl(Reader) - Constructor for class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Creates a new scanner There is also a java.io.InputStream version of this constructor.
UAX29URLEmailTokenizerImpl31 - Class in org.apache.lucene.analysis.standard.std31
Deprecated.
This class is only for exact backwards compatibility
UAX29URLEmailTokenizerImpl31(Reader) - Constructor for class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Creates a new scanner There is also a java.io.InputStream version of this constructor.
UAX29URLEmailTokenizerImpl34 - Class in org.apache.lucene.analysis.standard.std34
Deprecated.
This class is only for exact backwards compatibility
UAX29URLEmailTokenizerImpl34(Reader) - Constructor for class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Creates a new scanner There is also a java.io.InputStream version of this constructor.
UAX29URLEmailTokenizerImpl36 - Class in org.apache.lucene.analysis.standard.std36
Deprecated.
This class is only for exact backwards compatibility
UAX29URLEmailTokenizerImpl36(Reader) - Constructor for class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Creates a new scanner There is also a java.io.InputStream version of this constructor.
uniqueStems(char[], int) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer
Find the unique stem(s) of the provided word
unmodifiableMap(CharArrayMap<V>) - Static method in class org.apache.lucene.analysis.util.CharArrayMap
Returns an unmodifiable CharArrayMap.
unmodifiableSet(CharArraySet) - Static method in class org.apache.lucene.analysis.util.CharArraySet
Returns an unmodifiable CharArraySet.
unpackValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
unsafeWrite(char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
unsafeWrite(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
unsafeWrite(char[], int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
UNTOKENIZED_ONLY - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Only output untokenized tokens, which are tokens that would normally be split into several tokens
UNTOKENIZED_TOKEN_FLAG - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
This flag is used to indicate that the produced "Token" would, if WikipediaTokenizer.TOKENS_ONLY was used, produce multiple tokens.
updateInputToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
updateOffsets - Variable in class org.apache.lucene.analysis.miscellaneous.TrimFilterFactory
 
updateSuffixToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
updateSuffixToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
The default implementation adds last prefix token end offset to the suffix token start and end offsets.
UPPER - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
URL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
 
URL_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 

V

valueOf(String) - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
Returns an array containing the constants of this enum type, in the order they are declared.
vspace - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
value space: stores the interletter values

W

WAW - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
WHITESPACE_PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Deprecated.
"\\s+"; Divides text at whitespaces (Character.isWhitespace(c))
WhitespaceAnalyzer - Class in org.apache.lucene.analysis.core
An Analyzer that uses WhitespaceTokenizer.
WhitespaceAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.WhitespaceAnalyzer
Creates a new WhitespaceAnalyzer
WhitespaceTokenizer - Class in org.apache.lucene.analysis.core
A WhitespaceTokenizer is a tokenizer that divides text at whitespace.
WhitespaceTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.WhitespaceTokenizer
Construct a new WhitespaceTokenizer.
WhitespaceTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.core.WhitespaceTokenizer
Construct a new WhitespaceTokenizer using a given AttributeSource.AttributeFactory.
WhitespaceTokenizerFactory - Class in org.apache.lucene.analysis.core
Factory for WhitespaceTokenizer.
WhitespaceTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.core.WhitespaceTokenizerFactory
Creates a new WhitespaceTokenizerFactory
WikipediaTokenizer - Class in org.apache.lucene.analysis.wikipedia
Extension of StandardTokenizer that is aware of Wikipedia syntax.
WikipediaTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(Reader, int, Set<String>) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizer(AttributeSource.AttributeFactory, Reader, int, Set<String>) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
Creates a new instance of the WikipediaTokenizer.
WikipediaTokenizerFactory - Class in org.apache.lucene.analysis.wikipedia
Factory for WikipediaTokenizer.
WikipediaTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.wikipedia.WikipediaTokenizerFactory
Creates a new WikipediaTokenizerFactory
WORD_SEPARATOR - Static variable in class org.apache.lucene.analysis.synonym.SynonymMap
for multiword support, you must separate words with this separator
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
Deprecated.
Alphanumeric sequences
WORD_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
Alphanumeric sequences
WordDelimiterFilter - Class in org.apache.lucene.analysis.miscellaneous
Splits words into subwords and performs optional transformations on subword groups.
WordDelimiterFilter(TokenStream, byte[], int, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Creates a new WordDelimiterFilter
WordDelimiterFilter(TokenStream, int, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
Creates a new WordDelimiterFilter using WordDelimiterIterator.DEFAULT_WORD_DELIM_TABLE as its charTypeTable
WordDelimiterFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
Factory for WordDelimiterFilter.
WordDelimiterFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
Creates a new WordDelimiterFilterFactory
WordDelimiterIterator - Class in org.apache.lucene.analysis.miscellaneous
A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.
WordlistLoader - Class in org.apache.lucene.analysis.util
Loader for text files that represent a list of stopwords.
WordnetSynonymParser - Class in org.apache.lucene.analysis.synonym
Parser for wordnet prolog format
WordnetSynonymParser(boolean, boolean, Analyzer) - Constructor for class org.apache.lucene.analysis.synonym.WordnetSynonymParser
 
words - Variable in class org.apache.lucene.analysis.synonym.SynonymMap
map<ord, outputword>
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
wrapComponents(String, Analyzer.TokenStreamComponents) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
write(char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(char[]) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(char[], int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(OpenStringBuilder) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
write(String) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 

Y

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.
A B C D E F G H I J K L M N O P Q R S T U V W Y 

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