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

XMLPropertiesCreator

Required. The top-level element.

propset

Required. The default property set for created crawled properties.

type

Required. The default variant type for created crawled properties.

paragraph-sep

Defines a paragraph (phrase break) separator for created crawled properties.

XMLMappings

Required. Specifies a set of mappings from XPath expressions to crawled properties.

Namespace

Specifies an XML namespace prefix to use in XPath expressions.

Mapping

Maps an XPath expression to a crawled property.

MappingGroup

Maps the contents of child Mapping elements to a crawled property.

SubTree

Defines a common base path for contained Mapping, MappingGroup and SubTree elements.

See Also

Concepts

Custom XML Item Processing