The TeamForgeFetch URL stage is an extension of the Fetch URL stage, that adds the functionality of Basic Authentication to access the files and attachments of a TeamForge repository. Without this stage the the files can't have the text extracted.

TeamForge Fetch Url (Aspire 2)
Factory Name com.searchtechnologies.aspire:aspire-teamforge-scanner
subType fetcher
Inputs <fetchUrl> (if it exists) or <url>
Outputs Sets job variable 'contentStream', to an InputStream object ready to be read. HTTP headers are mapped to output elements using the metadata mapper (see below), and an element, <httpResponse> is also created for HTTP URLs.

Example Configurations

        <component name="TeamforgeFetcher" subType="fetcher"  factoryName="aspire-teamforge-scanner">
          <debug>${debug}</debug>
          <sessionTimeout>${sessionTimeout}</sessionTimeout>
        </component>
  • No labels