Package com.microstrategy.web.objects
Class SearchEnginePropertiesImpl
- java.lang.Object
-
- com.microstrategy.web.objects.SearchEnginePropertiesImpl
-
- All Implemented Interfaces:
SearchEngineProperties
public class SearchEnginePropertiesImpl extends java.lang.Object implements SearchEngineProperties
-
-
Constructor Summary
Constructors Constructor Description SearchEnginePropertiesImpl(WebObjectsFactory _factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIndexLocation()Get the index location of this search engineHashList<java.lang.String,java.lang.String>getStopWords()Get the stop words of this search enginebooleanisAutoStartQuickSearch()Is search engine is auto startvoidsave()Save the search engine properties to metadatavoidsetAutoStartQuickSearch(boolean autoStartQuickSearch)Set the search engine to be auto start or not.voidsetIndexLocation(java.lang.String indexLocation)Set the index location of this search enginevoidsetStopWords(HashList<java.lang.String,java.lang.String> stopWords)Set the stop words of this search engine
-
-
-
Constructor Detail
-
SearchEnginePropertiesImpl
public SearchEnginePropertiesImpl(WebObjectsFactory _factory)
-
-
Method Detail
-
isAutoStartQuickSearch
public boolean isAutoStartQuickSearch()
Description copied from interface:SearchEnginePropertiesIs search engine is auto start- Specified by:
isAutoStartQuickSearchin interfaceSearchEngineProperties
-
setAutoStartQuickSearch
public void setAutoStartQuickSearch(boolean autoStartQuickSearch)
Description copied from interface:SearchEnginePropertiesSet the search engine to be auto start or not.- Specified by:
setAutoStartQuickSearchin interfaceSearchEngineProperties
-
getIndexLocation
public java.lang.String getIndexLocation()
Description copied from interface:SearchEnginePropertiesGet the index location of this search engine- Specified by:
getIndexLocationin interfaceSearchEngineProperties
-
setIndexLocation
public void setIndexLocation(java.lang.String indexLocation)
Description copied from interface:SearchEnginePropertiesSet the index location of this search engine- Specified by:
setIndexLocationin interfaceSearchEngineProperties
-
getStopWords
public HashList<java.lang.String,java.lang.String> getStopWords()
Description copied from interface:SearchEnginePropertiesGet the stop words of this search engine- Specified by:
getStopWordsin interfaceSearchEngineProperties
-
setStopWords
public void setStopWords(HashList<java.lang.String,java.lang.String> stopWords)
Description copied from interface:SearchEnginePropertiesSet the stop words of this search engine- Specified by:
setStopWordsin interfaceSearchEngineProperties
-
save
public void save() throws WebObjectsExceptionDescription copied from interface:SearchEnginePropertiesSave the search engine properties to metadata- Specified by:
savein interfaceSearchEngineProperties- Throws:
WebObjectsException
-
-