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

A

AbstractEncoder - Class in org.apache.lucene.analysis.payloads
Base class for payload encoders.
AbstractEncoder() - Constructor for class org.apache.lucene.analysis.payloads.AbstractEncoder
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
accept(AttributeSource) - Method in class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
addAllLowerCase(Set, Collection) - Static method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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.
addClass(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
addException(String, ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Add an exception to the tree.
addException(String, ArrayList) - Method in interface org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
Add a hyphenation exception.
addException(String, ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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.
addPattern(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
addStopWords(IndexReader) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for all fields with terms exceeding the defaultMaxDocFreqPercent
addStopWords(IndexReader, int) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for all fields with terms exceeding the maxDocFreqPercent
addStopWords(IndexReader, float) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for all fields with terms exceeding the maxDocFreqPercent
addStopWords(IndexReader, String, float) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for the given field with terms exceeding the maxPercentDocs
addStopWords(IndexReader, String, int) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Automatically adds stop words for the given field with terms exceeding the maxPercentDocs
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
 
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, Set<?>) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Builds an analyzer with the given stop words
ArabicAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. use ArabicAnalyzer.ArabicAnalyzer(Version, Set) instead
ArabicAnalyzer(Version, Hashtable<?, ?>) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. use ArabicAnalyzer.ArabicAnalyzer(Version, Set) instead
ArabicAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. use ArabicAnalyzer.ArabicAnalyzer(Version, Set) instead
ArabicLetterTokenizer - Class in org.apache.lucene.analysis.ar
Tokenizer that breaks text into runs of letters and diacritics.
ArabicLetterTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
 
ArabicLetterTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
 
ArabicLetterTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
 
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
 
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
 
ArabicStemmer - Class in org.apache.lucene.analysis.ar
Stemmer for Arabic.
ArabicStemmer() - Constructor for class org.apache.lucene.analysis.ar.ArabicStemmer
 

B

balance() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
Balance the tree for best search performance
BEH - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
BLOCK_SIZE - Static variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
BRAZILIAN_STOP_WORDS - Static variable in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.getDefaultStopSet() instead
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.BRAZILIAN_STOP_WORDS).
BrazilianAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words
BrazilianAnalyzer(Version, Set<?>, Set<?>) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Builds an analyzer with the given stop words and stemming exclusion words
BrazilianAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.BrazilianAnalyzer(Version, Set) instead
BrazilianAnalyzer(Version, Map<?, ?>) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.BrazilianAnalyzer(Version, Set) instead
BrazilianAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.BrazilianAnalyzer(Version, Set) instead
BrazilianStemFilter - Class in org.apache.lucene.analysis.br
A TokenFilter that applies BrazilianStemmer.
BrazilianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilter
 
BrazilianStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.br.BrazilianStemFilter
 
BrazilianStemmer - Class in org.apache.lucene.analysis.br
A stemmer for Brazilian Portuguese words.
BrazilianStemmer() - Constructor for class org.apache.lucene.analysis.br.BrazilianStemmer
 
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

calculateShingleWeight(Token, List<Token>, int, List<ShingleMatrixFilter.Matrix.Column.Row>, List<Token>) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Evaluates the new shingle token weight.
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
characters(char[], int, int) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
charset - Variable in class org.apache.lucene.analysis.payloads.IdentityEncoder
 
charsetName - Variable in class org.apache.lucene.analysis.payloads.IdentityEncoder
 
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
 
ChineseAnalyzer - Class in org.apache.lucene.analysis.cn
An Analyzer that tokenizes text with ChineseTokenizer and filters with ChineseFilter
ChineseAnalyzer() - Constructor for class org.apache.lucene.analysis.cn.ChineseAnalyzer
 
ChineseFilter - Class in org.apache.lucene.analysis.cn
A TokenFilter with a stop word table.
ChineseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.cn.ChineseFilter
 
ChineseTokenizer - Class in org.apache.lucene.analysis.cn
Tokenize Chinese text as individual chinese characters.
ChineseTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
 
ChineseTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
 
ChineseTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cn.ChineseTokenizer
 
CJKAnalyzer - Class in org.apache.lucene.analysis.cjk
An Analyzer that tokenizes text with CJKTokenizer and filters with StopFilter
CJKAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer which removes words in CJKAnalyzer.STOP_WORDS.
CJKAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Builds an analyzer with the given stop words
CJKAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.cjk.CJKAnalyzer
Deprecated. use CJKAnalyzer.CJKAnalyzer(Version, Set) instead
CJKTokenizer - Class in org.apache.lucene.analysis.cjk
CJKTokenizer is designed for Chinese, Japanese, and Korean languages.
CJKTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
Construct a token stream processing the given input.
CJKTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
 
CJKTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.cjk.CJKTokenizer
 
classmap - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
This map stores the character classes
clear() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
Reset Vector but don't resize or clear elements
clone() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
clone() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
close() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
close() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
CompoundWordTokenFilterBase - Class in org.apache.lucene.analysis.compound
Base class for decomposition token filters.
CompoundWordTokenFilterBase(TokenStream, String[], int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, String[], boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, Set, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CompoundWordTokenFilterBase(TokenStream, Set, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
createToken(int, int, Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
CZECH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. use CzechAnalyzer.getDefaultStopSet() instead
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.CZECH_STOP_WORDS).
CzechAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Builds an analyzer with the given stop words and stemming exclusion words
CzechAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. use CzechAnalyzer.CzechAnalyzer(Version, Set) instead
CzechAnalyzer(Version, HashSet<?>) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. use CzechAnalyzer.CzechAnalyzer(Version, Set) instead
CzechAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. use CzechAnalyzer.CzechAnalyzer(Version, Set) instead

D

DAMMA - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DAMMATAN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
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 Token.termBuffer() as a Date using a DateFormat.
DateRecognizerSinkFilter() - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
Uses DateFormat.getDateInstance() as the DateFormat object.
DateRecognizerSinkFilter(DateFormat) - Constructor for class org.apache.lucene.analysis.sinks.DateRecognizerSinkFilter
 
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(Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
decomposeInternal(Token) - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
decomposeInternal(Token) - Method in class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
decomposeInternal(Token) - Method in class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
DEFAULT_ANALYZER - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
A lower-casing word analyzer with English stop words (can be shared freely across threads without harm); global per class loader.
DEFAULT_DELIMITER - Static variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
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_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_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_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.fa.PersianAnalyzer
File containing default Persian stopwords.
defaultAnalyzer - Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
defaultMaxDocFreqPercent - Static variable in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
defaultSettingsCodec - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
defaultSpacerCharacter - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
delete(char[], int, int) - Method in class org.apache.lucene.analysis.ar.ArabicNormalizer
Delete a character in-place
delete(char[], int, int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Delete a character in-place
delete(char[], int, int) - Method in class org.apache.lucene.analysis.fa.PersianNormalizer
Delete a character in-place
deleteN(char[], int, int, int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
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) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
Construct a token stream filtering the given input.
DelimitedPayloadTokenFilter(TokenStream, char, PayloadEncoder) - Constructor for class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
delimiter - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
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(TokenStream, String[], int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DictionaryCompoundWordTokenFilter(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DictionaryCompoundWordTokenFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DictionaryCompoundWordTokenFilter(TokenStream, Set, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.DictionaryCompoundWordTokenFilter
 
DOTLESS_YEH - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
DUTCH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.getDefaultStopSet() instead
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.DUTCH_STOP_WORDS) and a few default entries for the stem exclusion table.
DutchAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
 
DutchAnalyzer(Version, Set<?>, Set<?>) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
 
DutchAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.DutchAnalyzer(Version, Set) instead
DutchAnalyzer(Version, HashSet<?>) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.DutchAnalyzer(Version, Set) instead
DutchAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.DutchAnalyzer(Version, Set) instead
DutchStemFilter - Class in org.apache.lucene.analysis.nl
A TokenFilter that stems Dutch words.
DutchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
 
DutchStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
Builds a DutchStemFilter that uses an exclusion table.
DutchStemFilter(TokenStream, Set, Map) - Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
 
DutchStemmer - Class in org.apache.lucene.analysis.nl
A stemmer for Dutch words.
DutchStemmer() - Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
 

E

EdgeNGramTokenFilter - Class in org.apache.lucene.analysis.ngram
Tokenizes the given token into n-grams of given size(s).
EdgeNGramTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
EdgeNGramTokenFilter(TokenStream, EdgeNGramTokenFilter.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Creates EdgeNGramTokenFilter that can generate n-grams in the sizes of the given range
EdgeNGramTokenFilter(TokenStream, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
Creates EdgeNGramTokenFilter that can generate n-grams in the sizes of the given range
EdgeNGramTokenFilter.Side - Enum in org.apache.lucene.analysis.ngram
Specifies which side of the input the n-gram should be generated from
EdgeNGramTokenizer - Class in org.apache.lucene.analysis.ngram
Tokenizes the input from an edge into n-grams of given size(s).
EdgeNGramTokenizer(Reader, EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer(AttributeSource, Reader, EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer(AttributeSource.AttributeFactory, Reader, EdgeNGramTokenizer.Side, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer(Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer(AttributeSource, Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer(AttributeSource.AttributeFactory, Reader, String, int, int) - Constructor for class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
EdgeNGramTokenizer.Side - Enum in org.apache.lucene.analysis.ngram
Specifies which side of the input the n-gram should be generated from
ElisionFilter - Class in org.apache.lucene.analysis.fr
Removes elisions from a TokenStream.
ElisionFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.ElisionFilter
Constructs an elision filter with standard stop words
ElisionFilter(TokenStream, Set<?>) - Constructor for class org.apache.lucene.analysis.fr.ElisionFilter
Constructs an elision filter with a Set of stop words
ElisionFilter(TokenStream, String[]) - Constructor for class org.apache.lucene.analysis.fr.ElisionFilter
Constructs an elision filter with an array of stop words
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 Payload
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 - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
end() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
end() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
end() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
end() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
endElement(String, String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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.
equals(Object) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Indicates whether some other object is "equal to" this one.
error(SAXParseException) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
EXTENDED_ANALYZER - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
A lower-casing word analyzer with extended English stop words (can be shared freely across threads without harm); global per class loader.

F

FARSI_YEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
fatalError(SAXParseException) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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
 
FILLER_TOKEN - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
filler token for when positionIncrement is more than 1
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
 
findPattern(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
FloatEncoder - Class in org.apache.lucene.analysis.payloads
Encode a character array Float as a Payload.
FloatEncoder() - Constructor for class org.apache.lucene.analysis.payloads.FloatEncoder
 
freenode - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
FRENCH_STOP_WORDS - Static variable in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. use FrenchAnalyzer.getDefaultStopSet() instead
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.FRENCH_STOP_WORDS).
FrenchAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words
FrenchAnalyzer(Version, Set<?>, Set<?>) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Builds an analyzer with the given stop words
FrenchAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. use FrenchAnalyzer.FrenchAnalyzer(Version, Set) instead
FrenchAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. use FrenchAnalyzer.FrenchAnalyzer(Version, Set) instead
FrenchStemFilter - Class in org.apache.lucene.analysis.fr
A TokenFilter that stems french words.
FrenchStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
 
FrenchStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.fr.FrenchStemFilter
 
FrenchStemmer - Class in org.apache.lucene.analysis.fr
A stemmer for French words.
FrenchStemmer() - Constructor for class org.apache.lucene.analysis.fr.FrenchStemmer
 

G

GERMAN_STOP_WORDS - Static variable in class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.getDefaultStopSet() instead
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, Set<?>) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words
GermanAnalyzer(Version, Set<?>, Set<?>) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Builds an analyzer with the given stop words
GermanAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.GermanAnalyzer(Version, Set)
GermanAnalyzer(Version, Map<?, ?>) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.GermanAnalyzer(Version, Set)
GermanAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.GermanAnalyzer(Version, Set)
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
 
GermanStemFilter(TokenStream, Set) - Constructor for class org.apache.lucene.analysis.de.GermanStemFilter
Builds a GermanStemFilter that uses an exclusion table.
GermanStemmer - Class in org.apache.lucene.analysis.de
A stemmer for German words.
GermanStemmer() - Constructor for class org.apache.lucene.analysis.de.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
 
getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.ByteVector
 
getArray() - Method in class org.apache.lucene.analysis.compound.hyphenation.CharVector
 
getColumn() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
getColumns() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
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.br.BrazilianAnalyzer
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.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.fa.PersianAnalyzer
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.nl.DutchAnalyzer
Returns an unmodifiable instance of the default stop-words set.
getExceptionWord(ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
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(Reader) - 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.shingle.ShingleMatrixFilter.Matrix.Column
 
getIndex() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
getIndex() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
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
 
getMatrix() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
getMatrix() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
getMaximumShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
getMaxShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
The max shingle (ngram) size
getMinimumShingleSize() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
getPattern(String) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
getPrefix() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
getRows() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
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
 
getSpacerCharacter() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
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
getSuffix() - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
getToken() - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
 
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Retrieves information on how a Token is to be inserted to a ShingleMatrixFilter.Matrix.
getTokenPositioner(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
getTokens() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
getValue() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
getValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Returns a 32 bit float from the payload, or 1f it null.
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Have this method return 1f in order to 'disable' weights.
getWeight(Token) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
GreekAnalyzer - Class in org.apache.lucene.analysis.el
Analyzer for the Greek language.
GreekAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
 
GreekAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Builds an analyzer with the given stop words
GreekAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. use GreekAnalyzer.GreekAnalyzer(Version, Set) instead
GreekAnalyzer(Version, Map<?, ?>) - Constructor for class org.apache.lucene.analysis.el.GreekAnalyzer
Deprecated. use GreekAnalyzer.GreekAnalyzer(Version, Set) instead
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(TokenStream) - Constructor for class org.apache.lucene.analysis.el.GreekLowerCaseFilter
 

H

HAMZA_ABOVE - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
hashCode() - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Returns a hash code value for the object.
hasMoreElements() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
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.
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
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.
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(TokenStream, HyphenationTree, String[], int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationCompoundWordTokenFilter(TokenStream, HyphenationTree, String[]) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationCompoundWordTokenFilter(TokenStream, HyphenationTree, Set) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationCompoundWordTokenFilter(TokenStream, HyphenationTree, Set, int, int, int, boolean) - Constructor for class org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter
 
HyphenationException - Exception in org.apache.lucene.analysis.compound.hyphenation
This class has been taken from the Apache FOP project (http://xmlgraphics.apache.org/fop/).
HyphenationException(String) - Constructor for exception org.apache.lucene.analysis.compound.hyphenation.HyphenationException
 
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
 
ignoringSinglePrefixOrSuffixShingleByDefault - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
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.br.BrazilianStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
Returns true for the next token in the stream, or false at EOS.
incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
incrementToken() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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.fa.PersianNormalizationFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.fr.ElisionFilter
Increments the TokenStream with a TermAttribute without elisioned start
incrementToken() - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
 
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.SingleTokenTokenStream
 
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
Returns the next token in the stream, or null at EOS
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.reverse.ReverseStringFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
Deprecated.  
incrementToken() - Method in class org.apache.lucene.analysis.ru.RussianStemFilter
Returns the next token in the stream, or null at EOS
incrementToken() - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
 
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
 
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
 
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 Payload.
IntegerEncoder() - Constructor for class org.apache.lucene.analysis.payloads.IntegerEncoder
 
isFirst() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
isIgnoringSinglePrefixOrSuffixShingle() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
isLast() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
isOutputUnigrams() - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
isTokenChar(char) - Method in class org.apache.lucene.analysis.ar.ArabicLetterTokenizer
Allows for Letter category or NonspacingMark category
isTokenChar(char) - Method in class org.apache.lucene.analysis.ru.RussianLetterTokenizer
Collects only characters which satisfy Character.isLetter(char).

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
 
KEHEH - Static variable in class org.apache.lucene.analysis.fa.PersianNormalizer
 
keys() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
knows(String) - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
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
 
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
 
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.
loadStopWords(InputStream, String) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Deprecated. use WordlistLoader.getWordSet(Reader, String) and CzechAnalyzer.CzechAnalyzer(Version, Set) instead
log() - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
For log and debug purpose

M

main(String[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
main(String[]) - Static method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
makeDictionary(String[]) - Static method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
Create a set of words from an array The resulting Set does case insensitive matching TODO We should look for a faster dictionary lookup approach.
makeLowerCaseCopy(char[]) - Static method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
maxShingleSize - Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
maxSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
minSubwordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
minWordSize - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 

N

newColumn - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
newRow - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
nextElement() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
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, 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.
noBreak - Variable in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
NON_WORD_PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
"\\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(char[], int) - Method in class org.apache.lucene.analysis.fa.PersianNormalizer
Normalize an input buffer of Persian text
normalizeException(ArrayList) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
normalizer - Variable in class org.apache.lucene.analysis.ar.ArabicNormalizationFilter
 
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
 

O

offsetAtt - Variable in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
onlyLongestMatch - Variable in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
org.apache.lucene.analysis.ar - package org.apache.lucene.analysis.ar
Analyzer for Arabic.
org.apache.lucene.analysis.br - package org.apache.lucene.analysis.br
Analyzer for Brazilian Portuguese.
org.apache.lucene.analysis.cjk - package org.apache.lucene.analysis.cjk
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams (overlapping groups of two adjacent Han characters).
org.apache.lucene.analysis.cn - package org.apache.lucene.analysis.cn
Analyzer for Chinese, which indexes unigrams (individual chinese characters).
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.cz - package org.apache.lucene.analysis.cz
Analyzer for Czech.
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.fa - package org.apache.lucene.analysis.fa
Analyzer for Persian.
org.apache.lucene.analysis.fr - package org.apache.lucene.analysis.fr
Analyzer for French.
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.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.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.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
Implementations of the SinkTokenizer that might be useful.
org.apache.lucene.analysis.th - package org.apache.lucene.analysis.th
Analyzer for Thai.
outputUnigrams - Variable in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 

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.
PatternAnalyzer - Class in org.apache.lucene.analysis.miscellaneous
Efficient Lucene analyzer/tokenizer that preferably operates on a String rather than a Reader, that can flexibly separate text into terms via a regular expression Pattern (with behaviour identical to String.split(String)), and that combines the functionality of LetterTokenizer, LowerCaseTokenizer, WhitespaceTokenizer, StopFilter into a single efficient multi-purpose class.
PatternAnalyzer(Version, Pattern, boolean, Set<?>) - Constructor for class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
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
 
payAtt - Variable in class org.apache.lucene.analysis.payloads.DelimitedPayloadTokenFilter
 
payAtt - Variable in class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
PayloadEncoder - Interface in org.apache.lucene.analysis.payloads
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to Payload.
PayloadHelper - Class in org.apache.lucene.analysis.payloads
Utility methods for encoding payloads.
PayloadHelper() - Constructor for class org.apache.lucene.analysis.payloads.PayloadHelper
 
permutationIterator() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
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, Set<?>) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Builds an analyzer with the given stop words
PersianAnalyzer(Version, String...) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. use PersianAnalyzer.PersianAnalyzer(Version, Set) instead
PersianAnalyzer(Version, Hashtable<?, ?>) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. use PersianAnalyzer.PersianAnalyzer(Version, Set) instead
PersianAnalyzer(Version, File) - Constructor for class org.apache.lucene.analysis.fa.PersianAnalyzer
Deprecated. use PersianAnalyzer.PersianAnalyzer(Version, Set) instead
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
 
PersianNormalizer - Class in org.apache.lucene.analysis.fa
Normalizer for Persian.
PersianNormalizer() - Constructor for class org.apache.lucene.analysis.fa.PersianNormalizer
 
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.
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
Links two PrefixAwareTokenFilter.
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
 
printStats() - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
printStats() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
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
 

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) - Constructor for class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
Initializes this analyzer with the Analyzer object that actually produces the tokens

R

readToken(StringBuffer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
reset() - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
reset(Reader) - Method in class org.apache.lucene.analysis.cjk.CJKTokenizer
 
reset() - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
reset(Reader) - Method in class org.apache.lucene.analysis.cn.ChineseTokenizer
 
reset() - Method in class org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase
 
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.SingleTokenTokenStream
 
reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
 
reset(Reader) - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
reset() - Method in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
 
reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenFilter
 
reset(Reader) - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
reset() - Method in class org.apache.lucene.analysis.ngram.NGramTokenizer
 
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.shingle.ShingleMatrixFilter
 
reset() - Method in class org.apache.lucene.analysis.sinks.TokenRangeSinkFilter
 
reset() - Method in class org.apache.lucene.analysis.th.ThaiWordFilter
 
resolveEntity(String, String) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(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.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Returns a (possibly reused) TokenStream which tokenizes all the text in the provided Reader.
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
reusableTokenStream(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
 
reverse(String) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverse(char[]) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverse(char[], int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
reverse(char[], int, int) - Static method in class org.apache.lucene.analysis.reverse.ReverseStringFilter
 
ReverseStringFilter - Class in org.apache.lucene.analysis.reverse
Reverse token string, for example "country" => "yrtnuoc".
ReverseStringFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.reverse.ReverseStringFilter
Create a new ReverseStringFilter that reverses all tokens in the supplied TokenStream.
ReverseStringFilter(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.
rewind() - Method in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
 
root - Variable in class org.apache.lucene.analysis.compound.hyphenation.TernaryTree
 
RTL_DIRECTION_MARKER - Static variable in class org.apache.lucene.analysis.reverse.ReverseStringFilter
Example marker character: U+200F (RIGHT-TO-LEFT MARK)
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, String...) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. use RussianAnalyzer.RussianAnalyzer(Version, Set) instead
RussianAnalyzer(Version, Set<?>) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Builds an analyzer with the given stop words
RussianAnalyzer(Version, Map<?, ?>) - Constructor for class org.apache.lucene.analysis.ru.RussianAnalyzer
Deprecated. use RussianAnalyzer.RussianAnalyzer(Version, Set) instead
RussianLetterTokenizer - Class in org.apache.lucene.analysis.ru
A RussianLetterTokenizer is a Tokenizer that extends LetterTokenizer by also allowing the basic latin digits 0-9.
RussianLetterTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
RussianLetterTokenizer(AttributeSource, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
RussianLetterTokenizer(AttributeSource.AttributeFactory, Reader) - Constructor for class org.apache.lucene.analysis.ru.RussianLetterTokenizer
 
RussianLowerCaseFilter - Class in org.apache.lucene.analysis.ru
Deprecated. Use LowerCaseFilter instead, which has the same functionality. This filter will be removed in Lucene 4.0
RussianLowerCaseFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianLowerCaseFilter
Deprecated.  
RussianStemFilter - Class in org.apache.lucene.analysis.ru
A TokenFilter that stems Russian words.
RussianStemFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ru.RussianStemFilter
 

S

sameRow - Static variable in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenPositioner
 
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.
setArticles(Set<?>) - Method in class org.apache.lucene.analysis.fr.ElisionFilter
 
setConsumer(PatternConsumer) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
setExclusionSet(Set) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
Set an alternative exclusion list for this filter.
setExclusionTable(Map) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
Set an alternative exclusion list for this filter.
setExclusionTable(HashSet) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Set an alternative exclusion list for this filter.
setFirst(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
setIgnoringSinglePrefixOrSuffixShingle(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setLast(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
setMatrix(ShingleMatrixFilter.Matrix) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setMaximumShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setMaxShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Set the maximum size of output shingles
setMaxShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Set the max shingle size (default: 2)
setMinimumShingleSize(int) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setOutputUnigrams(boolean) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Shall the filter pass the original tokens (the "unigrams") to the output stream?
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.)
setPrefix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
setSpacerCharacter(Character) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
 
setStemDictionary(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Reads a stemdictionary file , that overrules the stemming algorithm This is a textfile that contains per line word\tstem, i.e: two tab seperated words
setStemDictionary(HashMap) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Set dictionary for stemming, this dictionary overrules the algorithm, so you can correct for a particular unwanted word-stem pair.
setStemExclusionTable(String...) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.BrazilianAnalyzer(Version, Set, Set) instead
setStemExclusionTable(Map<?, ?>) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.BrazilianAnalyzer(Version, Set, Set) instead
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Deprecated. use BrazilianAnalyzer.BrazilianAnalyzer(Version, Set, Set) instead
setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.GermanAnalyzer(Version, Set, Set) instead
setStemExclusionTable(Map) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.GermanAnalyzer(Version, Set, Set) instead
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Deprecated. use GermanAnalyzer.GermanAnalyzer(Version, Set, Set) instead
setStemExclusionTable(String...) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. use FrenchAnalyzer.FrenchAnalyzer(Version, Set, Set) instead
setStemExclusionTable(Map) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. use FrenchAnalyzer.FrenchAnalyzer(Version, Set, Set) instead
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Deprecated. use FrenchAnalyzer.FrenchAnalyzer(Version, Set, Set) instead
setStemExclusionTable(String...) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.DutchAnalyzer(Version, Set, Set) instead
setStemExclusionTable(HashSet<?>) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.DutchAnalyzer(Version, Set, Set) instead
setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Deprecated. use DutchAnalyzer.DutchAnalyzer(Version, Set, Set) instead
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
Set a alternative/custom FrenchStemmer for this filter.
setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
Set a alternative/custom DutchStemmer for this filter.
setStemmer(RussianStemmer) - Method in class org.apache.lucene.analysis.ru.RussianStemFilter
Set a alternative/custom RussianStemmer for this filter.
setSuffix(TokenStream) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter
 
setToken(Token) - Method in class org.apache.lucene.analysis.miscellaneous.SingleTokenTokenStream
 
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Sets the TokenPositioner as token flags int value.
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Sets information on how a Token is to be inserted to a ShingleMatrixFilter.Matrix.
setTokenPositioner(Token, ShingleMatrixFilter.TokenPositioner) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
setTokens(List<Token>) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
setTokenType(String) - Method in class org.apache.lucene.analysis.shingle.ShingleFilter
Set the type of the shingle tokens produced by this filter.
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Stores a 32 bit float in the payload, or set it to null if 1f;
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
Have this method do nothing in order to 'disable' weights.
setWeight(Token, float) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
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(Version) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Wraps StandardAnalyzer.
ShingleAnalyzerWrapper(Version, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
Wraps StandardAnalyzer.
ShingleFilter - Class in org.apache.lucene.analysis.shingle
A ShingleFilter constructs shingles (token n-grams) from a token stream.
ShingleFilter(TokenStream, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Constructs a ShingleFilter with the specified single size from the TokenStream input
ShingleFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Construct a ShingleFilter with default shingle size.
ShingleFilter(TokenStream, String) - Constructor for class org.apache.lucene.analysis.shingle.ShingleFilter
Construct a ShingleFilter with the specified token type for shingle tokens.
ShingleMatrixFilter - Class in org.apache.lucene.analysis.shingle
A ShingleMatrixFilter constructs shingles (token n-grams) from a token stream.
ShingleMatrixFilter(ShingleMatrixFilter.Matrix, int, int, Character, boolean, ShingleMatrixFilter.TokenSettingsCodec) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter based on a user defined matrix.
ShingleMatrixFilter(TokenStream, int, int) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter using default settings.
ShingleMatrixFilter(TokenStream, int, int, Character) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter using default settings.
ShingleMatrixFilter(TokenStream, int, int, Character, boolean) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter using the default ShingleMatrixFilter.TokenSettingsCodec.
ShingleMatrixFilter(TokenStream, int, int, Character, boolean, ShingleMatrixFilter.TokenSettingsCodec) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Creates a shingle filter with ad hoc parameter settings.
ShingleMatrixFilter.Matrix - Class in org.apache.lucene.analysis.shingle
A column focused matrix in three dimensions:
ShingleMatrixFilter.Matrix() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
ShingleMatrixFilter.Matrix.Column - Class in org.apache.lucene.analysis.shingle
 
ShingleMatrixFilter.Matrix.Column(Token) - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
ShingleMatrixFilter.Matrix.Column() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
ShingleMatrixFilter.Matrix.Column.Row - Class in org.apache.lucene.analysis.shingle
 
ShingleMatrixFilter.Matrix.Column.Row() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
Using this codec makes a ShingleMatrixFilter act like ShingleFilter.
ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
 
ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
A full featured codec not to be used for something serious.
ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
 
ShingleMatrixFilter.TokenPositioner - Class in org.apache.lucene.analysis.shingle
Used to describe how a Token is to be inserted to a ShingleMatrixFilter.Matrix.
ShingleMatrixFilter.TokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
Strategy used to code and decode meta data of the tokens from the input stream regarding how to position the tokens in the matrix, set and retreive weight, et c.
ShingleMatrixFilter.TokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
 
ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec - Class in org.apache.lucene.analysis.shingle
A codec that creates a two dimensional matrix by treating tokens from the input stream with 0 position increment as new rows to the current column.
ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec() - Constructor for class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 
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
 
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
 
stem(char[], int) - Method in class org.apache.lucene.analysis.ar.ArabicStemmer
Stem an input buffer of Arabic text.
stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
Stems the given term to an unique discriminator.
stem(String) - Method in class org.apache.lucene.analysis.de.GermanStemmer
Stemms the given term to an unique discriminator.
stem(String) - Method in class org.apache.lucene.analysis.fr.FrenchStemmer
Stems the given term to a unique discriminator.
stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
 
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.cjk.CJKAnalyzer
Deprecated. use CJKAnalyzer.getDefaultStopSet() instead
STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
 
stoplist - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
This map stores hyphenation exceptions
STOPWORDS_COMMENT - Static variable in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Deprecated. use WordlistLoader.getWordSet(File, String) directly
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
 
suffixes - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
SUKUN - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 

T

TATWEEL - Static variable in class org.apache.lucene.analysis.ar.ArabicNormalizer
 
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.payloads.DelimitedPayloadTokenFilter
 
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
 
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(TokenStream) - Constructor for class org.apache.lucene.analysis.th.ThaiWordFilter
 
TOKEN_SEPARATOR - Static variable in class org.apache.lucene.analysis.shingle.ShingleFilter
The string to use when joining adjacent tokens to form a shingle
TokenOffsetPayloadTokenFilter - Class in org.apache.lucene.analysis.payloads
Adds the Token.setStartOffset(int) and Token.setEndOffset(int) First 4 bytes are the start
TokenOffsetPayloadTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.payloads.TokenOffsetPayloadTokenFilter
 
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
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ar.ArabicAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cjk.CJKAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cn.ChineseAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.cz.CzechAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.el.GreekAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fa.PersianAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, String) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Creates a token stream that tokenizes the given string into token terms (aka words).
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
Creates a token stream that tokenizes all the text in the given Reader; This implementation forwards to tokenStream(String, String) and is less efficient than tokenStream(String, String).
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.ru.RussianAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper
 
tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.th.ThaiAnalyzer
 
TokenTypeSinkFilter - Class in org.apache.lucene.analysis.sinks
 
TokenTypeSinkFilter(String) - Constructor for class org.apache.lucene.analysis.sinks.TokenTypeSinkFilter
 
toString() - Method in class org.apache.lucene.analysis.compound.hyphenation.Hyphen
 
toString() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column.Row
 
toString() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
 
toString() - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
 
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).
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
 

U

unpackValues(int) - Method in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
 
updateInputToken(Token, Token) - Method in class org.apache.lucene.analysis.miscellaneous.PrefixAndSuffixAwareTokenFilter
 
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.
updateToken(Token, List<Token>, int, List<ShingleMatrixFilter.Matrix.Column.Row>, List<Token>) - Method in class org.apache.lucene.analysis.shingle.ShingleMatrixFilter
Final touch of a shingle token before it is passed on to the consumer from method ShingleMatrixFilter.incrementToken().

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're 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're declared.
vspace - Variable in class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
value space: stores the interletter values

W

warning(SAXParseException) - Method in class org.apache.lucene.analysis.compound.hyphenation.PatternParser
 
WAW - Static variable in class org.apache.lucene.analysis.ar.ArabicStemmer
 
WHITESPACE_PATTERN - Static variable in class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
"\\s+"; Divides text at whitespaces (Character.isWhitespace(c))

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
 

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

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