Package org.apache.solr.core
Class SolrConfig.UpdateHandlerInfo
- java.lang.Object
-
- org.apache.solr.core.SolrConfig.UpdateHandlerInfo
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
- Enclosing class:
- SolrConfig
public static class SolrConfig.UpdateHandlerInfo extends Object implements org.apache.solr.common.MapSerializable
-
-
Field Summary
Fields Modifier and Type Field Description boolean
aggregateNodeLevelMetricsEnabled
long
autoCommitMaxSizeBytes
int
autoCommmitMaxDocs
int
autoCommmitMaxTime
int
autoSoftCommmitMaxDocs
int
autoSoftCommmitMaxTime
String
className
boolean
commitWithinSoftCommit
boolean
openSearcher
-
Constructor Summary
Constructors Constructor Description UpdateHandlerInfo(String className, int autoCommmitMaxDocs, int autoCommmitMaxTime, long autoCommitMaxSize, boolean openSearcher, int autoSoftCommmitMaxDocs, int autoSoftCommmitMaxTime, boolean commitWithinSoftCommit)
UpdateHandlerInfo(org.apache.solr.common.ConfigNode updateHandler)
-
-
-
Field Detail
-
className
public final String className
-
autoCommmitMaxDocs
public final int autoCommmitMaxDocs
-
autoCommmitMaxTime
public final int autoCommmitMaxTime
-
autoSoftCommmitMaxDocs
public final int autoSoftCommmitMaxDocs
-
autoSoftCommmitMaxTime
public final int autoSoftCommmitMaxTime
-
autoCommitMaxSizeBytes
public final long autoCommitMaxSizeBytes
-
openSearcher
public final boolean openSearcher
-
commitWithinSoftCommit
public final boolean commitWithinSoftCommit
-
aggregateNodeLevelMetricsEnabled
public final boolean aggregateNodeLevelMetricsEnabled
-
-
Constructor Detail
-
UpdateHandlerInfo
public UpdateHandlerInfo(String className, int autoCommmitMaxDocs, int autoCommmitMaxTime, long autoCommitMaxSize, boolean openSearcher, int autoSoftCommmitMaxDocs, int autoSoftCommmitMaxTime, boolean commitWithinSoftCommit)
- Parameters:
autoCommmitMaxDocs
- set -1 as defaultautoCommmitMaxTime
- set -1 as defaultautoCommitMaxSize
- set -1 as default
-
UpdateHandlerInfo
public UpdateHandlerInfo(org.apache.solr.common.ConfigNode updateHandler)
-
-