Uses of Class
org.apache.solr.update.UpdateHandler

Packages that use UpdateHandler
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.update APIs and classes for managing index updates 
 

Uses of UpdateHandler in org.apache.solr.core
 

Methods in org.apache.solr.core that return UpdateHandler
 UpdateHandler SolrCore.getUpdateHandler()
          RequestHandlers need access to the updateHandler so they can all talk to the same RAM indexer.
 

Constructors in org.apache.solr.core with parameters of type UpdateHandler
SolrCore(String name, String dataDir, SolrConfig config, IndexSchema schema, CoreDescriptor cd, UpdateHandler updateHandler, IndexDeletionPolicyWrapper delPolicy, SolrCore prev)
          Creates a new core and register it in the list of cores.
 

Uses of UpdateHandler in org.apache.solr.update
 

Subclasses of UpdateHandler in org.apache.solr.update
 class DirectUpdateHandler2
          DirectUpdateHandler2 implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.
 

Methods in org.apache.solr.update with parameters of type UpdateHandler
 void UpdateLog.init(UpdateHandler uhandler, SolrCore core)
           
 void HdfsUpdateLog.init(UpdateHandler uhandler, SolrCore core)
           
 

Constructors in org.apache.solr.update with parameters of type UpdateHandler
DirectUpdateHandler2(SolrCore core, UpdateHandler updateHandler)
           
 



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