Uses of Class
org.apache.solr.update.UpdateLog
-
Packages that use UpdateLog 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 UpdateLog in org.apache.solr.core
Methods in org.apache.solr.core that return UpdateLog Modifier and Type Method Description UpdateLogDirectoryFactory. newDefaultUpdateLog()Returns a default Update Log instance. -
Uses of UpdateLog in org.apache.solr.update
Fields in org.apache.solr.update declared as UpdateLog Modifier and Type Field Description protected UpdateLogUpdateHandler. ulogMethods in org.apache.solr.update that return UpdateLog Modifier and Type Method Description UpdateLogDirectUpdateHandler2. getUpdateLog()abstract UpdateLogUpdateHandler. getUpdateLog()Constructors in org.apache.solr.update with parameters of type UpdateLog Constructor Description UpdateHandler(SolrCore core, UpdateLog updateLog)UpdateHandler(SolrCore core, UpdateLog updateLog, boolean initUlog)Subclasses should call this ctor, with `initUlog=false` and should then, as the last action in the subclass ctor, callUpdateHandler.initUlog(boolean).VersionInfo(UpdateLog ulog)
-