FqlSearchQuery Class |
Namespace: Colygon.MatchPoint.Search.Query.Fast
public sealed class FqlSearchQuery : BaseSearchQuery
The FqlSearchQuery type exposes the following members.
Name | Description | |
---|---|---|
FqlSearchQuery | Initializes a new FqlSearchQuery instance. |
Name | Description | |
---|---|---|
ClientType | (Inherited from BaseSearchQuery.) |
Name | Description | |
---|---|---|
Build | (Overrides BaseSearchQueryBuild.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute | (Inherited from BaseSearchQuery.) | |
Execute(String) | (Inherited from BaseSearchQuery.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Criteria | Specifies the condition set to be used with this search query. (Inherited from BaseSearchQuery.) | |
Culture | (Inherited from BaseSearchQuery.) | |
EnableQueryRules | (Inherited from BaseSearchQuery.) | |
EnableStemming | Whether words should be searched using their morphological root and not the exact spelling. (Inherited from BaseSearchQuery.) | |
OrderBy | Describing the sort order the result set. (Inherited from BaseSearchQuery.) | |
RankingModelId | Which ranking model should be used for this query. (Inherited from BaseSearchQuery.) | |
RefinementFilters | (Inherited from BaseSearchQuery.) | |
Refiners | Which refiners should be included in the result set. (Inherited from BaseSearchQuery.) | |
ResultSourceId | (Inherited from BaseSearchQuery.) | |
RowLimit |
How many results should be returned.
RowLimit is specified on SearchServiceApplication.MaxRowLimit. (Inherited from BaseSearchQuery.) | |
SelectFields | Which fields should be included in the result set. (Inherited from BaseSearchQuery.) | |
StartRow | (Inherited from BaseSearchQuery.) | |
TrimDuplicates | Whether duplicates in the result set should be removed or not. (Inherited from BaseSearchQuery.) |