You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Publish to GSA application performs content feeds to a GSA of metadata and content of files extracted by Aspire connectors. The feed to the GSA can be customized by editing the XSL transformation file provided by the user.

Publish to GSA Application Bundle
Factory Namecom.searchtechnologies.aspire:app-publish-to-gsa
subTypedefault
InputsAspireObject from a connector's subjob with metadata and content extracted from a specific file/folder.
OutputsAn XML transformation of the AspireObject sent to the GSA's xmlfeed URL.

Configuration


This section lists all configuration parameters available to configure the Publish to GSA Application Bundle component.

 

PropertyTypeDefaultDescription
GSANoUrlbooleantrueIndicates if the publisher must use a Url or build one from the host and port entered.
GSAPortinterger19900GSA port where to send the feeds
GSAHoststringnoneGSA hostname or IP adress. e.g. gsa.domain.com
GSAUrlstringnoneComplete Url where the feeds are going to be send. e.g.http://localhost:19900/xmlfeed
makePublicbooleanfalseMakes public all content published to the GSA.
aspireToGSAXslstring${appbundle.home}/config/xsl/aspireToGSA.xslLocation of the XSL to transform the job data to a GSA feed. See Edit Xsl.
maxResults int1000000(Index dump) How many documents can be fetched by the search engine for the same query
dumpSlices int10000(Index dump) How many documents to fetch per page
urlFieldstringdisplayUrl(Index dump) Field used to store the url in the search engine
idFieldstringid(Index dump) Field used to store the id in the search engine.


Example Configuration


Simple

 

 

Complex

 


 

  • No labels