public class SolrIndexConfigDTO extends ItemDTO
| Constructor and Description |
|---|
SolrIndexConfigDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
String |
getCommitMode() |
String |
getExportPath() |
String |
getIndexMode() |
int |
getMaxBatchRetries() |
int |
getMaxRetries() |
String |
getName() |
String |
getNodeGroup() |
int |
getNumberOfThreads() |
String |
getOptimizeMode() |
boolean |
isDistributedIndexing() |
boolean |
isIgnoreErrors() |
boolean |
isLegacyMode() |
void |
setBatchSize(int value) |
void |
setCommitMode(String value) |
void |
setDistributedIndexing(boolean value) |
void |
setExportPath(String value) |
void |
setIgnoreErrors(boolean value) |
void |
setIndexMode(String value) |
void |
setLegacyMode(boolean value) |
void |
setMaxBatchRetries(int value) |
void |
setMaxRetries(int value) |
void |
setName(String value) |
void |
setNodeGroup(String value) |
void |
setNumberOfThreads(int value) |
void |
setOptimizeMode(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SolrIndexConfigDTO()
public int getBatchSize()
public String getCommitMode()
public String getExportPath()
public String getIndexMode()
public int getMaxBatchRetries()
public int getMaxRetries()
public String getName()
public String getNodeGroup()
public int getNumberOfThreads()
public String getOptimizeMode()
public boolean isDistributedIndexing()
public boolean isIgnoreErrors()
public boolean isLegacyMode()
public void setBatchSize(int value)
public void setCommitMode(String value)
public void setDistributedIndexing(boolean value)
public void setExportPath(String value)
public void setIgnoreErrors(boolean value)
public void setIndexMode(String value)
public void setLegacyMode(boolean value)
public void setMaxBatchRetries(int value)
public void setMaxRetries(int value)
public void setName(String value)
public void setNodeGroup(String value)
public void setNumberOfThreads(int value)
public void setOptimizeMode(String value)
Copyright © 2017 SAP SE. All Rights Reserved.