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 Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.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.StateCachingTokenFilter. finalStateFields in org.apache.lucene.analysis with type parameters of type AttributeSource.State Modifier and Type Field Description private java.util.List<AttributeSource.State>CachingTokenFilter. cacheprivate 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.StateCJKBigramFilter. 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.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.State Modifier and Type Field Description private 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.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.StateHunspellStemFilter. 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.StateJapaneseNumberFilter. 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.StateKoreanNumberFilter. 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.StateMinHashFilter. 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. bufferedDeprecated.private AttributeSource.StateConditionalTokenFilter. bufferedStateprivate AttributeSource.StateConditionalTokenFilter. endStateprivate AttributeSource.StateFingerprintFilter. finalStateprivate AttributeSource.StateHyphenatedWordsFilter. savedStateprivate AttributeSource.StateWordDelimiterGraphFilter. savedState(package private) 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.State Modifier and Type Field Description private 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.State Modifier and Type Field Description private AttributeSource.StatePatternCaptureGroupTokenFilter. 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.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.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.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.State Modifier and Type Field Description private AttributeSource.StateTeeSinkTokenFilter.States. finalStateFields 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. itprivate java.util.List<AttributeSource.State>TeeSinkTokenFilter.States. statesMethods in org.apache.lucene.analysis.sinks that return AttributeSource.State Modifier and Type Method Description (package private) AttributeSource.StateTeeSinkTokenFilter.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) 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.State Modifier and Type Field Description (package private) AttributeSource.StateSynonymFilter.PendingInput. state(package private) AttributeSource.StateSynonymGraphFilter.BufferedInputToken. state(package private) AttributeSource.StateSynonymGraphFilter.BufferedOutputToken. stateConstructors 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.StateSuggestStopFilter. 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.StateAttributeSource.State. nextMethods in org.apache.lucene.util that return AttributeSource.State Modifier and Type Method Description AttributeSource.StateAttributeSource. captureState()Captures the state of all Attributes.AttributeSource.StateAttributeSource.State. clone()private AttributeSource.StateAttributeSource. getCurrentState()Methods in org.apache.lucene.util with parameters of type AttributeSource.State Modifier and Type Method Description 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.
-