Uses of Class
org.apache.lucene.util.AttributeSource.State
-
Packages that use AttributeSource.State Package Description org.apache.lucene.analysis Text analysis.org.apache.lucene.analysis.cjk Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.org.apache.lucene.analysis.commongrams Construct n-grams for frequently occurring terms and phrases.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.core Basic, general-purpose analysis components.org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell
), and a stemming TokenFilter (HunspellStemFilter
) based on it.org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.ko Analyzer for Korean.org.apache.lucene.analysis.minhash MinHash filtering (for LSH).org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.analysis.ngram Character n-gram tokenizers and filters.org.apache.lucene.analysis.pattern Set of components for pattern-based (regex) analysis.org.apache.lucene.analysis.phonetic Analysis components for phonetic search.org.apache.lucene.analysis.shingle Word n-gram filters.org.apache.lucene.analysis.sinks org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.analysis.wikipedia Tokenizer that is aware of Wikipedia syntax.org.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.util Some utility classes. -
-
Uses of AttributeSource.State in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
CachingTokenFilter. finalState
Fields in org.apache.lucene.analysis with type parameters of type AttributeSource.State Modifier and Type Field Description private java.util.List<AttributeSource.State>
CachingTokenFilter. cache
private java.util.Iterator<AttributeSource.State>
CachingTokenFilter. iterator
-
Uses of AttributeSource.State in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
CJKBigramFilter. loneState
-
Uses of AttributeSource.State in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
CommonGramsQueryFilter. previous
private AttributeSource.State
CommonGramsFilter. savedState
-
Uses of AttributeSource.State in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
CompoundWordTokenFilterBase. current
-
Uses of AttributeSource.State in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core with type parameters of type AttributeSource.State Modifier and Type Field Description private java.util.List<AttributeSource.State>
FlattenGraphFilter.InputNode. tokens
-
Uses of AttributeSource.State in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
HunspellStemFilter. savedState
-
Uses of AttributeSource.State in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
JapaneseNumberFilter. state
-
Uses of AttributeSource.State in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
KoreanNumberFilter. state
-
Uses of AttributeSource.State in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
MinHashFilter. endState
-
Uses of AttributeSource.State in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State[]
WordDelimiterFilter. buffered
Deprecated.private AttributeSource.State
ConditionalTokenFilter. bufferedState
private AttributeSource.State
ConditionalTokenFilter. endState
private AttributeSource.State
FingerprintFilter. finalState
private AttributeSource.State
HyphenatedWordsFilter. savedState
private AttributeSource.State
WordDelimiterGraphFilter. savedState
private AttributeSource.State
TypeAsSynonymFilter. savedToken
private AttributeSource.State
ASCIIFoldingFilter. state
private AttributeSource.State
KeywordRepeatFilter. state
-
Uses of AttributeSource.State in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
EdgeNGramTokenFilter. state
private AttributeSource.State
NGramTokenFilter. state
-
Uses of AttributeSource.State in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
PatternCaptureGroupTokenFilter. state
-
Uses of AttributeSource.State in org.apache.lucene.analysis.phonetic
Fields in org.apache.lucene.analysis.phonetic declared as AttributeSource.State Modifier and Type Field Description protected AttributeSource.State
PhoneticFilter. save
captured state, non-null wheninject=true
and a token is bufferedprivate AttributeSource.State
BeiderMorseFilter. state
private AttributeSource.State
DaitchMokotoffSoundexFilter. state
Fields in org.apache.lucene.analysis.phonetic with type parameters of type AttributeSource.State Modifier and Type Field Description private java.util.LinkedList<AttributeSource.State>
DoubleMetaphoneFilter. remainingTokens
-
Uses of AttributeSource.State in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
ShingleFilter. endState
Holds the State after input.end() was called, so we can restore it in our end() impl. -
Uses of AttributeSource.State in org.apache.lucene.analysis.sinks
Fields in org.apache.lucene.analysis.sinks declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
TeeSinkTokenFilter.States. finalState
Fields in org.apache.lucene.analysis.sinks with type parameters of type AttributeSource.State Modifier and Type Field Description private java.util.Iterator<AttributeSource.State>
TeeSinkTokenFilter.SinkTokenStream. it
private java.util.List<AttributeSource.State>
TeeSinkTokenFilter.States. states
Methods in org.apache.lucene.analysis.sinks that return AttributeSource.State Modifier and Type Method Description (package private) AttributeSource.State
TeeSinkTokenFilter.States. getFinalState()
Methods in org.apache.lucene.analysis.sinks that return types with arguments of type AttributeSource.State Modifier and Type Method Description (package private) java.util.Iterator<AttributeSource.State>
TeeSinkTokenFilter.States. getStates()
Methods in org.apache.lucene.analysis.sinks with parameters of type AttributeSource.State Modifier and Type Method Description (package private) void
TeeSinkTokenFilter.States. add(AttributeSource.State state)
(package private) void
TeeSinkTokenFilter.States. setFinalState(AttributeSource.State finalState)
-
Uses of AttributeSource.State in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as AttributeSource.State Modifier and Type Field Description (package private) AttributeSource.State
SynonymFilter.PendingInput. state
(package private) AttributeSource.State
SynonymGraphFilter.BufferedInputToken. state
(package private) AttributeSource.State
SynonymGraphFilter.BufferedOutputToken. state
Constructors in org.apache.lucene.analysis.synonym with parameters of type AttributeSource.State Constructor Description BufferedOutputToken(AttributeSource.State state, java.lang.String term, int startNode, int endNode)
-
Uses of AttributeSource.State in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia with type parameters of type AttributeSource.State Modifier and Type Field Description private java.util.Iterator<AttributeSource.State>
WikipediaTokenizer. tokens
-
Uses of AttributeSource.State in org.apache.lucene.search.suggest.analyzing
Fields in org.apache.lucene.search.suggest.analyzing declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State
SuggestStopFilter. endState
-
Uses of AttributeSource.State in org.apache.lucene.util
Fields in org.apache.lucene.util declared as AttributeSource.State Modifier and Type Field Description private AttributeSource.State[]
AttributeSource. currentState
(package private) AttributeSource.State
AttributeSource.State. next
Methods in org.apache.lucene.util that return AttributeSource.State Modifier and Type Method Description AttributeSource.State
AttributeSource. captureState()
Captures the state of all Attributes.AttributeSource.State
AttributeSource.State. clone()
private AttributeSource.State
AttributeSource. getCurrentState()
Methods in org.apache.lucene.util with parameters of type AttributeSource.State Modifier and Type Method Description void
AttributeSource. restoreState(AttributeSource.State state)
Restores this state by copying the values of all attribute implementations that this state contains into the attributes implementations of the targetStream.
-