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

Packages that use EntityProcessorWrapper
org.apache.solr.handler.dataimport DataImportHandler and related code. 
 

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

Fields in org.apache.solr.handler.dataimport declared as EntityProcessorWrapper
protected  EntityProcessorWrapper ContextImpl.epw
           
 

Methods in org.apache.solr.handler.dataimport that return types with arguments of type EntityProcessorWrapper
 List<EntityProcessorWrapper> EntityProcessorWrapper.getChildren()
           
 

Methods in org.apache.solr.handler.dataimport with parameters of type EntityProcessorWrapper
 Set<Map<String,Object>> DocBuilder.collectDelta(EntityProcessorWrapper epw, VariableResolver resolver, Set<Map<String,Object>> deletedRows)
           Collects unique keys of all Solr documents for whom one or more source tables have been changed since the last indexed time.
 

Constructors in org.apache.solr.handler.dataimport with parameters of type EntityProcessorWrapper
ContextImpl(EntityProcessorWrapper epw, VariableResolver resolver, DataSource ds, String currProcess, Map<String,Object> global, ContextImpl parentContext, DocBuilder docBuilder)
           
 



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