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.String
getIndexLocation()
Get the index location of this search engineHashList<java.lang.String,java.lang.String>
getStopWords()
Get the stop words of this search engineboolean
isAutoStartQuickSearch()
Is search engine is auto startvoid
save()
Save the search engine properties to metadatavoid
setAutoStartQuickSearch(boolean autoStartQuickSearch)
Set the search engine to be auto start or not.void
setIndexLocation(java.lang.String indexLocation)
Set the index location of this search enginevoid
setStopWords(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:SearchEngineProperties
Is search engine is auto start- Specified by:
isAutoStartQuickSearch
in interfaceSearchEngineProperties
-
setAutoStartQuickSearch
public void setAutoStartQuickSearch(boolean autoStartQuickSearch)
Description copied from interface:SearchEngineProperties
Set the search engine to be auto start or not.- Specified by:
setAutoStartQuickSearch
in interfaceSearchEngineProperties
-
getIndexLocation
public java.lang.String getIndexLocation()
Description copied from interface:SearchEngineProperties
Get the index location of this search engine- Specified by:
getIndexLocation
in interfaceSearchEngineProperties
-
setIndexLocation
public void setIndexLocation(java.lang.String indexLocation)
Description copied from interface:SearchEngineProperties
Set the index location of this search engine- Specified by:
setIndexLocation
in interfaceSearchEngineProperties
-
getStopWords
public HashList<java.lang.String,java.lang.String> getStopWords()
Description copied from interface:SearchEngineProperties
Get the stop words of this search engine- Specified by:
getStopWords
in interfaceSearchEngineProperties
-
setStopWords
public void setStopWords(HashList<java.lang.String,java.lang.String> stopWords)
Description copied from interface:SearchEngineProperties
Set the stop words of this search engine- Specified by:
setStopWords
in interfaceSearchEngineProperties
-
save
public void save() throws WebObjectsException
Description copied from interface:SearchEngineProperties
Save the search engine properties to metadata- Specified by:
save
in interfaceSearchEngineProperties
- Throws:
WebObjectsException
-
-