Siebel Search Administration Guide > Siebel Search Integration API Reference >

IncrementalIndex Method


This method is used to automatically update the index at pre-set intervals. The index is updated with any create, update or delete operations that have been executed on the source data since the last index operation.

Syntax

InvokeMethod ("IncrementalIndex", InputArgs, OutputArgs)

Arguments

Argument
Description
Mandatory

inputArgs

An XML string containing input for the index operation.

Yes

outputArgs

An XML string of the search results returned by the third-party search engine.

Yes

Usage

Use this method to push the XML feed file to the third-party search engine, and automatically index the set of data that has changed 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 incremental index operation is supported on 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.