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 |
---|---|
Specifies the root element. |
|
Specifies the command to run as a pipeline extensibility stage. |
|
Contains a list of CrawledProperty elements where each element specifies an input to the command. |
|
Contains a list of CrawledProperty elements where each element specifies a crawled properties output by the command. |
|
Specifies a crawled property to provide as input or output by the command. |