This topic has not yet been rated - Rate this topic

extractor Element [Custom Property Extractor Schema]

SharePoint 2010

Published: June 2011

Applies to: Microsoft FAST Search Server 2010 for SharePoint

Specifies one custom property extractor. Required.
<extractor name='extractorName' type='extractorType' property='crawledProperty'> </extractor>

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

Attributes

Attribute

Description

name

Required. Specifies a name for the custom property extractor.

type

Required. Specifies the kind of property extractor.

For more information about property extractor types, see Creating a Custom Property Extractor.

property

Required. Specifies the name of a crawled property. The property extractor adds the extracted words and strings to this crawled property.

NoteNote
You must create the crawled property before you use the property extractor. The crawled property must have variant type 31 (string) and property set value "48385c54-cdfc-4e84-8117-c95b3cf8911c".

type Attribute

Value

Description

WholeWords

The property extractor performs case-sensitive whole word matching.

WordParts

The property extractor performs case-sensitive word part matching.

Verbatim

The property extractor performs case-insensitive whole word matching.

Substring

The property extractor performs case-insensitive word part matching.

Child Elements

Element

Description

dictionary

Specifies the top-level (root) element for the custom property extractor configuration.

Parent Elements

Element

Description

extractors

Specifies the top-level (root) element for the custom property extractor configuration.

Date

Description

Reason

June 2011

Initial publication

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.