Bagikan melalui


FacetRequestOptions Class

Definition

The options for facet evaluation.

public class FacetRequestOptions
type FacetRequestOptions = class
Public Class FacetRequestOptions
Inheritance
FacetRequestOptions

Constructors

FacetRequestOptions()

Initializes a new instance of FacetRequestOptions.

Properties

Filter

Specifies the filter condition for the 'where' clause which will be run on main query's result, just before the actual faceting.

SortBy

The column name or query expression to sort on. Defaults to count if not present.

SortOrder

The sorting order by the selected column (count by default).

Top

The maximum number of facet rows that should be returned.

Applies to