Uses of Class
org.apache.solr.update.UpdateHandler
-
Packages that use UpdateHandler Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.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 Modifier and Type Method Description UpdateHandlerSolrCore. 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 Modifier and Type Class Description classDirectUpdateHandler2DirectUpdateHandler2implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.Fields in org.apache.solr.update declared as UpdateHandler Modifier and Type Field Description protected UpdateHandlerUpdateLog. uhandlerMethods in org.apache.solr.update with parameters of type UpdateHandler Modifier and Type Method Description voidUpdateLog. init(UpdateHandler uhandler, SolrCore core)Constructors in org.apache.solr.update with parameters of type UpdateHandler Constructor Description DirectUpdateHandler2(SolrCore core, UpdateHandler updateHandler)
-