C# Class Rubber.DSL.Facet.FilterFacetBuilder

Inheritance: AbstractFacetBuilder
Afficher le fichier Open project: stephenpope/Rubber

Méthodes publiques

Méthode Description
FacetFilter ( IFilterBuilder filter ) : FilterFacetBuilder

An additional filter used to further filter down the set of documents the facet will run on.

Filter ( IFilterBuilder filter ) : FilterFacetBuilder
FilterFacetBuilder ( string name ) : Newtonsoft.Json.Linq
Global ( bool global ) : FilterFacetBuilder

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 ) : FilterFacetBuilder

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 ) : FilterFacetBuilder

Marks the facet to run in a specific scope.

ToJsonObject ( ) : object

Method Details

FacetFilter() public méthode

An additional filter used to further filter down the set of documents the facet will run on.
public FacetFilter ( IFilterBuilder filter ) : FilterFacetBuilder
filter IFilterBuilder
Résultat FilterFacetBuilder

Filter() public méthode

public Filter ( IFilterBuilder filter ) : FilterFacetBuilder
filter IFilterBuilder
Résultat FilterFacetBuilder

FilterFacetBuilder() public méthode

public FilterFacetBuilder ( string name ) : Newtonsoft.Json.Linq
name string
Résultat Newtonsoft.Json.Linq

Global() public méthode

Should the facet run in global mode (not bounded by the search query) or not (bounded by the search query). Defaults to false.
public Global ( bool global ) : FilterFacetBuilder
global bool
Résultat FilterFacetBuilder

Nested() public méthode

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.
public Nested ( string nested ) : FilterFacetBuilder
nested string
Résultat FilterFacetBuilder

Scope() public méthode

Marks the facet to run in a specific scope.
public Scope ( string scope ) : FilterFacetBuilder
scope string
Résultat FilterFacetBuilder

ToJsonObject() public méthode

public ToJsonObject ( ) : object
Résultat object