Share via


KeywordQuery Class

Definition

[Microsoft.SharePoint.Client.ScriptType("Microsoft.SharePoint.Client.Search.Query.KeywordQuery", ServerTypeId="{80173281-fffd-47b6-9a49-312e06ff8428}")]
public sealed class KeywordQuery : Microsoft.SharePoint.Client.Search.Query.Query
type KeywordQuery = class
    inherit Query
Public NotInheritable Class KeywordQuery
Inherits Query
Inheritance
KeywordQuery
Attributes

Constructors

KeywordQuery(ClientRuntimeContext)
KeywordQuery(ClientRuntimeContext, ObjectPath)

Properties

BlockDedupeMode (Inherited from Query)
BypassResultTypes (Inherited from Query)
ClientType (Inherited from Query)
CollapseSpecification
Context (Inherited from ClientObject)
Culture (Inherited from Query)
DesiredSnippetLength (Inherited from Query)
EnableInterleaving (Inherited from Query)
EnableNicknames (Inherited from Query)
EnableOrderingHitHighlightedProperty (Inherited from Query)
EnablePhonetic (Inherited from Query)
EnableQueryRules (Inherited from Query)
EnableSorting
EnableStemming (Inherited from Query)
GenerateBlockRankLog (Inherited from Query)
HiddenConstraints
HitHighlightedMultivaluePropertyLimit (Inherited from Query)
HitHighlightedProperties (Inherited from Query)
IgnoreSafeQueryPropertiesTemplateUrl (Inherited from Query)
ImpressionID (Inherited from Query)
MaxSnippetLength (Inherited from Query)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
OLSQuerySession
Path (Inherited from ClientObject)
PersonalizationData (Inherited from Query)
ProcessBestBets (Inherited from Query)
ProcessPersonalFavorites (Inherited from Query)
Properties
QueryTag (Inherited from Query)
QueryTemplate (Inherited from Query)
QueryTemplateParameters (Inherited from Query)
QueryText (Inherited from Query)
RankingModelId (Inherited from Query)
RefinementFilters
Refiners
ReorderingRules
ResultsUrl (Inherited from Query)
RowLimit (Inherited from Query)
RowsPerPage (Inherited from Query)
SafeQueryPropertiesTemplateUrl (Inherited from Query)
SelectProperties
ServerObjectIsNull (Inherited from ClientObject)
ShowPeopleNameSuggestions (Inherited from Query)
SortList
SourceId (Inherited from Query)
StartRow (Inherited from Query)
SummaryLength (Inherited from Query)
Tag (Inherited from ClientObject)
Timeout (Inherited from Query)
TimeZoneId
TotalRowsExactMinimum (Inherited from Query)
TrimDuplicates (Inherited from Query)
TrimDuplicatesIncludeId
TypedObject (Inherited from ClientObject)
UILanguage (Inherited from Query)
UseOLSQuery

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
ExportQueryLogs(String, DateTime) (Inherited from Query)
FromJson(JsonReader) (Inherited from ClientObject)
GetQueryCompletions(Int32, String, Int32) (Inherited from Query)
GetQuerySuggestionsWithResults(Int32, Int32, Boolean, Boolean, Boolean, Boolean) (Inherited from Query)
GetZeroTermsQuerySuggestionsWithResults(Int32, Int32, Boolean) (Inherited from Query)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from Query)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to