Uses of Interface
org.apache.nutch.indexer.NutchIndexWriter

Packages that use NutchIndexWriter
org.apache.nutch.indexer Maintain Lucene full-text indexes. 
org.apache.nutch.indexer.solr   
 

Uses of NutchIndexWriter in org.apache.nutch.indexer
 

Methods in org.apache.nutch.indexer that return NutchIndexWriter
static NutchIndexWriter[] NutchIndexWriterFactory.getNutchIndexWriters(Configuration conf)
           
 

Method parameters in org.apache.nutch.indexer with type arguments of type NutchIndexWriter
static void NutchIndexWriterFactory.addClassToConf(Configuration conf, Class<? extends NutchIndexWriter> clazz)
           
 

Uses of NutchIndexWriter in org.apache.nutch.indexer.solr
 

Classes in org.apache.nutch.indexer.solr that implement NutchIndexWriter
 class SolrWriter
           
 



Copyright © 2012 The Apache Software Foundation