XML Mapper Schema (FAST Search Server 2010 for SharePoint)
Applies to: SharePoint Server 2010
The schema applies to the configuration file <FASTSearchFolder>\etc\config_data\DocumentProcessor\XMLMapper.xml.
Where <FASTSearchFolder> is the path of the folder where you have installed FAST Search Server 2010 for SharePoint, for example C:\FASTSearch.
Schema
<XMLPropertiesCreator>
<propset />
<type />
<paragraph-sep />
<XMLMappings>
<Namespace />
<Mapping />
<SubTree>
<Mapping />
</SubTree>
<MappingGroup>
<Mapping />
</MappingGroup>
</XMLMappings>
</XMLPropertiesCreator>
Elements
Name |
Description |
---|---|
Required. The top-level element. |
|
Required. The default property set for created crawled properties. |
|
Required. The default variant type for created crawled properties. |
|
Defines a paragraph (phrase break) separator for created crawled properties. |
|
Required. Specifies a set of mappings from XPath expressions to crawled properties. |
|
Specifies an XML namespace prefix to use in XPath expressions. |
|
Maps an XPath expression to a crawled property. |
|
Maps the contents of child Mapping elements to a crawled property. |
|
Defines a common base path for contained Mapping, MappingGroup and SubTree elements. |