Uses of Class
org.apache.lucene.util.AttributeSource.State
Packages that use AttributeSource.State
Package
Description
Text analysis.
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Construct n-grams for frequently occurring terms and phrases.
A filter that decomposes compound words you find in many Germanic languages into the word parts.
Basic, general-purpose analysis components.
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.Analyzer for Japanese.
Analyzer for Korean.
MinHash filtering (for LSH).
Miscellaneous Tokenstreams.
Character n-gram tokenizers and filters.
Set of components for pattern-based (regex) analysis.
Analysis components for phonetic search.
Word n-gram filters.
Analysis components for Synonyms.
Analysis components for Synonyms using Word2Vec model.
Tokenizer that is aware of Wikipedia syntax.
Analyzer based autosuggest.
Some utility classes.
-
Uses of AttributeSource.State in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis declared as AttributeSource.StateFields in org.apache.lucene.analysis with type parameters of type AttributeSource.StateModifier and TypeFieldDescriptionprivate List<AttributeSource.State> CachingTokenFilter.cacheprivate 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 -
Uses of AttributeSource.State in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate AttributeSource.StateCommonGramsQueryFilter.previousprivate AttributeSource.StateCommonGramsFilter.savedState -
Uses of AttributeSource.State in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate AttributeSource.StateCompoundWordTokenFilterBase.current -
Uses of AttributeSource.State in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core with type parameters of type AttributeSource.StateModifier and TypeFieldDescriptionprivate final 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 -
Uses of AttributeSource.State in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as AttributeSource.State -
Uses of AttributeSource.State in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as AttributeSource.State -
Uses of AttributeSource.State in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as AttributeSource.State -
Uses of AttributeSource.State in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate AttributeSource.State[]WordDelimiterFilter.bufferedDeprecated.private AttributeSource.StateConditionalTokenFilter.bufferedStateprivate AttributeSource.StateConditionalTokenFilter.endStateprivate AttributeSource.StateFingerprintFilter.finalStateprivate AttributeSource.StateHyphenatedWordsFilter.savedStateprivate AttributeSource.StateWordDelimiterGraphFilter.savedStateprivate AttributeSource.StateTypeAsSynonymFilter.savedTokenprivate AttributeSource.StateASCIIFoldingFilter.stateprivate AttributeSource.StateKeywordRepeatFilter.state -
Uses of AttributeSource.State in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate AttributeSource.StateEdgeNGramTokenFilter.stateprivate AttributeSource.StateNGramTokenFilter.state -
Uses of AttributeSource.State in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate AttributeSource.StatePatternCaptureGroupTokenFilter.state -
Uses of AttributeSource.State in org.apache.lucene.analysis.phonetic
Fields in org.apache.lucene.analysis.phonetic declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate AttributeSource.StatePhoneticFilter.savecaptured state, non-null wheninject=trueand a token is bufferedprivate AttributeSource.StateBeiderMorseFilter.stateprivate AttributeSource.StateDaitchMokotoffSoundexFilter.stateFields in org.apache.lucene.analysis.phonetic with type parameters of type AttributeSource.StateModifier and TypeFieldDescriptionprivate final 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.StateModifier and TypeFieldDescriptionprivate AttributeSource.StateShingleFilter.endStateHolds 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.StateModifier and TypeFieldDescriptionprivate AttributeSource.StateTeeSinkTokenFilter.States.finalStateFields in org.apache.lucene.analysis.sinks with type parameters of type AttributeSource.StateModifier and TypeFieldDescriptionprivate Iterator<AttributeSource.State> TeeSinkTokenFilter.SinkTokenStream.itprivate final List<AttributeSource.State> TeeSinkTokenFilter.States.statesMethods in org.apache.lucene.analysis.sinks that return AttributeSource.StateModifier and TypeMethodDescription(package private) AttributeSource.StateTeeSinkTokenFilter.States.getFinalState()Methods in org.apache.lucene.analysis.sinks that return types with arguments of type AttributeSource.StateModifier and TypeMethodDescription(package private) Iterator<AttributeSource.State> TeeSinkTokenFilter.States.getStates()Methods in org.apache.lucene.analysis.sinks with parameters of type AttributeSource.StateModifier and TypeMethodDescription(package private) voidTeeSinkTokenFilter.States.add(AttributeSource.State state) (package private) voidTeeSinkTokenFilter.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.StateModifier and TypeFieldDescription(package private) AttributeSource.StateSynonymFilter.PendingInput.state(package private) AttributeSource.StateSynonymGraphFilter.BufferedInputToken.state(package private) final AttributeSource.StateSynonymGraphFilter.BufferedOutputToken.stateConstructors in org.apache.lucene.analysis.synonym with parameters of type AttributeSource.StateModifierConstructorDescriptionBufferedOutputToken(AttributeSource.State state, String term, int startNode, int endNode) -
Uses of AttributeSource.State in org.apache.lucene.analysis.synonym.word2vec
Fields in org.apache.lucene.analysis.synonym.word2vec declared as AttributeSource.State -
Uses of AttributeSource.State in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia with type parameters of type AttributeSource.StateModifier and TypeFieldDescriptionprivate 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 -
Uses of AttributeSource.State in org.apache.lucene.util
Fields in org.apache.lucene.util declared as AttributeSource.StateModifier and TypeFieldDescriptionprivate final AttributeSource.State[]AttributeSource.currentState(package private) AttributeSource.StateAttributeSource.State.nextMethods in org.apache.lucene.util that return AttributeSource.StateModifier and TypeMethodDescriptionfinal AttributeSource.StateAttributeSource.captureState()Captures the state of all Attributes.AttributeSource.State.clone()private AttributeSource.StateAttributeSource.getCurrentState()Methods in org.apache.lucene.util with parameters of type AttributeSource.StateModifier and TypeMethodDescriptionfinal voidAttributeSource.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.