Click or drag to resize
FqlSearchQuery Class
Executes search queries against a Search Server 2013 service application using the fast query syntax.
Inheritance Hierarchy

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

The FqlSearchQuery type exposes the following members.

Constructors
  NameDescription
Public methodFqlSearchQuery
Initializes a new FqlSearchQuery 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.)
Top
See Also