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

Packages that use Token
org.apache.lucene.analysis API and code to convert text into indexable tokens. 
org.apache.lucene.analysis.br Analyzer for Brazilian. 
org.apache.lucene.analysis.cjk Analyzer for Chinese, Japanese and Korean. 
org.apache.lucene.analysis.cn Analyzer for Chinese. 
org.apache.lucene.analysis.de Analyzer for German. 
org.apache.lucene.analysis.el Analyzer for Greek. 
org.apache.lucene.analysis.fr Analyzer for French. 
org.apache.lucene.analysis.ngram   
org.apache.lucene.analysis.nl Analyzer for Dutch. 
org.apache.lucene.analysis.ru Analyzer for Russian. 
org.apache.lucene.analysis.standard A grammar-based tokenizer constructed with JavaCC. 
org.apache.lucene.analysis.th   
 

Uses of Token in org.apache.lucene.analysis
 

Methods in org.apache.lucene.analysis that return Token
 Token CharTokenizer.next()
          Returns the next token in the stream, or null at EOS.
 Token ISOLatin1AccentFilter.next()
           
 Token KeywordTokenizer.next()
           
 Token LengthFilter.next()
          Returns the next input Token whose termText() is the right len
 Token LowerCaseFilter.next()
           
 Token PorterStemFilter.next()
          Returns the next input Token, after being stemmed
 Token StopFilter.next()
          Returns the next input Token whose termText() is not a stop word.
abstract  Token TokenStream.next()
          Returns the next token in the stream, or null at EOS.
 

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

Methods in org.apache.lucene.analysis.br that return Token
 Token BrazilianStemFilter.next()
           
 

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

Methods in org.apache.lucene.analysis.cjk that return Token
 Token CJKTokenizer.next()
          Returns the next token in the stream, or null at EOS.
 

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

Methods in org.apache.lucene.analysis.cn that return Token
 Token ChineseFilter.next()
           
 Token ChineseTokenizer.next()
           
 

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

Methods in org.apache.lucene.analysis.de that return Token
 Token GermanStemFilter.next()
           
 

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

Methods in org.apache.lucene.analysis.el that return Token
 Token GreekLowerCaseFilter.next()
           
 

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

Methods in org.apache.lucene.analysis.fr that return Token
 Token FrenchStemFilter.next()
           
 

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

Methods in org.apache.lucene.analysis.ngram that return Token
 Token EdgeNGramTokenizer.next()
          Returns the next token in the stream, or null at EOS.
 Token NGramTokenizer.next()
          Returns the next token in the stream, or null at EOS.
 

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

Methods in org.apache.lucene.analysis.nl that return Token
 Token DutchStemFilter.next()
           
 

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

Methods in org.apache.lucene.analysis.ru that return Token
 Token RussianLowerCaseFilter.next()
           
 Token RussianStemFilter.next()
           
 

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

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

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

Methods in org.apache.lucene.analysis.th that return Token
 Token ThaiWordFilter.next()
           
 



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