FAST Content API Listener Service Developer Information


Overview

The FAST content listener service allows Aspire to mimic a FAST ESP content server. This means that you can use FAST connectors to submit data to Aspire. Instead of configuring the FAST connector process to submit data to the Fast ESP server, you simply reconfigure the address of the server to be that of your Aspire server.

FAST connectors send data (and callbacks) over http. The FAST Content API Listener Service offers a servlet the FAST connector can communicate with. All data received is passed to a component that understands the data format, and decodes and adds it to an Aspire job.

The data can then be processed in Aspire and sent to any search engine using one of the standard Aspire publishers, including the FAST Content API publisher.

 

Information about the specific applications and components used in the LDAP Cache Service is shown below:

App-bundles

Components

Handles the incoming FAST client messages

Parses the incoming FAST messages and turns them in to Aspire jobs

Performs workflow for the received jobs

  • No labels