dictionary Element

Applies to: SharePoint Server 2010

<dictionary name='dictionaryName' yield-values='yes|no'/>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

name

Required. Specifies the name for the dictionary used by the custom property extractor. The dictionary is located in the resource store.

You must specify the name of the file only, not the file path or the suffix.

yield-values

Optional. Specifies which value from the matching dictionary entry that is added to the crawled property.

  • yes  The content of the value attribute is added to the crawled property. This option is useful if you want to add normalized values to the crawled property.

  • no  The content of the key attribute is added to the crawled property.

Default: no.

Child Elements

None.

Parent Elements

Element

Description

extractor

Specifies one custom property extractor.

See Also

Concepts

Creating a Custom Property Extractor

Custom Property Extractor Schema (FAST Search server 2010 for SharePoint)