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
Public property DeleteDisallowed Gets a Boolean value that indicates whether this full-text index can be deleted.
Public property Description Gets or sets the description for the full-text index.
Public property isDefault Gets a Boolean value that indicates whether this full-text index is the default full-text index for the search schema.
Public property Name Gets the name of the full-text index.
Public property StemmingEnabled Enable stemming for this full-text index field. Only managed properties with stemming enabled are stemmed.

Top

Methods

  Name Description
Public method Delete Deletes the full-text index from the search schema. Reprocessing of data is required for the change to be complete.
Public method GetMappingsForLevel Gets a list of managed properties that are mapped to this full-text index with a specific importance level.
Public method MakeDefault Sets this full-text index as the default full-text index for the index schema.
Public method 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

FullTextIndex Interface

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace