APPEND_SEARCH_AUDIT_INFO GET_EXTERNAL_DOC_INFO GET_EXTERNAL_HIGHLIGHT_INFO GET_EXTERNAL_XML_HIGHLIGHT_INFO

Core Oracle Content Server Services 4-123

4.12.24 GET_SCHEMA_VIEW_VALUES

Service that displays values in the specified view. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ schViewName: The name of the view to be used.

4.12.25 GET_SCHEMA_VIEWS

Service that retrieves all defined schema views. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.12.26 PUBLISH_SCHEMA

Service that initiates a publish of all schemas. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.13 Search Services Core Oracle Content Server

The Search Services are used to manage searching within the Oracle Content Server system. Frequently used services are marked with an asterisk in the following list. The following services are described in this section: ■ APPEND_SEARCH_AUDIT_INFO ■ GET_EXTERNAL_DOC_INFO ■ GET_EXTERNAL_HIGHLIGHT_INFO ■ GET_EXTERNAL_XML_HIGHLIGHT_INFO ■ GET_HIGHLIGHT_INFO ■ GET_SEARCH_RESULTS ■ GET_SEARCH_RESULTS_FORCELOGIN ■ GET_XML_HIGHLIGHT_INFO ■ PNE_GET_SEARCH_RESULTS ■ VIEW_DOC

4.13.1 APPEND_SEARCH_AUDIT_INFO

Subservice used by GET_SYSTEM_AUDIT_INFO to return information on the System Audit Info page. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.13.2 GET_EXTERNAL_DOC_INFO

Service that retrieves content information from an external Verity collection. Used with the LightlyManagedContent component. Location: IdcHomeDirresourcescoretemplatesstd_services.htm 4-124 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dDocName: The Content ID for the content item. ■ sCollectionID: The collection ID used by the Oracle Content Server system to locate the collection. Example IdcService=GET_EXTERNAL_DOC_INFO dDocName=adminform113

4.13.3 GET_EXTERNAL_HIGHLIGHT_INFO

Service that returns PDF or HTML highlight information for a content item in an external collection. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item. ■ HighlightType: The highlight type: – For PDF, use PdfHighlight. – For HTML, use HtmlHighlight. ■ QueryText: The full-text search expression. ■ SortField: The name of the metadata field to sort on. – Examples: dInDate, dOutDate, alternateFile. – Defaults to DocId. – SortOrder: The sort order. Allowed values are ASC ascending and DESC descending. Example IdcService=GET_EXTERNAL_HIGHLIGHT_INFO dDocName=test113 HighlightType=PdfHighlight QueryText=test SortField=dInDate SortOrder=Desc

4.13.4 GET_EXTERNAL_XML_HIGHLIGHT_INFO

Service that returns XML highlight information for a content item in an external collection.This service is called if a user is doing a full-text search for a PDF document in a browser environment. It occurs when the user selects the link for the PDF on the result page and views the highlighted word on the PDF. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-125 Additional Required Service Parameters ■ dDocName: The Content ID for the content item. ■ HighlightType: The highlight type: – For PDF, use PdfHighlight. – For HTML, use HtmlHighlight. ■ QueryText: The full-text search expression. ■ SortField: The name of the metadata field to sort on. – Examples: dInDate, dOutDate, alternateFile. – Defaults to DocId. ■ SortOrder: The sort order. Allowed values are ASC ascending and DESC descending. Example IdcService=GET_EXTERNAL_XML_HIGHLIGHT_INFO dDocName=test113 HighlightType=PdfHighlight QueryText=test SortField=dInDate SortOrder=Desc

4.13.5 GET_HIGHLIGHT_INFO