Uses of Class
org.apache.lucene.analysis.Token

Packages that use Token
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.analysis.standard A fast grammar-based tokenizer constructed with JFlex. 
 

Uses of Token in org.apache.lucene.analysis
 

Methods in org.apache.lucene.analysis that return Token
 Token CachingTokenFilter.next()
           
 Token SinkTokenizer.next()
          Returns the next token out of the list of cached tokens
 Token TokenStream.next()
          Returns the next token in the stream, or null at EOS.
 Token CharTokenizer.next(Token token)
           
 Token TeeTokenFilter.next(Token result)
           
 Token StopFilter.next(Token result)
          Returns the next input Token whose termText() is not a stop word.
 Token PorterStemFilter.next(Token result)
           
 Token LowerCaseFilter.next(Token result)
           
 Token LengthFilter.next(Token result)
          Returns the next input Token whose termText() is the right len
 Token KeywordTokenizer.next(Token result)
           
 Token ISOLatin1AccentFilter.next(Token result)
           
 Token TokenStream.next(Token result)
          Returns the next token in the stream, or null at EOS.
 

Methods in org.apache.lucene.analysis with parameters of type Token
 void SinkTokenizer.add(Token t)
          Override this method to cache only certain tokens, or new tokens based on the old tokens.
 Token CharTokenizer.next(Token token)
           
 Token TeeTokenFilter.next(Token result)
           
 Token StopFilter.next(Token result)
          Returns the next input Token whose termText() is not a stop word.
 Token PorterStemFilter.next(Token result)
           
 Token LowerCaseFilter.next(Token result)
           
 Token LengthFilter.next(Token result)
          Returns the next input Token whose termText() is the right len
 Token KeywordTokenizer.next(Token result)
           
 Token ISOLatin1AccentFilter.next(Token result)
           
 Token TokenStream.next(Token result)
          Returns the next token in the stream, or null at EOS.
 

Uses of Token in org.apache.lucene.analysis.standard
 

Methods in org.apache.lucene.analysis.standard that return Token
 Token StandardFilter.next(Token result)
          Returns the next token in the stream, or null at EOS.
 Token StandardTokenizer.next(Token result)
           
 

Methods in org.apache.lucene.analysis.standard with parameters of type Token
 Token StandardFilter.next(Token result)
          Returns the next token in the stream, or null at EOS.
 Token StandardTokenizer.next(Token result)
           
 



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