C# Класс Rubber.DSL.Facet.FilterFacetBuilder

Наследование: AbstractFacetBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

FacetFilter() публичный Метод

An additional filter used to further filter down the set of documents the facet will run on.
public FacetFilter ( IFilterBuilder filter ) : FilterFacetBuilder
filter IFilterBuilder
Результат FilterFacetBuilder

Filter() публичный Метод

public Filter ( IFilterBuilder filter ) : FilterFacetBuilder
filter IFilterBuilder
Результат FilterFacetBuilder

FilterFacetBuilder() публичный Метод

public FilterFacetBuilder ( string name ) : Newtonsoft.Json.Linq
name string
Результат Newtonsoft.Json.Linq

Global() публичный Метод

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
Результат FilterFacetBuilder

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.
public Nested ( string nested ) : FilterFacetBuilder
nested string
Результат FilterFacetBuilder

Scope() публичный Метод

Marks the facet to run in a specific scope.
public Scope ( string scope ) : FilterFacetBuilder
scope string
Результат FilterFacetBuilder

ToJsonObject() публичный Метод

public ToJsonObject ( ) : object
Результат object