FullTextIndex Members
Include Protected Members
Include Inherited Members
Represents a full-text index in the index schema.
The FullTextIndex type exposes the following members.
Properties
Name | Description | |
---|---|---|
DeleteDisallowed | Gets a Boolean value that indicates whether this full-text index can be deleted. | |
Description | Gets or sets the description for the full-text index. | |
isDefault | Gets a Boolean value that indicates whether this full-text index is the default full-text index for the search schema. | |
Name | Gets the name of the full-text index. | |
StemmingEnabled | Enable stemming for this full-text index field. Only managed properties with stemming enabled are stemmed. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the full-text index from the search schema. Reprocessing of data is required for the change to be complete. | |
GetMappingsForLevel | Gets a list of managed properties that are mapped to this full-text index with a specific importance level. | |
MakeDefault | Sets this full-text index as the default full-text index for the index schema. | |
Update | Updates the full-text index from the index schema. Reprocessing of data is required for the change to be complete. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace