extractor Element [Custom Property Extractor Schema]
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. NoteYou 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 |
|---|---|
Specifies the top-level (root) element for the custom property extractor configuration. |
Parent Elements
Element | Description |
|---|---|
Specifies the top-level (root) element for the custom property extractor configuration. |
Note