Category Members

Include Protected Members
Include Inherited Members

Represents a category in the SharePoint Server search metadata property schema.

The Category type exposes the following members.

Properties

  Name Description
Public property AutoCreateNewManagedProperties Gets or sets a Boolean value indicating whether new managed properties should be automatically created for the crawled properties in a category.
Public property CrawledPropertyCount Gets the number of crawled properties for a category.
Public property DiscoverNewProperties Gets or sets a Boolean value that specifies whether the crawler should automatically discover crawled properties with every crawl.
Public property FullTextQueriable Gets or sets a Boolean value that specifies whether the property values for the category are stored in the full-text index.
Public property MapToContents Gets or sets a Boolean value indicating whether all string crawled properties are mapped to content.
Public property MatchExistingManagedProperty
Public property MatchIgnorePrefix
Public property MatchIgnoreSuffix
Public property MaxIndexedStringLength
Public property MaxNonIndexedStringLength
Public property Name Gets or sets the name of a category.
Public property Retrievable Gets or sets a Boolean value that specifies whether the property values for the category are stored in the Property Store database.
Public property Scoped

Top

Methods

  Name Description
Public method Contains Returns a Boolean value that indicates whether the category contains any crawled properties for the specified property set.
Public method CreateCrawledProperty Creates a crawled property for the category.
Public method CreateOrGetCrawledProperty Creates or returns a crawled property for a category.
Public method Delete Deletes the category in the search schema.
Public method DeleteUnmappedProperties Deletes all crawled properties that are not mapped to managed properties for a category.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAllCrawledProperties Returns an enumerator that iterates through the category's crawled properties.
Public method GetCrawledProperty Returns a crawled property for the category.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetUnmappedCrawledProperties Returns an enumerator that iterates through the category's unmapped crawled properties.
Protected method MemberwiseClone (Inherited from Object.)
Public method QueryCrawledProperties Returns an enumerator that iterates through the category's crawled properties that match the specified parameters.
Public method ToString (Inherited from Object.)
Public method Update Updates the Search service application’s schema with changes made to the category.

Top

See Also

Reference

Category Class

Microsoft.Office.Server.Search.Administration Namespace