Pipeline Extensibility Configuration Schema

Applies to: SharePoint Server 2010

The schema applies to the configuration file %FASTSEARCH%\etc\pipelineextensibility.xml.

Schema

<PipelineExtensibility>
    <Run>
        <Input>
            <CrawledProperty />
        </Input>
        <Output>
            <CrawledProperty />
        </Output>
    </Run>
</PipelineExtensibility>

Elements

Name

Description

PipelineExtensibility

Specifies the root element.

Run

Specifies the command to run as a pipeline extensibility stage.

Input

Contains a list of CrawledProperty elements where each element specifies an input to the command.

Output

Contains a list of CrawledProperty elements where each element specifies a crawled properties output by the command.

CrawledProperty

Specifies a crawled property to provide as input or output by the command.

See Also

Concepts

Integrating an External Item Processing Component

Pipeline Extensibility Interface Schema