Item Conversion Rules Schema
Applies to: SharePoint Server 2010
The schema applies to the configuration file %FASTSEARCH%\etc\config_data\DocumentProcessor\formatdetector\user_converter_rules.xml.
Schema
<ConverterRules>
<IFilter>
<trust>
<ext name='extensionName' mimetype='mimeType' />
</trust>
</IFilter>
<MimeMapping>
<mime type='mimeType' />
</MimeMapping>
</ConverterRules>
Elements
Name |
Description |
---|---|
Specifies the top-level element. |
|
Contains the file name extension configuration. |
|
Contains a list of ext elements, representing file formats the item processing will trust and not override by automatic format detection. |
|
Specifies the file name extension that should be processed by the IFilter registered for this extension. |
|
Contains a list of mime elements. |
|
Describes a MIME type that will appear in the managed property named format. |
See Also
Concepts
Configure FAST Search Server for SharePoint to use a Third-Party IFilter