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

Packages that use UpdateHandler
org.apache.solr.core   
org.apache.solr.update   
 

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.
 

Uses of UpdateHandler in org.apache.solr.update
 

Subclasses of UpdateHandler in org.apache.solr.update
 class DirectUpdateHandler
          Deprecated. Use DirectUpdateHandler2 instead. This is only kept around for back-compatibility (way back).
 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.