FullTextIndex Interface

Represents a full-text index in the index schema.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface FullTextIndex
'Usage
Dim instance As FullTextIndex
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface FullTextIndex

Remarks

A full-text index is a collection of managed properties that are searchable as a group. Managed properties are mapped into one or more full-text indexes through GetFullTextIndexMappings(). The relevance contribution of managed properties can be tuned by mapping managed properties to a full-text index at different importance levels. The default full-text index is searched when no full-text-index is specified in the query.

See Also

Reference

FullTextIndex Members

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

Other Resources

FulltextIndex