Category members
Represents a category in the SharePoint Server search metadata property schema.
The Category type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoCreateNewManagedProperties | Gets or sets a Boolean value indicating if new managed properties should be created automatically for the crawled properties in a category. | |
CrawledPropertyCount | Gets the number of crawled properties for a category. | |
DiscoverNewProperties | Gets or sets a Boolean value that indicates if the crawler should automatically discover crawled properties with every crawl. | |
FullTextQueriable | Gets or sets a Boolean value that indicates if the property values for the category are stored in the full-text index. | |
MapToContents | Gets or sets a Boolean value indicating if all string crawled properties are mapped to content. | |
MatchExistingManagedProperty | This property is not in use and should be ignored. | |
MatchIgnorePrefix | This property is not in use and should be ignored. | |
MatchIgnoreSuffix | This property is not in use and should be ignored. | |
MaxIndexedStringLength | This property is not in use and should be ignored. | |
MaxNonIndexedStringLength | This property is not in use and should be ignored. | |
MultipleValues | Gets or sets if multiple values should be supported for managed properties created automatically based on this category. | |
Name | Gets or sets the name of a category. | |
Queryable | Gets or sets if managed properties created automatically based on this category can be queried. | |
Retrievable | Gets or sets a Boolean value that indicates if the property values for the category are stored in the Property Store database. | |
Scoped | Gets or sets if scoping should be enabled for managed properties created automatically based on this category |
Top
Methods
Name | Description | |
---|---|---|
Contains | Returns a Boolean value that indicates if the category contains any crawled properties for the specified property set. | |
CreateCrawledProperty(String, Boolean, Guid) | Creates a crawled property in this category. | |
CreateCrawledProperty(String, Boolean, Guid, Int32) | Obsolete. Creates a crawled property for the category. | |
CreateOrGetCrawledProperty(String, Boolean, Guid) | Creates or returns a crawled property for a category. | |
CreateOrGetCrawledProperty(String, Boolean, Guid, Int32) | Obsolete. Creates or returns a crawled property for a category. | |
Delete | Deletes the category in the search schema. | |
DeleteUnmappedProperties | Deletes all crawled properties that are not mapped to managed properties for a category. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllCrawledProperties | Returns an enumerator that iterates through the category's crawled properties. | |
GetCrawledProperty(Guid, String) | Finds a crawled property. | |
GetCrawledProperty(Guid, String, Int32) | Obsolete. Returns a crawled property for the category. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUnmappedCrawledProperties | Returns an enumerator that iterates through the category's unmapped crawled properties. | |
MemberwiseClone | (Inherited from Object.) | |
QueryCrawledProperties | Returns an enumerator that iterates through the category's crawled properties that match the specified parameters. | |
ToString | (Inherited from Object.) | |
Update | Updates the Search service application’s schema with changes made to the category. |
Top