Siebel Search Administration Guide > Siebel Search Integration API Reference >

RefreshIndex Method


This method is used to update the index with any create, update or delete operations that have been executed on the source data since the last index operation.

Syntax

InvokeMethod ("RefreshIndex", InputArgs, OutputArgs)

Arguments

Argument
Description
Mandatory

inputArgs

An XML string containing input for the refresh index operation.

Yes

outputArgs

An XML string of the index results, such as Success or Error status.

Yes

Usage

Use this method to push the XML feed file to the third-party search engine, and update the index with any create, update, or delete operations that have been executed on the data source since the last index operation. The feed file is created by the Siebel application, and contains the records to be indexed. The location of the feed file is specified in the _XML_spcIndexable_spcData_spcLocation tag of the inputArgs XML string. The refresh index operation is supported on both thick and thin clients.

Invoked From

Invoked by the third-party adapter from the InvokeMethod method.

Return Value

An XML string of the success or error status of the index operation.

Siebel Search Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.