Share via


QueryProperties members

NOTE: This API is now obsolete.

Represents the properties for a search query.

The QueryProperties type exposes the following members.

Constructors

  Name Description
Public method QueryProperties Obsolete. Initializes a new instance of the QueryProperties class.

Top

Properties

  Name Description
Public property AuthenticationType Obsolete. Gets or sets the authentication type for the query.
Public property BlockDedupeMode Obsolete. 0: None, 1:SubstrateOnly, 2:All, 3:RemoveBlockIfTopResultIdDupe
Public property BypassResultTypes Obsolete.
Public property ClientType Obsolete. Name of a client which issued query.
Public property CorrelationId Obsolete.
Public property Culture Obsolete. Gets or sets the locale for the query.
Public property DesiredSnippetLength Obsolete.
Public property EnableInterleaving Obsolete. True if the ResultTables in the ResultTableCollection produced by executing this query should be interleaved. False otherwise. The default value is true.
Public property EnableNicknames Obsolete. Gets or sets a Boolean value that specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well.
Public property EnableOrderingHitHighlightedProperty Obsolete.
Public property EnablePhonetic Obsolete. Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches.
Public property EnableQueryRules Obsolete. True if Query Rules are turned on for this query. False otherwise. The default value is true.
Public property EnableResultBlocksOnAllPages Obsolete.
Public property EnableResultBlocksOnRefinement Obsolete.
Public property EnableStemming Obsolete. Gets or sets a Boolean value that specifies whether stemming is enabled.
Public property FarmId Obsolete.
Public property GenerateBlockRankLog Obsolete. Defaults to false
Public property Hint Obsolete. Gets or sets the suggested query processor behavior for the query.
Public property HitHighlightedMultivaluePropertyLimit Obsolete.
Public property HitHighlightedProperties Obsolete. Gets the list of hit-highlighted properties.
Public property Id Obsolete. A client generated identifier for the query. SearchExecutor.ExecuteQueries expect this property to be given a value and for ids of all Queries passed in a call to it to be different.
Public property IgnoreAllNoiseQuery Obsolete. Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words.
Public property ImpressionID Obsolete. ID of the page impression.
Public property IntentQueryId Obsolete.
Public property IsUserAdmin Obsolete. True if query user is an administrator
Public property Item Obsolete.
Public property KeywordInclusion Obsolete. Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms.
Public property Locale Obsolete.
Public property MaxRowLimit Obsolete.
Public property MaxSnippetLength Obsolete.
Public property MaxTimeout Obsolete. Maximum value for query timeout
Public property OriginalQueryText Obsolete.
Public property Priority Obsolete.
Public property ProcessBestBets Obsolete. The identifier of the the source to be used to run the query.
Public property ProcessPersonalFavorites Obsolete.
Public property PropertiesContractVersion Obsolete.
Public property QueryTemplate Obsolete.
Public property QueryText Obsolete. Gets or sets the text for the search query.
Public property RankingModelId Obsolete. Gets or sets the ranking model identifier (ID).
Public property ResultTypes Obsolete. Gets or sets a value that specifies the search result type.
Public property RowLimit Obsolete. Gets or sets the maximum number of rows returned in the search results.
Public property RowsPerPage Obsolete. Gets or sets the number of search results to return per page.
Public property Sid Obsolete. Gets or sets the query's security identifier (SID).
Public property SiteId Obsolete. Gets or sets the identifier (ID) for the site associated with the query.
Public property SourceId Obsolete. The identifier of the the source to be used to run the query.
Public property StartRow Obsolete. Gets or sets first row included in the search results.
Public property SummaryLength Obsolete. Gets or sets the length of the search result summary.
Public property Timeout Obsolete. Gets or sets the amount of time, in milliseconds, before the query request times out.
Public property TimeZoneID Obsolete. Gets or sets the identifier for the search query time zone.
Public property TotalRowsExactMinimum Obsolete. Gets or sets the value used to determine the minimum value required for rendering page links.
Public property TrimDuplicates Obsolete. Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results.
Public property UILanguage Obsolete.
Public property UrlZone Obsolete. Gets the originating URL zone for the query request.
Public property WebId Obsolete.
Public property WebTemplate Obsolete. Maximum value for query timeout

Top

Methods

  Name Description
Public method Clone Obsolete.
Public method ContainsKey Obsolete.
Protected method EnsureInitialized() Obsolete.
Protected method EnsureInitialized(Boolean) Obsolete.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Obsolete.
Public method GetFormattedString Obsolete.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Initialize Obsolete.
Protected method InternalClone Obsolete.
Public method IsSupported Obsolete.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Obsolete. (Overrides Object.ToString().)
Public method TryGetValue Obsolete.
Protected method ValidatePropertiesAfterDeserialization Obsolete.

Top

Fields

  Name Description
Protected field _deserializing Obsolete.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Obsolete.
Explicit interface implemetationPrivate property IReadOnlyPropertyCollection.Item Obsolete.

Top

See also

Reference

QueryProperties class

Microsoft.SharePoint.Search.Query namespace