Uses of Class
org.apache.lucene.util.AttributeSource.State

Packages that use AttributeSource.State
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.analysis.phonetic Analysis components for phonetic search. 
org.apache.lucene.util Some utility classes. 
 

Uses of AttributeSource.State in org.apache.lucene.analysis
 

Fields in org.apache.lucene.analysis with type parameters of type AttributeSource.State
 List<AttributeSource.State> LookaheadTokenFilter.Position.inputTokens
           
 

Methods in org.apache.lucene.analysis that return AttributeSource.State
 AttributeSource.State LookaheadTokenFilter.Position.nextState()
           
 

Methods in org.apache.lucene.analysis with parameters of type AttributeSource.State
 void LookaheadTokenFilter.Position.add(AttributeSource.State state)
           
 

Uses of AttributeSource.State in org.apache.lucene.analysis.phonetic
 

Fields in org.apache.lucene.analysis.phonetic declared as AttributeSource.State
protected  AttributeSource.State PhoneticFilter.save
           
 

Uses of AttributeSource.State in org.apache.lucene.util
 

Methods in org.apache.lucene.util that return AttributeSource.State
 AttributeSource.State AttributeSource.captureState()
          Captures the state of all Attributes.
 

Methods in org.apache.lucene.util with parameters of type AttributeSource.State
 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.
 



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