extractor Element
Applies to: SharePoint Server 2010
<extractor name='extractorName' type='extractorType' property='crawledProperty'> </extractor>
Attributes and Elements
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. Note 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 |
---|---|
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. |
See Also
Concepts
Creating a Custom Property Extractor
Custom Property Extractor Schema (FAST Search server 2010 for SharePoint)