public class SolrIndexConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BATCHSIZE
Generated constant - Attribute key of
SolrIndexConfig.batchSize attribute defined at extension solrfacetsearch. |
static java.lang.String |
COMMITMODE
Generated constant - Attribute key of
SolrIndexConfig.commitMode attribute defined at extension solrfacetsearch. |
static java.lang.String |
DISTRIBUTEDINDEXING
Generated constant - Attribute key of
SolrIndexConfig.distributedIndexing attribute defined at extension solrfacetsearch. |
static java.lang.String |
EXPORTPATH
Generated constant - Attribute key of
SolrIndexConfig.exportPath attribute defined at extension solrfacetsearch. |
static java.lang.String |
IGNOREERRORS
Generated constant - Attribute key of
SolrIndexConfig.ignoreErrors attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXMODE
Generated constant - Attribute key of
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch. |
static java.lang.String |
LEGACYMODE
Generated constant - Attribute key of
SolrIndexConfig.legacyMode attribute defined at extension solrfacetsearch. |
static java.lang.String |
MAXBATCHRETRIES
Generated constant - Attribute key of
SolrIndexConfig.maxBatchRetries attribute defined at extension solrfacetsearch. |
static java.lang.String |
MAXRETRIES
Generated constant - Attribute key of
SolrIndexConfig.maxRetries attribute defined at extension solrfacetsearch. |
static java.lang.String |
NAME
Generated constant - Attribute key of
SolrIndexConfig.name attribute defined at extension solrfacetsearch. |
static java.lang.String |
NODEGROUP
Generated constant - Attribute key of
SolrIndexConfig.nodeGroup attribute defined at extension solrfacetsearch. |
static java.lang.String |
NUMBEROFTHREADS
Generated constant - Attribute key of
SolrIndexConfig.numberOfThreads attribute defined at extension solrfacetsearch. |
static java.lang.String |
OPTIMIZEMODE
Generated constant - Attribute key of
SolrIndexConfig.optimizeMode attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexConfigModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrIndexConfigModel(java.lang.String _name)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexConfigModel(java.lang.String _name,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Generated method - Getter of the
SolrIndexConfig.batchSize attribute defined at extension solrfacetsearch. |
SolrCommitMode |
getCommitMode()
Generated method - Getter of the
SolrIndexConfig.commitMode attribute defined at extension solrfacetsearch. |
java.lang.String |
getExportPath()
Generated method - Getter of the
SolrIndexConfig.exportPath attribute defined at extension solrfacetsearch. |
IndexMode |
getIndexMode()
Generated method - Getter of the
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch. |
int |
getMaxBatchRetries()
Generated method - Getter of the
SolrIndexConfig.maxBatchRetries attribute defined at extension solrfacetsearch. |
int |
getMaxRetries()
Generated method - Getter of the
SolrIndexConfig.maxRetries attribute defined at extension solrfacetsearch. |
java.lang.String |
getName()
Generated method - Getter of the
SolrIndexConfig.name attribute defined at extension solrfacetsearch. |
java.lang.String |
getNodeGroup()
Generated method - Getter of the
SolrIndexConfig.nodeGroup attribute defined at extension solrfacetsearch. |
int |
getNumberOfThreads()
Generated method - Getter of the
SolrIndexConfig.numberOfThreads attribute defined at extension solrfacetsearch. |
SolrOptimizeMode |
getOptimizeMode()
Generated method - Getter of the
SolrIndexConfig.optimizeMode attribute defined at extension solrfacetsearch. |
boolean |
isDistributedIndexing()
Generated method - Getter of the
SolrIndexConfig.distributedIndexing attribute defined at extension solrfacetsearch. |
boolean |
isIgnoreErrors()
Generated method - Getter of the
SolrIndexConfig.ignoreErrors attribute defined at extension solrfacetsearch. |
boolean |
isLegacyMode()
Deprecated.
|
void |
setBatchSize(int value)
Generated method - Setter of
SolrIndexConfig.batchSize attribute defined at extension solrfacetsearch. |
void |
setCommitMode(SolrCommitMode value)
Generated method - Setter of
SolrIndexConfig.commitMode attribute defined at extension solrfacetsearch. |
void |
setDistributedIndexing(boolean value)
Generated method - Setter of
SolrIndexConfig.distributedIndexing attribute defined at extension solrfacetsearch. |
void |
setExportPath(java.lang.String value)
Generated method - Setter of
SolrIndexConfig.exportPath attribute defined at extension solrfacetsearch. |
void |
setIgnoreErrors(boolean value)
Generated method - Setter of
SolrIndexConfig.ignoreErrors attribute defined at extension solrfacetsearch. |
void |
setIndexMode(IndexMode value)
Generated method - Setter of
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch. |
void |
setLegacyMode(boolean value)
Deprecated.
|
void |
setMaxBatchRetries(int value)
Generated method - Setter of
SolrIndexConfig.maxBatchRetries attribute defined at extension solrfacetsearch. |
void |
setMaxRetries(int value)
Generated method - Setter of
SolrIndexConfig.maxRetries attribute defined at extension solrfacetsearch. |
void |
setName(java.lang.String value)
Generated method - Initial setter of
SolrIndexConfig.name attribute defined at extension solrfacetsearch. |
void |
setNodeGroup(java.lang.String value)
Generated method - Setter of
SolrIndexConfig.nodeGroup attribute defined at extension solrfacetsearch. |
void |
setNumberOfThreads(int value)
Generated method - Setter of
SolrIndexConfig.numberOfThreads attribute defined at extension solrfacetsearch. |
void |
setOptimizeMode(SolrOptimizeMode value)
Generated method - Setter of
SolrIndexConfig.optimizeMode attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String NAME
SolrIndexConfig.name attribute defined at extension solrfacetsearch.public static final java.lang.String BATCHSIZE
SolrIndexConfig.batchSize attribute defined at extension solrfacetsearch.public static final java.lang.String EXPORTPATH
SolrIndexConfig.exportPath attribute defined at extension solrfacetsearch.public static final java.lang.String NUMBEROFTHREADS
SolrIndexConfig.numberOfThreads attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXMODE
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch.public static final java.lang.String COMMITMODE
SolrIndexConfig.commitMode attribute defined at extension solrfacetsearch.public static final java.lang.String OPTIMIZEMODE
SolrIndexConfig.optimizeMode attribute defined at extension solrfacetsearch.public static final java.lang.String IGNOREERRORS
SolrIndexConfig.ignoreErrors attribute defined at extension solrfacetsearch.public static final java.lang.String LEGACYMODE
SolrIndexConfig.legacyMode attribute defined at extension solrfacetsearch.public static final java.lang.String MAXRETRIES
SolrIndexConfig.maxRetries attribute defined at extension solrfacetsearch.public static final java.lang.String MAXBATCHRETRIES
SolrIndexConfig.maxBatchRetries attribute defined at extension solrfacetsearch.public static final java.lang.String DISTRIBUTEDINDEXING
SolrIndexConfig.distributedIndexing attribute defined at extension solrfacetsearch.public static final java.lang.String NODEGROUP
SolrIndexConfig.nodeGroup attribute defined at extension solrfacetsearch.public SolrIndexConfigModel()
public SolrIndexConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexConfigModel(java.lang.String _name)
_name - initial attribute declared by type SolrIndexConfig at extension solrfacetsearch@Deprecated
public SolrIndexConfigModel(java.lang.String _name,
ItemModel _owner)
_name - initial attribute declared by type SolrIndexConfig at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="batchSize", type=GETTER) public int getBatchSize()
SolrIndexConfig.batchSize attribute defined at extension solrfacetsearch.@Accessor(qualifier="commitMode", type=GETTER) public SolrCommitMode getCommitMode()
SolrIndexConfig.commitMode attribute defined at extension solrfacetsearch.@Accessor(qualifier="exportPath", type=GETTER) public java.lang.String getExportPath()
SolrIndexConfig.exportPath attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexMode", type=GETTER) public IndexMode getIndexMode()
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch.@Accessor(qualifier="maxBatchRetries", type=GETTER) public int getMaxBatchRetries()
SolrIndexConfig.maxBatchRetries attribute defined at extension solrfacetsearch.@Accessor(qualifier="maxRetries", type=GETTER) public int getMaxRetries()
SolrIndexConfig.maxRetries attribute defined at extension solrfacetsearch.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
SolrIndexConfig.name attribute defined at extension solrfacetsearch.@Accessor(qualifier="nodeGroup", type=GETTER) public java.lang.String getNodeGroup()
SolrIndexConfig.nodeGroup attribute defined at extension solrfacetsearch.@Accessor(qualifier="numberOfThreads", type=GETTER) public int getNumberOfThreads()
SolrIndexConfig.numberOfThreads attribute defined at extension solrfacetsearch.@Accessor(qualifier="optimizeMode", type=GETTER) public SolrOptimizeMode getOptimizeMode()
SolrIndexConfig.optimizeMode attribute defined at extension solrfacetsearch.@Accessor(qualifier="distributedIndexing", type=GETTER) public boolean isDistributedIndexing()
SolrIndexConfig.distributedIndexing attribute defined at extension solrfacetsearch.@Accessor(qualifier="ignoreErrors", type=GETTER) public boolean isIgnoreErrors()
SolrIndexConfig.ignoreErrors attribute defined at extension solrfacetsearch.@Deprecated @Accessor(qualifier="legacyMode", type=GETTER) public boolean isLegacyMode()
SolrIndexConfig.legacyMode attribute defined at extension solrfacetsearch.@Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(int value)
SolrIndexConfig.batchSize attribute defined at extension solrfacetsearch.value - the batchSize@Accessor(qualifier="commitMode", type=SETTER) public void setCommitMode(SolrCommitMode value)
SolrIndexConfig.commitMode attribute defined at extension solrfacetsearch.value - the commitMode@Accessor(qualifier="distributedIndexing", type=SETTER) public void setDistributedIndexing(boolean value)
SolrIndexConfig.distributedIndexing attribute defined at extension solrfacetsearch.value - the distributedIndexing@Accessor(qualifier="exportPath", type=SETTER) public void setExportPath(java.lang.String value)
SolrIndexConfig.exportPath attribute defined at extension solrfacetsearch.value - the exportPath@Accessor(qualifier="ignoreErrors", type=SETTER) public void setIgnoreErrors(boolean value)
SolrIndexConfig.ignoreErrors attribute defined at extension solrfacetsearch.value - the ignoreErrors@Accessor(qualifier="indexMode", type=SETTER) public void setIndexMode(IndexMode value)
SolrIndexConfig.indexMode attribute defined at extension solrfacetsearch.value - the indexMode@Deprecated @Accessor(qualifier="legacyMode", type=SETTER) public void setLegacyMode(boolean value)
SolrIndexConfig.legacyMode attribute defined at extension solrfacetsearch.value - the legacyMode@Accessor(qualifier="maxBatchRetries", type=SETTER) public void setMaxBatchRetries(int value)
SolrIndexConfig.maxBatchRetries attribute defined at extension solrfacetsearch.value - the maxBatchRetries@Accessor(qualifier="maxRetries", type=SETTER) public void setMaxRetries(int value)
SolrIndexConfig.maxRetries attribute defined at extension solrfacetsearch.value - the maxRetries@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
SolrIndexConfig.name attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the name - unique identifier of indexer configuration@Accessor(qualifier="nodeGroup", type=SETTER) public void setNodeGroup(java.lang.String value)
SolrIndexConfig.nodeGroup attribute defined at extension solrfacetsearch.value - the nodeGroup - allows to control on which node group of a cluster process will be executed in case of distributed indexing@Accessor(qualifier="numberOfThreads", type=SETTER) public void setNumberOfThreads(int value)
SolrIndexConfig.numberOfThreads attribute defined at extension solrfacetsearch.value - the numberOfThreads@Accessor(qualifier="optimizeMode", type=SETTER) public void setOptimizeMode(SolrOptimizeMode value)
SolrIndexConfig.optimizeMode attribute defined at extension solrfacetsearch.value - the optimizeModeCopyright © 2018 SAP SE. All Rights Reserved.