Search services provide access to external repositories without adding documents to the portal Knowledge Directory. Search services are especially useful for content that changes frequently or is only accessed by a small number of portal users. Search services are a way to make content accessible to portal users without adding documents to your portal Knowledge Directory.
Using the IDK, you can create remote search services that access a range of backend systems.
See Search Examples.
Class | Description |
---|---|
RemoteSearchRecord | Bean implementation of ISearchRecord . |
SearchConstants | Constants for error codes. If one of these constants is used in ISearchResult.SetResultCode , a link to the appropriate preferences page will be displayed. |
SearchException | Class to pass known search exceptions and user-defined messages to the search interface in the portal. |
TypeSearchError | Type-safe enumeration of error types. |
Interface | Description |
---|---|
IRemoteSearch | Interface to enable the portal to execute searches on remote systems. This interface delivers search results based on specific inputs from the portal. See Search Examples. |
ISearchContext | Interface that provides a way to connect to the portal via the PRC. |
ISearchQuery | Interface that provides the input information to execute the search. For example, remote system access information, query strings, as well as search output preferences, including the number of records to be skipped. |
ISearchRecord | Bean-type interface for an individual search record. |
ISearchResult | Interface that represents search results. |
ISearchUser | Interface that provides user-related information to enable the retrieval of results authorized and personalized for the user. |