public interface SearchEngineConfig
| Modifier and Type | Method and Description |
|---|---|
SearchEngine |
getEngine(String name)
Gets an instance of SearchEngine for the given search engine name
|
List<String> |
getEngineNames()
Gets the list of search engines names configured in Content Server
|
SearchEngineMetadata |
getMetadata(String engineName)
Gets the metadata information configured for search engine in Content Server
|
List<String> getEngineNames()
SearchEngineMetadata getMetadata(String engineName)
engineName - the name of the search engine of which we want to retrieve the metadataSearchEngine getEngine(String name)
name - the String name of the search engine