ManagedPropertyInfo members
Represents information about a managed property in the SharePoint Server search.
The ManagedPropertyInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ManagedPropertyInfo | Initializes a new instance of the ManagedPropertyInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Aliases | Gets whether this managed property will only be mapped from the single crawled property with the lowest mapping order, or from all mapped crawled properties. | |
CompanyExtraction | Gets or sets whether companies should be extracted from this managed property. | |
CompleteMatching | Gets or sets whether values for this managed property go through a word breaker. | |
Context | Gets or sets the context group this managed property should be ranked in. | |
DeleteDisallowed | Gets whether this managed property can be deleted. | |
Description | Gets or sets a text description for this managed property. | |
EnabledForScoping | Gets or sets Boolean value that indicates whether the managed property is available for defining search scopes. | |
EntityExtractorBitMap | Gets or sets which entities should be enabled for extraction from this managed property. | |
FullTextIndex | Gets or sets the name of the full-text index catalog this managed property is indexed in. | |
HasMultipleValues | Gets or sets a whether this managed property contains multiple values. | |
IndexOptions | Gets or sets the index options for this managed property. | |
IsReadOnly | Gets or sets whether this managed property is read only. | |
ManagedType | Gets or sets the data type of the managed property. | |
MappedCrawledProperties | Gets the list of crawled properties mapped to this managed property. | |
MappingDisallowed | Gets or sets whether a crawled property can be mapped to this managed property. | |
Name | Gets or sets the name of this object. (Inherited from BaseInfo.) | |
Pid | Gets or sets the identifier (ID) of the managed property. | |
Queryable | Gets or sets whether this managed property can be queried with a scoped query. | |
Refinable | Gets or sets whether this managed property has refiners enabled. | |
RefinerConfiguration | Gets or sets the refiner configuration of this managed property. | |
RemoveDuplicates | Gets or sets whether this managed property receives multiple values if there are duplicates. | |
RespectPriority | Gets whether this managed property will only be mapped from the single crawled property with the lowest mapping order, or from all mapped crawled properties. | |
Retrievable | Gets or sets a whether this managed property value is retrievable. | |
SafeForAnonymous | Gets or sets whether this managed property is Safe For Anonymous. | |
Searchable | Gets or sets whether this managed property should end up in the full text index. | |
Sortable | Gets or sets whether this managed property can be sorted. | |
SortableType | Gets or sets the type of sort info created for this managed property. | |
TokenNormalization | Gets or sets whether the characters in this managed property are to be normalized. | |
UpdateGroup | Gets or sets the name of the update group of this managed property. | |
WordExactExtractionCustom | Gets or sets the WordExactExtractionCustom bit in the EntityExtractorBitMap of this managed property. | |
WordExtractionCustom1 | Gets or sets the WordExtractionCustom1 bit in the EntityExtractorBitMap of this managed property. | |
WordExtractionCustom2 | Gets or sets the WordExtractionCustom2 bit in the EntityExtractorBitMap of this managed property. | |
WordExtractionCustom3 | Gets or sets the WordExtractionCustom3 bit in the EntityExtractorBitMap of this managed property. | |
WordExtractionCustom4 | Gets or sets the WordExtractionCustom4 bit in the EntityExtractorBitMap of this managed property. | |
WordExtractionCustom5 | Gets or sets the WordExtractionCustom5 bit in the EntityExtractorBitMap of this managed property. | |
WordPartExactExtractionCustom | Gets or sets the WordPartExactExtractionCustom bit in the EntityExtractorBitMap of this managed property. | |
WordPartExtractionCustom1 | Gets or sets the WordPartExtractionCustom1 bit in the EntityExtractorBitMap of this managed property. | |
WordPartExtractionCustom2 | Gets or sets the WordPartExtractionCustom2 bit in the EntityExtractorBitMap of this managed property. | |
WordPartExtractionCustom3 | Gets or sets the WordPartExtractionCustom3 bit in the EntityExtractorBitMap of this managed property. | |
WordPartExtractionCustom4 | Gets or sets the WordPartExtractionCustom4 bit in the EntityExtractorBitMap of this managed property. | |
WordPartExtractionCustom5 | Gets or sets the WordPartExtractionCustom5 bit in the EntityExtractorBitMap of this managed property. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to the specified object. (Overrides Object.Equals(Object).) | |
Equals(ManagedPropertyInfo) | Determines whether this object is considered equal to another ManagedPropertyInfo object. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Computes the hash code for this object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
HasChangedOverridden | Checks if one or more attributes of an overridden property have changed. | |
HasChangedOwned | Checks if one or more attributes of an owned property have changed. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top