Implementations of the SinkTokenizer that might be useful.
- packValues(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
- 
Packs the values by storing them in 4 bits, two values into a byte Values
 range is from 0 to 9.
 
- parse(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
- 
Parses a hyphenation pattern file.
 
- parse(File) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
- 
Parses a hyphenation pattern file.
 
- parse(InputSource) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
- 
Parses a hyphenation pattern file.
 
- parse(Class<? extends RSLPStemmerBase>, String) - Static method in class org.apache.lucene.analysis.pt.RSLPStemmerBase
 
- 
Parse a resource file into an RSLP stemmer description.
 
- parseRules(List<String>, NormalizeCharMap.Builder) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
-  
 
- parseString(String) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilterFactory
 
-  
 
- PathHierarchyTokenizer - Class in org.apache.lucene.analysis.path
 
- 
Tokenizer for path-like hierarchies.
 
- PathHierarchyTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- PathHierarchyTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- PathHierarchyTokenizer(Reader, int, char) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- PathHierarchyTokenizer(Reader, char, char) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- PathHierarchyTokenizer(Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- PathHierarchyTokenizer(Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- PathHierarchyTokenizerFactory - Class in org.apache.lucene.analysis.path
 
- 
 
- PathHierarchyTokenizerFactory() - Constructor for class org.apache.lucene.analysis.path.PathHierarchyTokenizerFactory
 
-  
 
- PATTERN - Static variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
-  
 
- pattern - Variable in class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
-  
 
- PatternAnalyzer - Class in org.apache.lucene.analysis.miscellaneous
 
- 
Deprecated.
(4.0) use the pattern-based analysis in the analysis/pattern package instead.
 
 
- PatternAnalyzer(Version, Pattern, boolean, CharArraySet) - Constructor for class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
 
- 
Deprecated.
Constructs a new instance with the given parameters.
 
- PatternConsumer - Interface in org.apache.lucene.analysis.compound.hyphenation
 
- 
This interface is used to connect the XML pattern file parser to the
 hyphenation tree.
 
- PatternParser - Class in org.apache.lucene.analysis.compound.hyphenation
 
- 
A SAX document handler to read and parse hyphenation patterns from a XML
 file.
 
- PatternParser() - Constructor for class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
-  
 
- PatternParser(PatternConsumer) - Constructor for class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
-  
 
- PatternReplaceCharFilter - Class in org.apache.lucene.analysis.pattern
 
- 
CharFilter that uses a regular expression for the target of replace string.
 
- PatternReplaceCharFilter(Pattern, String, Reader) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
-  
 
- PatternReplaceCharFilter(Pattern, String, int, String, Reader) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
- 
Deprecated.
 
- PatternReplaceCharFilterFactory - Class in org.apache.lucene.analysis.pattern
 
- 
 
- PatternReplaceCharFilterFactory() - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceCharFilterFactory
 
-  
 
- PatternReplaceFilter - Class in org.apache.lucene.analysis.pattern
 
- 
A TokenFilter which applies a Pattern to each token in the stream,
 replacing match occurances with the specified replacement string.
 
- PatternReplaceFilter(TokenStream, Pattern, String, boolean) - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilter
 
- 
Constructs an instance to replace either the first, or all occurances
 
- PatternReplaceFilterFactory - Class in org.apache.lucene.analysis.pattern
 
- 
 
- PatternReplaceFilterFactory() - Constructor for class org.apache.lucene.analysis.pattern.PatternReplaceFilterFactory
 
-  
 
- PatternTokenizer - Class in org.apache.lucene.analysis.pattern
 
- 
This tokenizer uses regex pattern matching to construct distinct tokens
 for the input stream.
 
- PatternTokenizer(Reader, Pattern, int) - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizer
 
- 
creates a new PatternTokenizer returning tokens from group (-1 for split functionality)
 
- PatternTokenizerFactory - Class in org.apache.lucene.analysis.pattern
 
- 
 
- PatternTokenizerFactory() - Constructor for class org.apache.lucene.analysis.pattern.PatternTokenizerFactory
 
-  
 
- PayloadEncoder - Interface in org.apache.lucene.analysis.payloads
 
- 
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to
 
BytesRef.
 
 
- PayloadHelper - Class in org.apache.lucene.analysis.payloads
 
- 
Utility methods for encoding payloads.
 
- PayloadHelper() - Constructor for class org.apache.lucene.analysis.payloads.PayloadHelper
 
-  
 
- PerFieldAnalyzerWrapper - Class in org.apache.lucene.analysis.miscellaneous
 
- 
This analyzer is used to facilitate scenarios where different
 fields require different analysis techniques.
 
- PerFieldAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
 
- 
Constructs with default analyzer.
 
- PerFieldAnalyzerWrapper(Analyzer, Map<String, Analyzer>) - Constructor for class org.apache.lucene.analysis.miscellaneous.PerFieldAnalyzerWrapper
 
- 
Constructs with default analyzer and a map of analyzers to use for 
 specific fields.
 
- PersianAnalyzer - Class in org.apache.lucene.analysis.fa
 
- 
 
- PersianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 
- 
 
- PersianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
 
- 
Builds an analyzer with the given stop words
 
- PersianCharFilter - Class in org.apache.lucene.analysis.fa
 
- 
CharFilter that replaces instances of Zero-width non-joiner with an
 ordinary space.
 
- PersianCharFilter(Reader) - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilter
 
-  
 
- PersianCharFilterFactory - Class in org.apache.lucene.analysis.fa
 
- 
 
- PersianCharFilterFactory() - Constructor for class org.apache.lucene.analysis.fa.PersianCharFilterFactory
 
-  
 
- PersianNormalizationFilter - Class in org.apache.lucene.analysis.fa
 
- 
 
- PersianNormalizationFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilter
 
-  
 
- PersianNormalizationFilterFactory - Class in org.apache.lucene.analysis.fa
 
- 
 
- PersianNormalizationFilterFactory() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizationFilterFactory
 
-  
 
- PersianNormalizer - Class in org.apache.lucene.analysis.fa
 
- 
Normalizer for Persian.
 
- PersianNormalizer() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizer
 
-  
 
- PorterStemFilter - Class in org.apache.lucene.analysis.en
 
- 
Transforms the token stream as per the Porter stemming algorithm.
 
- PorterStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.en.PorterStemFilter
 
-  
 
- PorterStemFilterFactory - Class in org.apache.lucene.analysis.en
 
- 
 
- PorterStemFilterFactory() - Constructor for class org.apache.lucene.analysis.en.PorterStemFilterFactory
 
-  
 
- PorterStemmer - Class in org.tartarus.snowball.ext
 
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script.
 
- PorterStemmer() - Constructor for class org.tartarus.snowball.ext.PorterStemmer
 
-  
 
- PortugueseAnalyzer - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
 
- 
 
- PortugueseAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- PortugueseAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.pt.PortugueseAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- PortugueseLightStemFilter - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilter
 
-  
 
- PortugueseLightStemFilterFactory - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemFilterFactory
 
-  
 
- PortugueseLightStemmer - Class in org.apache.lucene.analysis.pt
 
- 
Light Stemmer for Portuguese
 
- PortugueseLightStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseLightStemmer
 
-  
 
- PortugueseMinimalStemFilter - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseMinimalStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilter
 
-  
 
- PortugueseMinimalStemFilterFactory - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseMinimalStemFilterFactory() - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemFilterFactory
 
-  
 
- PortugueseMinimalStemmer - Class in org.apache.lucene.analysis.pt
 
- 
Minimal Stemmer for Portuguese
 
- PortugueseMinimalStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
 
-  
 
- PortugueseStemFilter - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilter
 
-  
 
- PortugueseStemFilterFactory - Class in org.apache.lucene.analysis.pt
 
- 
 
- PortugueseStemFilterFactory() - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemFilterFactory
 
-  
 
- PortugueseStemmer - Class in org.apache.lucene.analysis.pt
 
- 
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa)
 algorithm.
 
- PortugueseStemmer() - Constructor for class org.apache.lucene.analysis.pt.PortugueseStemmer
 
-  
 
- PortugueseStemmer - Class in org.tartarus.snowball.ext
 
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script.
 
- PortugueseStemmer() - Constructor for class org.tartarus.snowball.ext.PortugueseStemmer
 
-  
 
- PositionFilter - Class in org.apache.lucene.analysis.position
 
- 
Set the positionIncrement of all tokens to the "positionIncrement",
 except the first return token which retains its original positionIncrement value.
 
- PositionFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
 
- 
Constructs a PositionFilter that assigns a position increment of zero to
 all but the first token from the given input stream.
 
- PositionFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.position.PositionFilter
 
- 
Constructs a PositionFilter that assigns the given position increment to
 all but the first token from the given input stream.
 
- PositionFilterFactory - Class in org.apache.lucene.analysis.position
 
- 
 
- PositionFilterFactory() - Constructor for class org.apache.lucene.analysis.position.PositionFilterFactory
 
-  
 
- postBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
-  
 
- preBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
-  
 
- PrefixAndSuffixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
 
- 
 
- PrefixAndSuffixAwareTokenFilter(TokenStream, TokenStream, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
-  
 
- PrefixAwareTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
 
- 
Joins two token streams and leaves the last token of the first stream available
 to be used when updating the token values in the second stream based on that token.
 
- PrefixAwareTokenFilter(TokenStream, TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
-  
 
- prefixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
-  
 
- PRESERVE_ORIGINAL - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
- 
Causes original words are preserved and added to the subword list (Defaults to false)
 
 "500-42" => "500" "42" "500-42"
 
 
- previous() - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
-  
 
- printStats(PrintStream) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
-  
 
- printStats(PrintStream) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
-  
 
- PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.miscellaneous.KeywordMarkerFilterFactory
 
-  
 
- PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilterFactory
 
-  
 
- PROTECTED_TOKENS - Static variable in class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
 
-  
 
- PUA_EC00_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Example marker character: U+EC00 (PRIVATE USE AREA: EC00)
 
- put(int, byte) - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
-  
 
- put(int, char) - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
-  
 
- put(CharSequence, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
- 
Add the given mapping.
 
- put(Object, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
-  
 
- put(String, V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
- 
Add the given mapping.
 
- put(char[], V) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
- 
Add the given mapping.
 
- read() - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
 
-  
 
- read(char[], int, int) - Method in class org.apache.lucene.analysis.charfilter.HTMLStripCharFilter
 
-  
 
- read() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
 
-  
 
- read(char[], int, int) - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
 
-  
 
- read(char[], int, int) - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
 
-  
 
- read() - Method in class org.apache.lucene.analysis.fa.PersianCharFilter
 
-  
 
- read(char[], int, int) - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
-  
 
- read() - Method in class org.apache.lucene.analysis.pattern.PatternReplaceCharFilter
 
-  
 
- readToken(StringBuffer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
-  
 
- reloadCharFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.CharFilterFactory
 
- 
 
- reloadTokenFilters(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenFilterFactory
 
- 
 
- reloadTokenizers(ClassLoader) - Static method in class org.apache.lucene.analysis.util.TokenizerFactory
 
- 
 
- remove() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
 
-  
 
- remove(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
-  
 
- remove(Object) - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
-  
 
- RemoveDuplicatesTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
 
- 
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
 
- RemoveDuplicatesTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
 
- 
Creates a new RemoveDuplicatesTokenFilter
 
- RemoveDuplicatesTokenFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
 
- 
 
- RemoveDuplicatesTokenFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilterFactory
 
-  
 
- replace(char[], int) - Method in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
-  
 
- replace_s(int, int, CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
-  
 
- replacement - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
-  
 
- reserve(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.charfilter.MappingCharFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.cjk.CJKBigramFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
- 
Deprecated.
  
- reset() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
- 
Deprecated.
  
- reset() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsFilter
 
- reset() - Method in class org.apache.lucene.analysis.commongrams.CommonGramsQueryFilter
 
- reset() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.core.KeywordTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.hunspell.HunspellStemFilter
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.HyphenatedWordsFilter
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.LimitTokenCountFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.RemoveDuplicatesTokenFilter
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
- reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.path.PathHierarchyTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.pattern.PatternTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.position.PositionFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter
 
- 
 
- reset() - Method in class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.synonym.SynonymFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer
 
- 
Resets the CharacterBuffer.
 
- reset() - Method in class org.apache.lucene.analysis.util.CharTokenizer
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
-  
 
- reset() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- reset(Reader) - Method in class org.apache.lucene.analysis.util.RollingCharBuffer
 
- 
Clear array and switch to new reader.
 
- reset() - Method in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
-  
 
- resize(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- resolveEntity(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
-  
 
- ResourceLoader - Interface in org.apache.lucene.analysis.util
 
- 
Abstraction for loading resources (streams, files, and classes).
 
- ResourceLoaderAware - Interface in org.apache.lucene.analysis.util
 
- 
Interface for a component that needs to be initialized by
 an implementation of 
ResourceLoader.
 
 
- result - Variable in class org.tartarus.snowball.Among
 
-  
 
- reverse(Version, String) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Reverses the given input string
 
- reverse(Version, char[]) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Reverses the given input buffer in-place
 
- reverse(Version, char[], int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Partially reverses the given input buffer in-place from offset 0
 up to the given length.
 
- reverse(Version, char[], int, int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Partially reverses the given input buffer in-place from the given offset
 up to the given length.
 
- ReversePathHierarchyTokenizer - Class in org.apache.lucene.analysis.path
 
- 
Tokenizer for domain-like hierarchies.
 
- ReversePathHierarchyTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, int, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, char, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, int, char, char) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReversePathHierarchyTokenizer(Reader, int, char, char, int) - Constructor for class org.apache.lucene.analysis.path.ReversePathHierarchyTokenizer
 
-  
 
- ReverseStringFilter - Class in org.apache.lucene.analysis.reverse
 
- 
Reverse token string, for example "country" => "yrtnuoc".
 
- ReverseStringFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Create a new ReverseStringFilter that reverses all tokens in the 
 supplied 
TokenStream.
 
 
- ReverseStringFilter(Version, TokenStream, char) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Create a new ReverseStringFilter that reverses and marks all tokens in the
 supplied 
TokenStream.
 
 
- ReverseStringFilterFactory - Class in org.apache.lucene.analysis.reverse
 
- 
 
- ReverseStringFilterFactory() - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilterFactory
 
-  
 
- rewind() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
-  
 
- RollingCharBuffer - Class in org.apache.lucene.analysis.util
 
- 
Acts like a forever growing char[] as you read
  characters into it from the provided reader, but
  internally it uses a circular buffer to only hold the
  characters that haven't been freed yet.
 
- RollingCharBuffer() - Constructor for class org.apache.lucene.analysis.util.RollingCharBuffer
 
-  
 
- RomanianAnalyzer - Class in org.apache.lucene.analysis.ro
 
- 
 
- RomanianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
 
- 
 
- RomanianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- RomanianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ro.RomanianAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- RomanianStemmer - Class in org.tartarus.snowball.ext
 
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script.
 
- RomanianStemmer() - Constructor for class org.tartarus.snowball.ext.RomanianStemmer
 
-  
 
- root - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
-  
 
- RSLPStemmerBase - Class in org.apache.lucene.analysis.pt
 
- 
Base class for stemmers that use a set of RSLP-like stemming steps.
 
- RSLPStemmerBase() - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase
 
-  
 
- RSLPStemmerBase.Rule - Class in org.apache.lucene.analysis.pt
 
- 
A basic rule, with no exceptions.
 
- RSLPStemmerBase.Rule(String, int, String) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
- 
Create a rule.
 
- RSLPStemmerBase.RuleWithSetExceptions - Class in org.apache.lucene.analysis.pt
 
- 
A rule with a set of whole-word exceptions.
 
- RSLPStemmerBase.RuleWithSetExceptions(String, int, String, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSetExceptions
 
-  
 
- RSLPStemmerBase.RuleWithSuffixExceptions - Class in org.apache.lucene.analysis.pt
 
- 
A rule with a set of exceptional suffixes.
 
- RSLPStemmerBase.RuleWithSuffixExceptions(String, int, String, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.RuleWithSuffixExceptions
 
-  
 
- RSLPStemmerBase.Step - Class in org.apache.lucene.analysis.pt
 
- 
A step containing a list of rules.
 
- RSLPStemmerBase.Step(String, RSLPStemmerBase.Rule[], int, String[]) - Constructor for class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
- 
Create a new step
 
- RTL_DIRECTION_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Example marker character: U+200F (RIGHT-TO-LEFT MARK)
 
- rules - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
-  
 
- RussianAnalyzer - Class in org.apache.lucene.analysis.ru
 
- 
 
- RussianAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 
-  
 
- RussianAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 
- 
Builds an analyzer with the given stop words
 
- RussianAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
 
- 
Builds an analyzer with the given stop words
 
- RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
 
- 
Deprecated.
(3.1) Use 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, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
- 
Deprecated.
 
- RussianLetterTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
- 
Deprecated.
 
- RussianLetterTokenizerFactory - Class in org.apache.lucene.analysis.ru
 
- 
 
- RussianLetterTokenizerFactory() - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory
 
- 
Deprecated.
  
- RussianLightStemFilter - Class in org.apache.lucene.analysis.ru
 
- 
 
- RussianLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilter
 
-  
 
- RussianLightStemFilterFactory - Class in org.apache.lucene.analysis.ru
 
- 
 
- RussianLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemFilterFactory
 
-  
 
- RussianLightStemmer - Class in org.apache.lucene.analysis.ru
 
- 
Light Stemmer for Russian.
 
- RussianLightStemmer() - Constructor for class org.apache.lucene.analysis.ru.RussianLightStemmer
 
-  
 
- RussianStemmer - Class in org.tartarus.snowball.ext
 
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script.
 
- RussianStemmer() - Constructor for class org.tartarus.snowball.ext.RussianStemmer
 
-  
 
- s - Variable in class org.tartarus.snowball.Among
 
-  
 
- s_size - Variable in class org.tartarus.snowball.Among
 
-  
 
- sc - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
- 
 The character stored in this node: splitchar.
 
- searchPatterns(char[], int, byte[]) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
- 
 Search for all possible partial matches of word starting at index an update
 interletter values.
 
- set(char[], int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- setAppend(String) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
 
- 
Sets the append defined for the affix
 
- setAppendFlags(char[]) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
 
- 
Sets the flags defined for the affix append
 
- setCharAt(int, char) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- setCondition(String, String) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
 
- 
Sets the condition that must be met before the affix can be applied
 
- setConsumer(PatternConsumer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
-  
 
- setCrossProduct(boolean) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
 
- 
Sets whether the affix is defined as cross product
 
- setCurrent(String) - Method in class org.tartarus.snowball.SnowballProgram
 
- 
Set the current string.
 
- setCurrent(char[], int) - Method in class org.tartarus.snowball.SnowballProgram
 
- 
Set the current string.
 
- setEnablePositionIncrements(boolean) - Method in class org.apache.lucene.analysis.util.FilteringTokenFilter
 
- 
If true, this TokenFilter will preserve
 positions of the incoming tokens (ie, accumulate and
 set position increments of the removed tokens).
 
- setFlag(char) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
 
- 
Sets the affix flag
 
- setIgnoreCase(boolean) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
-  
 
- setIndex(int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
-  
 
- setLength(int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- setLuceneMatchVersion(Version) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
-  
 
- setMaxShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Set the max shingle size (default: 2)
 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.ClassicAnalyzer
 
- 
Set maximum allowed token length.
 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.ClassicTokenizer
 
- 
Set the max allowed token length.
 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
 
- 
Set maximum allowed token length.
 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
 
- 
Set the max allowed token length.
 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
 
- 
Set maximum allowed token length.
 
- setMaxTokenLength(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
- 
Set the max allowed token length.
 
- setMinShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Set the min shingle size (default: 2).
 
- setOutputUnigrams(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Shall the output stream contain the input tokens (unigrams) as well as
 shingles? (default: true.)
 
- setOutputUnigramsIfNoShingles(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Shall we override the behavior of outputUnigrams==false for those
 times when no shingles are available (because there are fewer than
 minShingleSize tokens in the input stream)? (default: false.)
 
- setPrefix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
-  
 
- setStemDictionary(HashMap<?, ?>) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
 
- 
Deprecated.
Set dictionary for stemming, this dictionary overrules the algorithm,
 so you can correct for a particular unwanted word-stem pair.
 
- setStemmer(GermanStemmer) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
 
- 
 
- setStemmer(FrenchStemmer) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
 
- 
Deprecated.
 
- setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
 
- 
Deprecated.
 
- setStrip(String) - Method in class org.apache.lucene.analysis.hunspell.HunspellAffix
 
- 
Sets the stripping characters defined for the affix
 
- setSuffix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
-  
 
- setText(char[], int, int) - Method in class org.apache.lucene.analysis.util.CharArrayIterator
 
- 
Set a new region of text to be examined by this iterator
 
- setToken(Token) - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
-  
 
- setTokenSeparator(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Sets the string to use when joining adjacent tokens to form a shingle
 
- setTokenType(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Set the type of the shingle tokens produced by this filter.
 
- setValue(V) - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntryIterator
 
- 
sets the value associated with the last key returned
 
- setWords(Set<String>) - Method in class org.apache.lucene.analysis.miscellaneous.KeepWordFilterFactory
 
- 
Set the keep word list.
 
- SHADDA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
-  
 
- ShingleAnalyzerWrapper - Class in org.apache.lucene.analysis.shingle
 
- 
 
- ShingleAnalyzerWrapper(Analyzer) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
-  
 
- ShingleAnalyzerWrapper(Analyzer, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
-  
 
- ShingleAnalyzerWrapper(Analyzer, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
-  
 
- ShingleAnalyzerWrapper(Analyzer, int, int, String, boolean, boolean) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
- 
Creates a new ShingleAnalyzerWrapper
 
- ShingleAnalyzerWrapper(Version) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
- 
 
- ShingleAnalyzerWrapper(Version, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
- 
 
- ShingleFilter - Class in org.apache.lucene.analysis.shingle
 
- 
A ShingleFilter constructs shingles (token n-grams) from a token stream.
 
- ShingleFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
 
- 
Constructs a ShingleFilter with the specified shingle size from the
 
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
 
- 
 
- ShingleFilterFactory() - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilterFactory
 
-  
 
- SimpleAnalyzer - Class in org.apache.lucene.analysis.core
 
- 
 
- SimpleAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.SimpleAnalyzer
 
- 
 
- SINGLE_TYPE - Static variable in class org.apache.lucene.analysis.cjk.CJKBigramFilter
 
- 
when we emit a unigram, its then marked as this type
 
- SingleTokenTokenStream - Class in org.apache.lucene.analysis.miscellaneous
 
- 
 
- SingleTokenTokenStream(Token) - Constructor for class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
-  
 
- size() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
-  
 
- size() - Method in class org.apache.lucene.analysis.util.CharArrayMap.EntrySet
 
-  
 
- size() - Method in class org.apache.lucene.analysis.util.CharArrayMap
 
-  
 
- size() - Method in class org.apache.lucene.analysis.util.CharArraySet
 
-  
 
- size() - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- slice_check() - Method in class org.tartarus.snowball.SnowballProgram
 
-  
 
- slice_del() - Method in class org.tartarus.snowball.SnowballProgram
 
-  
 
- slice_from(CharSequence) - Method in class org.tartarus.snowball.SnowballProgram
 
-  
 
- slice_to(StringBuilder) - Method in class org.tartarus.snowball.SnowballProgram
 
-  
 
- SnowballAnalyzer - Class in org.apache.lucene.analysis.snowball
 
- 
Deprecated.
(3.1) Use the language-specific analyzer in modules/analysis instead. 
 This analyzer will be removed in Lucene 5.0
 
 
- SnowballAnalyzer(Version, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
 
- 
Deprecated.
Builds the named analyzer with no stop words.
 
- SnowballAnalyzer(Version, String, CharArraySet) - Constructor for class org.apache.lucene.analysis.snowball.SnowballAnalyzer
 
- 
Deprecated.
Builds the named analyzer with the given stop words.
 
- SnowballFilter - Class in org.apache.lucene.analysis.snowball
 
- 
A filter that stems words using a Snowball-generated stemmer.
 
- SnowballFilter(TokenStream, SnowballProgram) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
 
-  
 
- SnowballFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.snowball.SnowballFilter
 
- 
Construct the named stemming filter.
 
- SnowballPorterFilterFactory - Class in org.apache.lucene.analysis.snowball
 
- 
 
- SnowballPorterFilterFactory() - Constructor for class org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory
 
-  
 
- SnowballProgram - Class in org.tartarus.snowball
 
- 
This is the rev 502 of the Snowball SVN trunk,
 but modified:
 made abstract and introduced abstract method stem to avoid expensive reflection in filter class.
 
- SnowballProgram() - Constructor for class org.tartarus.snowball.SnowballProgram
 
-  
 
- SolrSynonymParser - Class in org.apache.lucene.analysis.synonym
 
- 
Parser for the Solr synonyms format.
 
- SolrSynonymParser(boolean, boolean, Analyzer) - Constructor for class org.apache.lucene.analysis.synonym.SolrSynonymParser
 
-  
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTH_EAST_ASIAN_TYPE - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Chars in class \p{Line_Break = Complex_Context} are from South East Asian
 scripts (Thai, Lao, Myanmar, Khmer, etc.).
 
- SOUTHEAST_ASIAN - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
 
-  
 
- SOUTHEAST_ASIAN - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizer
 
-  
 
- SpanishAnalyzer - Class in org.apache.lucene.analysis.es
 
- 
 
- SpanishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
 
- 
 
- SpanishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- SpanishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.es.SpanishAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- SpanishLightStemFilter - Class in org.apache.lucene.analysis.es
 
- 
 
- SpanishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilter
 
-  
 
- SpanishLightStemFilterFactory - Class in org.apache.lucene.analysis.es
 
- 
 
- SpanishLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemFilterFactory
 
-  
 
- SpanishLightStemmer - Class in org.apache.lucene.analysis.es
 
- 
Light Stemmer for Spanish
 
- SpanishLightStemmer() - Constructor for class org.apache.lucene.analysis.es.SpanishLightStemmer
 
-  
 
- SpanishStemmer - Class in org.tartarus.snowball.ext
 
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script.
 
- SpanishStemmer() - Constructor for class org.tartarus.snowball.ext.SpanishStemmer
 
-  
 
- SPLIT_ON_CASE_CHANGE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
- 
If not set, causes case changes to be ignored (subwords will only be generated
 given SUBWORD_DELIM tokens)
 
- SPLIT_ON_NUMERICS - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
- 
If not set, causes numeric changes to be ignored (subwords will only be generated
 given SUBWORD_DELIM tokens).
 
- splitFileNames(String) - Method in class org.apache.lucene.analysis.util.AbstractAnalysisFactory
 
- 
Splits file names separated by comma character.
 
- StandardAnalyzer - Class in org.apache.lucene.analysis.standard
 
- 
 
- StandardAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- StandardAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 
- 
 
- StandardAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
 
- 
Builds an analyzer with the stop words from the given reader.
 
- StandardFilter - Class in org.apache.lucene.analysis.standard
 
- 
 
- StandardFilter(Version, TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
 
-  
 
- StandardFilterFactory - Class in org.apache.lucene.analysis.standard
 
- 
 
- StandardFilterFactory() - Constructor for class org.apache.lucene.analysis.standard.StandardFilterFactory
 
-  
 
- StandardTokenizer - Class in org.apache.lucene.analysis.standard
 
- 
A grammar-based tokenizer constructed with JFlex.
 
- StandardTokenizer(Version, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
 
- 
 
- StandardTokenizer(Version, AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
 
- 
 
- StandardTokenizer(Version, AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
 
- 
 
- StandardTokenizerFactory - Class in org.apache.lucene.analysis.standard
 
- 
 
- StandardTokenizerFactory() - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerFactory
 
-  
 
- StandardTokenizerImpl - Class in org.apache.lucene.analysis.standard
 
- 
 
- StandardTokenizerImpl(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Creates a new scanner
 There is also a java.io.InputStream version of this constructor.
 
- StandardTokenizerImpl31 - Class in org.apache.lucene.analysis.standard.std31
 
- 
Deprecated.
This class is only for exact backwards compatibility
 
 
- StandardTokenizerImpl31(Reader) - Constructor for class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Creates a new scanner
 There is also a java.io.InputStream version of this constructor.
 
- StandardTokenizerImpl34 - Class in org.apache.lucene.analysis.standard.std34
 
- 
Deprecated.
This class is only for exact backwards compatibility
 
 
- StandardTokenizerImpl34(Reader) - Constructor for class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Creates a new scanner
 There is also a java.io.InputStream version of this constructor.
 
- StandardTokenizerInterface - Interface in org.apache.lucene.analysis.standard
 
- 
Internal interface for supporting versioned grammars.
 
- START_OF_HEADING_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
- 
Example marker character: U+0001 (START OF HEADING)
 
- startElement(String, String, String, Attributes) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
-  
 
- startOffset - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase.CompoundToken
 
-  
 
- startsWith(char[], int, String) - Static method in class org.apache.lucene.analysis.util.StemmerUtil
 
- 
Returns true if the character array starts with the suffix.
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
 
- 
Stem an input buffer of Arabic text.
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.bg.BulgarianStemmer
 
- 
Stem an input buffer of Bulgarian text.
 
- stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
 
- 
Stems the given term to an unique discriminator.
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.cz.CzechStemmer
 
- 
Stem an input buffer of Czech text.
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.de.GermanLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.de.GermanMinimalStemmer
 
-  
 
- stem(String) - Method in class org.apache.lucene.analysis.de.GermanStemmer
 
- 
Stemms the given term to an unique discriminator.
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.el.GreekStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.en.EnglishMinimalStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.es.SpanishLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.fi.FinnishLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.fr.FrenchLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.fr.FrenchMinimalStemmer
 
-  
 
- stem(String) - Method in class org.apache.lucene.analysis.fr.FrenchStemmer
 
- 
Deprecated.
Stems the given term to a unique discriminator.
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.gl.GalicianMinimalStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.gl.GalicianStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.hi.HindiStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.hu.HungarianLightStemmer
 
-  
 
- stem(String) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer
 
- 
Find the stem(s) of the provided word
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.hunspell.HunspellStemmer
 
- 
Find the stem(s) of the provided word
 
- stem(char[], int, boolean) - Method in class org.apache.lucene.analysis.id.IndonesianStemmer
 
- 
Stem a term (returning its new length).
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.it.ItalianLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.lv.LatvianStemmer
 
- 
Stem a latvian word.
 
- stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
 
- 
Deprecated.
  
- stem(char[], int) - Method in class org.apache.lucene.analysis.no.NorwegianLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.no.NorwegianMinimalStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.pt.PortugueseStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.ru.RussianLightStemmer
 
-  
 
- stem(char[], int) - Method in class org.apache.lucene.analysis.sv.SwedishLightStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.ArmenianStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.BasqueStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.CatalanStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.DanishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.DutchStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.EnglishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.FinnishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.FrenchStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.German2Stemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.GermanStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.HungarianStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.IrishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.ItalianStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.KpStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.LovinsStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.NorwegianStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.PorterStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.PortugueseStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.RomanianStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.RussianStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.SpanishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.SwedishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.ext.TurkishStemmer
 
-  
 
- stem() - Method in class org.tartarus.snowball.SnowballProgram
 
-  
 
- STEM_ENGLISH_POSSESSIVE - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
- 
Causes trailing "'s" to be removed for each subword
 
 "O'Neil's" => "O", "Neil"
 
 
- StemmerOverrideFilter - Class in org.apache.lucene.analysis.miscellaneous
 
- 
Provides the ability to override any 
KeywordAttribute aware stemmer
 with custom dictionary-based stemming.
 
 
- StemmerOverrideFilter(Version, TokenStream, CharArrayMap<String>) - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter
 
- 
Create a new StemmerOverrideFilter, performing dictionary-based stemming
 with the provided dictionary.
 
- StemmerOverrideFilterFactory - Class in org.apache.lucene.analysis.miscellaneous
 
- 
 
- StemmerOverrideFilterFactory() - Constructor for class org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilterFactory
 
-  
 
- StemmerUtil - Class in org.apache.lucene.analysis.util
 
- 
Some commonly-used stemming functions
 
- stemPrefix(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
 
- 
Stem a prefix off an Arabic word.
 
- stemSuffix(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
 
- 
Stem suffix(es) off an Arabic word.
 
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
 
- 
Deprecated.
  
- STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.ClassicAnalyzer
 
- 
An unmodifiable set containing some common English words that are usually not
  useful for searching.
 
- STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
 
- 
An unmodifiable set containing some common English words that are usually not
  useful for searching.
 
- STOP_WORDS_SET - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailAnalyzer
 
- 
An unmodifiable set containing some common English words that are usually not
  useful for searching.
 
- StopAnalyzer - Class in org.apache.lucene.analysis.core
 
- 
 
- StopAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
 
- 
 
- StopAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
 
- 
Builds an analyzer with the stop words from the given set.
 
- StopAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
 
- 
Builds an analyzer with the stop words from the given file.
 
- StopAnalyzer(Version, Reader) - Constructor for class org.apache.lucene.analysis.core.StopAnalyzer
 
- 
Builds an analyzer with the stop words from the given reader.
 
- StopFilter - Class in org.apache.lucene.analysis.core
 
- 
Removes stop words from a token stream.
 
- StopFilter(Version, TokenStream, CharArraySet) - Constructor for class org.apache.lucene.analysis.core.StopFilter
 
- 
Constructs a filter which removes words from the input TokenStream that are
 named in the Set.
 
- StopFilterFactory - Class in org.apache.lucene.analysis.core
 
- 
 
- StopFilterFactory() - Constructor for class org.apache.lucene.analysis.core.StopFilterFactory
 
-  
 
- stoplist - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
- 
This map stores hyphenation exceptions
 
- StopwordAnalyzerBase - Class in org.apache.lucene.analysis.util
 
- 
Base class for Analyzers that need to make use of stopword sets.
 
- StopwordAnalyzerBase(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.util.StopwordAnalyzerBase
 
- 
Creates a new instance initialized with the given stopword set
 
- StopwordAnalyzerBase(Version) - Constructor for class org.apache.lucene.analysis.util.StopwordAnalyzerBase
 
- 
Creates a new Analyzer with an empty stopword set
 
- stopwords - Variable in class org.apache.lucene.analysis.util.StopwordAnalyzerBase
 
- 
An immutable stopword set
 
- STOPWORDS_COMMENT - Static variable in class org.apache.lucene.analysis.fa.PersianAnalyzer
 
- 
The comment character in the stopwords file.
 
- strcmp(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
- 
Compares 2 null terminated char arrays
 
- strcmp(String, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
- 
Compares a string with null terminated char array
 
- strcpy(char[], int, char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
-  
 
- strlen(char[], int) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
-  
 
- strlen(char[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
-  
 
- SUB_HEADING - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
-  
 
- SUB_HEADING_ID - Static variable in class org.apache.lucene.analysis.wikipedia.WikipediaTokenizer
 
-  
 
- subSequence(int, int) - Method in class org.apache.lucene.analysis.util.OpenStringBuilder
 
-  
 
- substring_i - Variable in class org.tartarus.snowball.Among
 
-  
 
- SUBWORD_DELIM - Static variable in class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter
 
-  
 
- suffix - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Rule
 
-  
 
- suffixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
-  
 
- suffixes - Variable in class org.apache.lucene.analysis.pt.RSLPStemmerBase.Step
 
-  
 
- SUKUN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
-  
 
- SwedishAnalyzer - Class in org.apache.lucene.analysis.sv
 
- 
 
- SwedishAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
 
- 
 
- SwedishAnalyzer(Version, CharArraySet) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- SwedishAnalyzer(Version, CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.sv.SwedishAnalyzer
 
- 
Builds an analyzer with the given stop words.
 
- SwedishLightStemFilter - Class in org.apache.lucene.analysis.sv
 
- 
 
- SwedishLightStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilter
 
-  
 
- SwedishLightStemFilterFactory - Class in org.apache.lucene.analysis.sv
 
- 
 
- SwedishLightStemFilterFactory() - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemFilterFactory
 
-  
 
- SwedishLightStemmer - Class in org.apache.lucene.analysis.sv
 
- 
Light Stemmer for Swedish.
 
- SwedishLightStemmer() - Constructor for class org.apache.lucene.analysis.sv.SwedishLightStemmer
 
-  
 
- SwedishStemmer - Class in org.tartarus.snowball.ext
 
- 
This class was automatically generated by a Snowball to Java compiler 
 It implements the stemming algorithm defined by a snowball script.
 
- SwedishStemmer() - Constructor for class org.tartarus.snowball.ext.SwedishStemmer
 
-  
 
- SynonymFilter - Class in org.apache.lucene.analysis.synonym
 
- 
Matches single or multi word synonyms in a token stream.
 
- SynonymFilter(TokenStream, SynonymMap, boolean) - Constructor for class org.apache.lucene.analysis.synonym.SynonymFilter
 
-  
 
- SynonymFilterFactory - Class in org.apache.lucene.analysis.synonym
 
- 
 
- SynonymFilterFactory() - Constructor for class org.apache.lucene.analysis.synonym.SynonymFilterFactory
 
-  
 
- SynonymMap - Class in org.apache.lucene.analysis.synonym
 
- 
A map of synonyms, keys and values are phrases.
 
- SynonymMap(FST<BytesRef>, BytesRefHash, int) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap
 
-  
 
- SynonymMap.Builder - Class in org.apache.lucene.analysis.synonym
 
- 
Builds an FSTSynonymMap.
 
- SynonymMap.Builder(boolean) - Constructor for class org.apache.lucene.analysis.synonym.SynonymMap.Builder
 
- 
If dedup is true then identical rules (same input,
  same output) will be added only once.
 
- YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
-  
 
- YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
-  
 
- YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
-  
 
- YEH_BARREE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
-  
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Enters a new lexical state
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Enters a new lexical state
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Enters a new lexical state
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Enters a new lexical state
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Enters a new lexical state
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Enters a new lexical state
 
- yybegin(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Enters a new lexical state
 
- yychar() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
-  
 
- yychar() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
 
- 
Returns the current position.
 
- yychar() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
  
- yychar() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
  
- yychar() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
  
- yychar() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
  
- yychar() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
  
- yychar() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
-  
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Returns the character at position pos from the 
 matched text.
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Returns the character at position pos from the 
 matched text.
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Returns the character at position pos from the 
 matched text.
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Returns the character at position pos from the 
 matched text.
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Returns the character at position pos from the 
 matched text.
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Returns the character at position pos from the 
 matched text.
 
- yycharat(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Returns the character at position pos from the 
 matched text.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Closes the input stream.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Closes the input stream.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Closes the input stream.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Closes the input stream.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Closes the input stream.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Closes the input stream.
 
- yyclose() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Closes the input stream.
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
This character denotes the end of file
 
- YYEOF - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
 
- 
This character denotes the end of file
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
This character denotes the end of file
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
This character denotes the end of file
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
This character denotes the end of file
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
This character denotes the end of file
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
This character denotes the end of file
 
- YYEOF - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
This character denotes the end of file
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
lexical states
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
lexical states
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
lexical states
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
lexical states
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
lexical states
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
lexical states
 
- YYINITIAL - Static variable in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
lexical states
 
- yylength() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Returns the length of the matched text region.
 
- yylength() - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
 
- 
Returns the length of the matched text region.
 
- yylength() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Returns the length of the matched text region.
 
- yylength() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Returns the length of the matched text region.
 
- yylength() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Returns the length of the matched text region.
 
- yylength() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Returns the length of the matched text region.
 
- yylength() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Returns the length of the matched text region.
 
- yylength() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Returns the length of the matched text region.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Pushes the specified amount of characters back into the input stream.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Pushes the specified amount of characters back into the input stream.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Pushes the specified amount of characters back into the input stream.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Pushes the specified amount of characters back into the input stream.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Pushes the specified amount of characters back into the input stream.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Pushes the specified amount of characters back into the input stream.
 
- yypushback(int) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Pushes the specified amount of characters back into the input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in interface org.apache.lucene.analysis.standard.StandardTokenizerInterface
 
- 
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Resets the scanner to read from a new input stream.
 
- yyreset(Reader) - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Resets the scanner to read from a new input stream.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Returns the current lexical state.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Returns the current lexical state.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Returns the current lexical state.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Returns the current lexical state.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Returns the current lexical state.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Returns the current lexical state.
 
- yystate() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Returns the current lexical state.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerImpl
 
- 
Returns the text matched by the current regular expression.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31
 
- 
Deprecated.
Returns the text matched by the current regular expression.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31
 
- 
Deprecated.
Returns the text matched by the current regular expression.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34
 
- 
Deprecated.
Returns the text matched by the current regular expression.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34
 
- 
Deprecated.
Returns the text matched by the current regular expression.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36
 
- 
Deprecated.
Returns the text matched by the current regular expression.
 
- yytext() - Method in class org.apache.lucene.analysis.standard.UAX29URLEmailTokenizerImpl
 
- 
Returns the text matched by the current regular expression.