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

ConverterRules

Specifies the top-level element.

IFilter

Contains the file name extension configuration.

trust

Contains a list of ext elements, representing file formats the item processing will trust and not override by automatic format detection.

ext

Specifies the file name extension that should be processed by the IFilter registered for this extension.

MimeMapping

Contains a list of mime elements.

mime

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