Method | Description | |
---|---|---|
FacetFilter ( IFilterBuilder filter ) : |
An additional filter used to further filter down the set of documents the facet will run on.
|
|
Filter ( IFilterBuilder filter ) : |
||
FilterFacetBuilder ( string name ) : Newtonsoft.Json.Linq | ||
Global ( bool global ) : |
Should the facet run in global mode (not bounded by the search query) or not (bounded by the search query). Defaults to false.
|
|
Nested ( string nested ) : |
Sets the nested path the facet will execute on. A match (root object) will then cause all the nested objects matching the path to be computed into the facet.
|
|
Scope ( string scope ) : |
Marks the facet to run in a specific scope.
|
|
ToJsonObject ( ) : object |
public FacetFilter ( IFilterBuilder filter ) : |
||
filter | IFilterBuilder | |
return |
public Filter ( IFilterBuilder filter ) : |
||
filter | IFilterBuilder | |
return |
public FilterFacetBuilder ( string name ) : Newtonsoft.Json.Linq | ||
name | string | |
return | Newtonsoft.Json.Linq |
public Global ( bool global ) : |
||
global | bool | |
return |
public Nested ( string nested ) : |
||
nested | string | |
return |
public Scope ( string scope ) : |
||
scope | string | |
return |