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 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 CachingTokenFilter.next()
           
 Token TeeTokenFilter.next(Token result)
           
 Token PorterStemFilter.next(Token result)
           
 Token StopFilter.next(Token result)
          Returns the next input Token whose termText() is not a stop word.
 Token LowerCaseFilter.next(Token result)
           
 Token TokenStream.next(Token result)
          Returns the next token in the stream, or null at EOS.
 Token ISOLatin1AccentFilter.next(Token result)
           
 Token KeywordTokenizer.next(Token result)
           
 Token LengthFilter.next(Token result)
          Returns the next input Token whose termText() is the right len
 Token CharTokenizer.next(Token token)
           
 

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 TeeTokenFilter.next(Token result)
           
 Token PorterStemFilter.next(Token result)
           
 Token StopFilter.next(Token result)
          Returns the next input Token whose termText() is not a stop word.
 Token LowerCaseFilter.next(Token result)
           
 Token TokenStream.next(Token result)
          Returns the next token in the stream, or null at EOS.
 Token ISOLatin1AccentFilter.next(Token result)
           
 Token KeywordTokenizer.next(Token result)
           
 Token LengthFilter.next(Token result)
          Returns the next input Token whose termText() is the right len
 Token CharTokenizer.next(Token token)
           
 

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

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

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



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