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

Packages that use AttributeSource.State
org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index. 
org.apache.lucene.util Some utility classes. 
 

Uses of AttributeSource.State in org.apache.lucene.index.memory
 

Methods in org.apache.lucene.index.memory with parameters of type AttributeSource.State
protected  boolean SynonymTokenFilter.createToken(String synonym, AttributeSource.State current)
          Creates and returns a token for the given synonym of the current input token; Override for custom (stateless or stateful) behavior, if desired.
 

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-2010 Apache Software Foundation. All Rights Reserved.