Click or drag to resize
KqlSearchQuery Class
Executes search queries against a Search Server 2013 service application.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Search.QueryBaseSearchQuery
    Colygon.MatchPoint.Search.Query.KeywordKqlSearchQuery

Namespace: Colygon.MatchPoint.Search.Query.Keyword
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
public sealed class KqlSearchQuery : BaseSearchQuery

The KqlSearchQuery type exposes the following members.

Constructors
  NameDescription
Public methodKqlSearchQuery
Initializes a new KqlSearchQuery instance.
Top
Properties
  NameDescription
Public propertyClientType (Inherited from BaseSearchQuery.)
Top
Methods
  NameDescription
Public methodBuild (Overrides BaseSearchQueryBuild.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute (Inherited from BaseSearchQuery.)
Public methodExecute(String) (Inherited from BaseSearchQuery.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCriteria
Specifies the condition set to be used with this search query.
Public fieldCulture (Inherited from BaseSearchQuery.)
Public fieldEnableQueryRules (Inherited from BaseSearchQuery.)
Public fieldEnableStemming
Whether words should be searched using their morphological root and not the exact spelling.
(Inherited from BaseSearchQuery.)
Public fieldOrderBy
Describing the sort order the result set.
(Inherited from BaseSearchQuery.)
Public fieldRankingModelId
Which ranking model should be used for this query.
(Inherited from BaseSearchQuery.)
Public fieldRefiners
Which refiners should be included in the result set.
(Inherited from BaseSearchQuery.)
Public fieldResultSourceId (Inherited from BaseSearchQuery.)
Public fieldRowLimit
How many results should be returned. RowLimit is specified on SearchServiceApplication.MaxRowLimit.
(Inherited from BaseSearchQuery.)
Public fieldSelectFields
Which fields should be included in the result set.
(Inherited from BaseSearchQuery.)
Public fieldStartRow (Inherited from BaseSearchQuery.)
Public fieldTrimDuplicates
Whether duplicates in the result set should be removed or not.
(Inherited from BaseSearchQuery.)
Public fieldXrank
Top
See Also