java.lang.Object | |
↳ | com.microstrategy.web.objects.SearchEnginePropertiesImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SearchEnginePropertiesImpl(WebObjectsFactory _factory) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getIndexLocation()
Get the index location of this search engine
| ||||||||||
HashList<String, String> |
getStopWords()
Get the stop words of this search engine
| ||||||||||
boolean |
isAutoStartQuickSearch()
Is search engine is auto start
| ||||||||||
void |
save()
Save the search engine properties to metadata
| ||||||||||
void |
setAutoStartQuickSearch(boolean autoStartQuickSearch)
Set the search engine to be auto start or not.
| ||||||||||
void |
setIndexLocation(String indexLocation)
Set the index location of this search engine
| ||||||||||
void |
setStopWords(HashList<String, String> stopWords)
Set the stop words of this search engine
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the index location of this search engine
Is search engine is auto start
Set the search engine to be auto start or not.
Set the index location of this search engine
Set the stop words of this search engine