Uses of Class
org.apache.nutch.analysis.NutchAnalyzer

Packages that use NutchAnalyzer
org.apache.nutch.analysis Tokenizer for documents and query parser. 
 

Uses of NutchAnalyzer in org.apache.nutch.analysis
 

Subclasses of NutchAnalyzer in org.apache.nutch.analysis
 class NutchDocumentAnalyzer
          The analyzer used for Nutch documents.
 

Methods in org.apache.nutch.analysis that return NutchAnalyzer
 NutchAnalyzer AnalyzerFactory.get(String lang)
          Returns the appropriate analyzer implementation given a language code.
protected  NutchAnalyzer AnalyzerFactory.getDefault()
          Method used by unit test
 



Copyright © 2006 The Apache Software Foundation