Click or drag to resize
BaseSearchQuery Class
Generic representation of a search query.
Inheritance Hierarchy

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

The BaseSearchQuery type exposes the following members.

Constructors
  NameDescription
Protected methodBaseSearchQuery
Initializes a new instance of the BaseSearchQuery class
Top
Properties
  NameDescription
Public propertyClientType
Top
Methods
  NameDescription
Public methodBuild
Builds the actual query string from
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Protected methodExecute(KeywordQuery)
Public methodExecute(String)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetResultSourceId
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCulture
Public fieldEnableQueryRules
Public fieldEnableStemming
Whether words should be searched using their morphological root and not the exact spelling.
Protected fieldStatic memberLogger
Public fieldOrderBy
Describing the sort order the result set.
Public fieldRankingModelId
Which ranking model should be used for this query.
Public fieldRefiners
Which refiners should be included in the result set.
Public fieldResultSourceId
Public fieldRowLimit
How many results should be returned. RowLimit is specified on SearchServiceApplication.MaxRowLimit.
Public fieldSelectFields
Which fields should be included in the result set.
Public fieldStartRow
Public fieldTrimDuplicates
Whether duplicates in the result set should be removed or not.
Protected fieldWeb
Top
See Also