Extract Domain (Aspire 2)
Factory Name com.searchtechnologies.aspire:aspire-extract-domain
subType default
Inputs <url> or <fetchUrl> from the AspireObject
Outputs a configurable tags in the AspireObject

Configuration

ElementTypeDefaultDescription
outputElementStringdomainNameThe output element for the domain name in the AspireObject.


Example Configuration

Simple

<component name="ExtractDomain" factoryName="aspire-extract-domain"  subType="default"/>

Complex

<component name="ExtractDomain" factoryName="aspire-extract-domain" subType="default">
  <outputElement>topDomain</outputElement>
</component>
  • No labels