Uses of Class
org.apache.solr.core.SolrConfig.UpdateHandlerInfo
-
Packages that use SolrConfig.UpdateHandlerInfo Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCores -
-
Uses of SolrConfig.UpdateHandlerInfo in org.apache.solr.cloud
Methods in org.apache.solr.cloud with parameters of type SolrConfig.UpdateHandlerInfo Modifier and Type Method Description static StringReplicateFromLeader. determinePollInterval(SolrConfig.UpdateHandlerInfo uinfo)Determine the poll interval for replicas based on the auto soft/hard commit schedule or configured commit poll interval -
Uses of SolrConfig.UpdateHandlerInfo in org.apache.solr.core
Fields in org.apache.solr.core declared as SolrConfig.UpdateHandlerInfo Modifier and Type Field Description protected SolrConfig.UpdateHandlerInfoSolrConfig. updateHandlerInfoMethods in org.apache.solr.core that return SolrConfig.UpdateHandlerInfo Modifier and Type Method Description SolrConfig.UpdateHandlerInfoSolrConfig. getUpdateHandlerInfo()protected SolrConfig.UpdateHandlerInfoSolrConfig. loadUpdatehandlerInfo()
-