com.microstrategy.web.objects.SearchEngineProperties |
![]() |
This interface defines class SearchEngineProperties, which is used in the search index to describe the search engine. 10/18/2013 @author swang
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getIndexLocation()
Get the index location of this search engine
| ||||||||||
abstract HashList<String, String> |
getStopWords()
Get the stop words of this search engine
| ||||||||||
abstract boolean |
isAutoStartQuickSearch()
Is search engine is auto start
| ||||||||||
abstract void |
save()
Save the search engine properties to metadata
| ||||||||||
abstract void |
setAutoStartQuickSearch(boolean autoStartQuickSearch)
Set the search engine to be auto start or not.
| ||||||||||
abstract void |
setIndexLocation(String indexLocation)
Set the index location of this search engine
| ||||||||||
abstract void |
setStopWords(HashList<String, String> stopWords)
Set the stop words of this search engine
|
Get the index location of this search engine
Is search engine is auto start
Save the search engine properties to metadata
WebObjectsException |
---|
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