IEI Feed Agent Service (com.ibi.agents.IEIFeedAgent)

Syntax:

com.ibi.agents.IEIFeedAgent

iIT Service Object:

format: IEI Feed Agent

Description: Posts input to a search appliance with a specified query string.

Parameters:

Parameter

Description

Search Appliance URL *

The URL for the search appliance.

Feed Datasource *

The datasource for search appliance feeds.

Base URL *

The base URL for indexed feeds.

Batch Size *

the number of records to add to the feed before submitting to the search appliance.

Secure Search? *

If checked, use HTTP basic authentication to secure the feed and queries.

Feed Type *

FULL replaces all previous data in the index from this datasource. INCREMENTAL adds new data to index, leaving existing data.

Action *

The action to be applied to this record in the search appliance. If add, the URL and content will be added to the index. If delete, the URL is removed from the index.

Content Type *

The mime type of the content that will be indexed. Use text/plain for XML.

Idle Limit *

The maximum time in seconds that a feed containing records can wait before posting to the search appliance.

Strip XML Tags? *

Determines whether < and > and quote characters be stripped from feed. The search appliance will not index text inside of XML tags, so this option is useful when indexing XML data.

Output Type *

Determines whether the agent simply outputs its input, or whether it outputs an XML status document.

Edges:

The following table lists the available Line Edges for the IEI Feed Agent Service (com.ibi.agents.IEIFeedAgent).

Line Edge

Description

OnError

An exception occurred during execution.

OnSuccess

The operation was successful.

OnFailure

A fail condition occurred during execution.

OnFailedOperation

Could not perform the operation requested.