Siebel Search Administration Guide > Siebel Search Integration API Reference >

Index Method


This method is used to index the data in the XML feed file that is generated by the Siebel application. For sample feed file see Feed File Example.

Syntax

InvokeMethod ("Index", InputArgs, OutputArgs)

Arguments

Argument
Description
Mandatory

inputArgs

An XML string containing input for the index operation. The tag Shared_spcSearch_spcUNC_spcLocation, indicates the location where attachments are extracted to when a search category with attachments is indexed.

For sample format and values see Index inputArgs Example.

Yes

outputArgs

An XML string of index results, such as Success or Error status, and number of records indexed.

Yes

Usage

Use this method to push the XML feed file to the third-party search engine, and index the data. 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.

Invoked From

Invoked by the third-party adapter from InvokeMethod.

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.