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

Packages that use EntityProcessorWrapper
org.apache.solr.handler.dataimport   
 

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, VariableResolverImpl 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, VariableResolverImpl resolver, DataSource ds, String currProcess, Map<String,Object> global, ContextImpl parentContext, DocBuilder docBuilder)
           
 



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