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.de Support for indexing and searching of German text. 
org.apache.lucene.analysis.ru Support for indexing and searching Russian text. 
org.apache.lucene.analysis.standard A grammar-based tokenizer constructed with JavaCC.  
org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages.  
 

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 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.
 Token PorterStemFilter.next()
          Returns the next input Token, after being stemmed
 Token LowerCaseFilter.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.ru
 

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

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

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

Uses of Token in org.apache.lucene.search.highlight
 

Methods in org.apache.lucene.search.highlight that return Token
 Token TokenGroup.getToken(int index)
           
 

Methods in org.apache.lucene.search.highlight with parameters of type Token
 boolean Fragmenter.isNewFragment(Token nextToken)
          Test to see if this token from the stream should be held in a new TextFragment
 boolean SimpleFragmenter.isNewFragment(Token token)
           
 float QueryScorer.getTokenScore(Token token)
           
 float Scorer.getTokenScore(Token token)
          Called for each token in the current fragment
 



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