Uses of Class
org.apache.solr.handler.dataimport.DataImporter

Packages that use DataImporter
org.apache.solr.handler.dataimport   
org.apache.solr.handler.dataimport.config   
 

Uses of DataImporter in org.apache.solr.handler.dataimport
 

Methods in org.apache.solr.handler.dataimport with parameters of type DataImporter
 void ZKPropertiesWriter.init(DataImporter dataImporter)
           
 void DIHPropertiesWriter.init(DataImporter dataImporter)
           
 void SimplePropertiesWriter.init(DataImporter dataImporter)
           
 

Constructors in org.apache.solr.handler.dataimport with parameters of type DataImporter
DocBuilder(DataImporter dataImporter, SolrWriter solrWriter, DIHPropertiesWriter propWriter, RequestInfo reqParams)
           
 

Uses of DataImporter in org.apache.solr.handler.dataimport.config
 

Methods in org.apache.solr.handler.dataimport.config with parameters of type DataImporter
static Map<String,EntityField> ConfigParseUtil.gatherAllFields(DataImporter di, Entity e)
           
static void ConfigParseUtil.verifyWithSchema(DataImporter di, Map<String,EntityField> fields)
           
 

Constructors in org.apache.solr.handler.dataimport.config with parameters of type DataImporter
DIHConfiguration(Element element, DataImporter di, List<Map<String,String>> functions, Script script, Map<String,Properties> dataSources)
           
Document(Element element, DataImporter di, List<Map<String,String>> functions, Script script, Map<String,Properties> dataSources)
           
Entity(boolean docRootFound, Element element, DataImporter di, Entity parent)
           
 



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