ManagedProperty members
Represents a managed property in the SharePoint Server search metadata property schema.
The ManagedProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasesOverridden | Gets or sets whether the aliases of this managed property replace or come in addition to the aliases of the overridden managed property. | |
Context | Gets or sets the context group this managed property should be ranked in. | |
DecimalPlaces | Gets or sets the number of floating point decimal places of this managed property that is kept in the index. | |
DefaultForQueryIndependentRank | Obsolete. This property is deprecated and should not be used. | |
DeleteDisallowed | Gets a Boolean value indicating whether a managed property can be deleted. | |
Description | Gets or sets a text description for a managed property. | |
EnabledForQueryIndependentRank | Obsolete. This property is deprecated and should not be used. | |
EnabledForScoping | Gets or sets a Boolean value indicating whether a managed property can be used in search scopes. | |
EntityExtractorBitMap | Gets or sets which entities should be enabled for extraction from this managed property. | |
EqualityMatchOnly | Gets or sets whether this managed property is matched only on equality. | |
ExtraProperties | Gets or sets a description of extra properties associated with this managed property. | |
FullTextIndex | Gets or sets the name of the full-text index catalog this managed property is indexed in. | |
FullTextQueriable | Obsolete. Gets or sets a Boolean value indicating whether a managed property is stored in the full-text index. | |
HasMultipleValues | Gets a Boolean value indicating whether a managed property contains multiple values. | |
ID | Gets the unique ID of a managed property in the search schema. | |
IncludeInAlertSignature | Gets or set whether this managed property should be included in alert signature. | |
IncludeInMd5 | Obsolete. This property is deprecated and should not be used. | |
IndexOptions | Gets or sets the index options for this managed property. | |
IndexOptionsNoPositions | Gets or sets whether this managed property should not be indexed in the position index. | |
IndexOptionsNoPrefix | Gets or sets whether this managed property should not be indexed in the prefix index. | |
IsBacked | Gets whether this managed property is persisted in the database or not. | |
IsInDocProps | Obsolete. This property is deprecated and should not be used. | |
IsInFixedColumnOptimizedResults | Obsolete. This property is deprecated and should not be used. | |
IsReadOnly | Gets whether this managed property is read-only or not. | |
LengthNormalization | Obsolete. This property is deprecated and should not be used. | |
ManagedType | Gets the data type of a managed property. | |
MappingDisallowed | Gets a Boolean value indicating a whether a crawled property can be mapped to the managed property. | |
MappingsOverridden | Gets or sets whether the mappings of this managed property replace or come in addition to the mappings of the overridden managed property. | |
MaxCharactersInPropertyStoreForRetrieval | Gets or sets the maximum number of characters persisted for this fixed-length string property. | |
MaxCharactersInPropertyStoreIndex | Gets or sets the maximum number of characters persisted in the string value column of the property store. | |
MaxCharactersInPropertyStoreNonIndex | Obsolete. This property is deprecated and should not be used. | |
MaxNumberOfValues | Gets or sets the maximum number of values that can be stored in this managed property. | |
Name | Gets or sets the name of a managed property. | |
NameNormalized | Gets or sets a Boolean value indicating whether the managed property is name normalized (converted to the full name). | |
NicknameExpansion | Gets or sets whether this managed property is compared to the 'Nickname' mappings at query time. | |
NoWordBreaker | Gets or sets a Boolean value indicating whether values for this managed property go through a word breaker. | |
OverrideValueOfHasMultipleValues | Gets or set whether this managed property should be allowed to have multiple values even though there is only a single (or no) mappings to this managed property. | |
PID | Gets the property ID (PID) of a managed property in the search schema. | |
PutInPropertyBlob | Obsolete. This property is deprecated and should not be used. | |
Queryable | Gets or sets whether this managed property can be queried with a scoped query. | |
QueryIndependentRankCustomizationDisallowed | Obsolete. This property is deprecated and should not be used. | |
QueryPropertyBlob | Obsolete. This property is deprecated and should not be used. | |
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 a Boolean value indicating whether the 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. | |
ResultFallback | Gets or sets the name of the result fallback managed property of this managed property. | |
Retrievable | Gets or sets a Boolean value indicating whether a managed property value is retrievable. | |
RetrievableForResultsOnly | Obsolete. This property is deprecated and should not be used. | |
SafeForAnonymous | Gets or set whether this managed property should be returned for queries executed by anonymous users. | |
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. | |
SplitStringCharacters | Obsolete. This property is deprecated and should not be used. | |
SplitStringOnSpace | Obsolete. This property is deprecated and should not be used. | |
SystemDefined | Returns whether this managed property is system defined (OOTB). | |
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. | |
URLNormalization | Gets or sets whether the URLs in this managed property are to be normalized. | |
UseAAMMapping | Gets whether this managed property is a Sharepoint URL that needs to be alternate access mapped. | |
UsePronunciationString | Gets or sets whether this managed property needs a pronunciation string. | |
UserFlags | Obsolete. This property is deprecated and should not be used. | |
Weight | Obsolete. Gets or sets the weight setting for a managed property. |
Top
Methods
Name | Description | |
---|---|---|
AddAlias | Adds an alias to this managed property. | |
ContainsAlias | Returns a Boolean value that indicates whether the managed property contains the specified alias. | |
Delete | Deletes the managed property from the search schema. | |
DeleteAlias | Deletes the specified alias for the managed property. | |
DeleteAllMappings | Deletes all mappings for a managed property. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAliases | Gets a string array that contains the aliases for a managed property. | |
GetDocumentsFound | Obsolete. Gets the number of documents found with the managed property. | |
GetHashCode | (Inherited from Object.) | |
GetMappedCrawledProperties | Gets the collection of CrawledProperty objects mapped to a managed property. | |
GetMappings | Gets the collection of Mapping objects for a managed property. | |
GetSamples | Obsolete. Returns a collection of sample values for the managed property. | |
GetType | (Inherited from Object.) | |
IsSystemPid | Returns whether a managed property id is system defined (OOTB). | |
MemberwiseClone | (Inherited from Object.) | |
SetMappings | Sets the collection of Mapping objects for a managed property. | |
ToString | Returns a string that represents the ManagedProperty object. (Overrides Object.ToString().) | |
Update | Updates the Shared Service Provider's search schema with changes made to the managed property. |
Top