protected class AdminSolrMgr.StaticData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
addSpellingForCatalog |
private boolean |
addSpellingWhenDisabled |
private boolean |
addSpellingWhenInvisible |
private boolean |
addTermForCatalog |
private boolean |
addTermWhenDisabled |
private boolean |
addTermWhenInvisible |
private boolean |
catalogUsedForPrice |
private boolean |
catalogUsedForQty |
private boolean |
commitInCode |
private boolean |
deleteOnCommit |
private boolean |
enableSpellingSuggestions |
private java.lang.String |
solrAccessMode |
private java.util.List<java.lang.String> |
solrBaseUrls |
private java.lang.String |
solrPath |
private java.lang.String |
solrUrl |
private boolean |
useSolr |
private java.lang.String |
zookeeperHosts |
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSolrAccessMode() |
java.util.List<java.lang.String> |
getSolrBaseUrls() |
java.lang.String |
getSolrPath() |
java.lang.String |
getSolrUrl() |
java.lang.String |
getZookeeperHosts() |
boolean |
isAddSpellingForCatalog() |
boolean |
isAddSpellingWhenDisabled() |
boolean |
isAddSpellingWhenInvisible() |
boolean |
isAddTermForCatalog() |
boolean |
isAddTermWhenDisabled() |
boolean |
isAddTermWhenInvisible() |
boolean |
isCatalogUsedForPrice() |
boolean |
isCatalogUsedForQty() |
boolean |
isCommitInCode() |
boolean |
isDeleteOnCommit() |
boolean |
isEnableSpellingSuggestions() |
boolean |
isUseSolr() |
void |
setAddSpellingForCatalog(boolean addSpellingForCatalog) |
void |
setAddSpellingWhenDisabled(boolean addSpellingWhenDisabled) |
void |
setAddSpellingWhenInvisible(boolean addSpellingWhenInvisible) |
void |
setAddTermForCatalog(boolean addTermForCatalog) |
void |
setAddTermWhenDisabled(boolean addTermWhenDisabled) |
void |
setAddTermWhenInvisible(boolean addTermWhenInvisible) |
void |
setCatalogUsedForPrice(boolean catalogUsedForPrice) |
void |
setCatalogUsedForQty(boolean catalogUsedForQty) |
void |
setCommitInCode(boolean commitInCode) |
void |
setDeleteOnCommit(boolean deleteOnCommit) |
void |
setEnableSpellingSuggestions(boolean enableSpellingSuggestions) |
void |
setSolrAccessMode(java.lang.String solrAccessMode) |
void |
setSolrBaseUrls(java.util.List<java.lang.String> solrBaseUrls) |
void |
setSolrPath(java.lang.String solrPath) |
void |
setSolrUrl(java.lang.String solrUrl) |
void |
setUseSolr(boolean useSolr) |
void |
setZookeeperHosts(java.lang.String zookeeperHosts) |
private java.lang.String solrUrl
private java.util.List<java.lang.String> solrBaseUrls
private java.lang.String solrPath
private java.lang.String zookeeperHosts
private boolean useSolr
private java.lang.String solrAccessMode
private boolean deleteOnCommit
private boolean commitInCode
private boolean addTermWhenDisabled
private boolean addTermWhenInvisible
private boolean enableSpellingSuggestions
private boolean addSpellingWhenDisabled
private boolean addSpellingWhenInvisible
private boolean addTermForCatalog
private boolean addSpellingForCatalog
private boolean catalogUsedForPrice
private boolean catalogUsedForQty
public java.lang.String getSolrUrl()
public void setSolrUrl(java.lang.String solrUrl)
solrUrl
- The solrUrl to set.public java.util.List<java.lang.String> getSolrBaseUrls()
public void setSolrBaseUrls(java.util.List<java.lang.String> solrBaseUrls)
solrBaseUrls
- the solrBaseUrls to setpublic java.lang.String getSolrPath()
public void setSolrPath(java.lang.String solrPath)
solrPath
- the solrPath to setpublic java.lang.String getZookeeperHosts()
public void setZookeeperHosts(java.lang.String zookeeperHosts)
zookeeperHosts
- the zookeeperHosts to setpublic boolean isUseSolr()
public void setUseSolr(boolean useSolr)
useSolr
- The useSolr to set.public java.lang.String getSolrAccessMode()
public void setSolrAccessMode(java.lang.String solrAccessMode)
solrAccessMode
- the solrAccessMode to setpublic boolean isDeleteOnCommit()
public void setDeleteOnCommit(boolean deleteOnCommit)
deleteOnCommit
- the deleteOnCommit to setpublic boolean isCommitInCode()
public void setCommitInCode(boolean commitInCode)
commitInCode
- the commitInCode to setpublic boolean isAddTermWhenDisabled()
public void setAddTermWhenDisabled(boolean addTermWhenDisabled)
addTermWhenDisabled
- the addTermWhenDisabled to setpublic boolean isAddTermWhenInvisible()
public void setAddTermWhenInvisible(boolean addTermWhenInvisible)
addTermWhenInvisible
- the addTermWhenInvisible to setpublic boolean isEnableSpellingSuggestions()
public void setEnableSpellingSuggestions(boolean enableSpellingSuggestions)
enableSpellingSuggestions
- the enableSpellingSuggestions to setpublic boolean isAddSpellingWhenDisabled()
public void setAddSpellingWhenDisabled(boolean addSpellingWhenDisabled)
addSpellingWhenDisabled
- the addSpellingWhenDisabled to setpublic boolean isAddSpellingWhenInvisible()
public void setAddSpellingWhenInvisible(boolean addSpellingWhenInvisible)
addSpellingWhenInvisible
- the addSpellingWhenInvisible to setpublic boolean isAddTermForCatalog()
public void setAddTermForCatalog(boolean addTermForCatalog)
addTermForCatalog
- the addTermForCatalog to setpublic boolean isCatalogUsedForPrice()
public void setCatalogUsedForPrice(boolean catalogUsedForPrice)
catalogUsedForPrice
- the catalogUsedForPrice to setpublic boolean isCatalogUsedForQty()
public void setCatalogUsedForQty(boolean catalogUsedForQty)
catalogUsedForQty
- the catalogUsedForQty to setpublic boolean isAddSpellingForCatalog()
public void setAddSpellingForCatalog(boolean addSpellingForCatalog)
addSpellingForCatalog
- the addSpellingForCatalog to setCopyright © 2018 DS Data Systems UK Ltd.