ManagedProperty Members
Include Protected Members
Include Inherited Members
Represents a managed property in the index schema.
The ManagedProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
DecimalPlaces | Gets or sets the number of decimal places. This is only applicable for managed properties of type decimal. | |
DeleteDisallowed | Gets a Boolean value indicating whether a managed property can be deleted. | |
Description | Gets or sets a text description for a managed property. | |
IsMapped | Gets or sets a Boolean value to indicate whether the managed property is mapped to support Alternate Access Mapping. | |
MappingDisallowed | Gets a Boolean value indicating whether crawled properties can be mapped to the managed property. | |
MaxIndexSize | Gets or sets the maximum number of KB indexed for a managed property. This is only applicable for managed properties of type text. | |
MaxResultSize | Gets or sets the maximum number of KB that are used for the result of a managed property. This is only applicable for managed properties of type text. | |
MergeCrawledProperties | Gets or sets a Boolean value to indicate whether to include the contents of all crawled properties mapped to a managed property or not. If this setting is disabled, the value of the first non-empty crawled property is used as the contents of the managed property. | |
Name | Gets the name of a managed property. | |
Queryable | Gets or sets a Boolean value indicating whether a managed property can be used in query operators and filter terms. | |
RefinementEnabled | Gets or sets a Boolean value indicating whether to enable a refiner for a managed property. | |
SortableType | Gets or sets the sortable type for a managed property. | |
StemmingEnabled | Gets or sets a Boolean value indicating whether a managed property is stemmed. | |
SubstringEnabled | Gets or sets a Boolean value to indicate whether to enable substring matching for the managed property. | |
SummaryType | Gets or sets the summary type for a managed property. | |
Type | Gets the data type of a managed property. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the managed property from search schema. | |
GetCrawledPropertyMappings | Gets a crawled property mapping that includes a list of crawled properties that map to the managed property. The list can be used to create new crawled property mappings. | |
GetFullTextIndexMappings | Gets the collection of full text indexes for which a managed property is mapped to. The collection can be operated to delete, add or modify full text index mappings. | |
GetRefinerConfiguration | Returns the refiner configuration for the managed property. This is only applicable for managed properties that have refinement enabled. | |
GetResultFallBack | Gets the managed property to be used as summary in the event no dynamic summary was generated. This is only applicable for managed properties with summary type dynamic. | |
SetCrawledPropertyMappings | Sets a list of crawled properties that map to the managed property. | |
SetRefinerConfiguration | Sets the refiner configuration for the managed property. | |
SetResultFallBack | Sets the managed property to be used as summary in the event where no dynamic summary was generated. This is only applicable for managed properties with summary type dynamic. | |
Update | Updates the index schema with changes made to the managed property. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace