Interface | Description |
---|---|
SearchEngine |
SearchEngine is the Content Server abstraction of the search engine that would be used for indexing
and searching of Content Server data.
|
SearchEngineConfig |
A SearchEngineConfig represents the Configuration information for Content Server search engines.
|
SearchEngineMetadata |
SearchEngineMetadata represents the SearchEngine configuration information in Content Server.
|
SearchResult<T extends ResultRow> |
SearchResult represents the search engine searching results; Search result is an Iterator of ResultRow
that contains the returned search results from one search oepration
|
Exception | Description |
---|---|
SearchEngineException |
The exception is thrown by Search Engine integration classes to indicate processing errors in
indexing, or searching
|