C# 클래스 Rubber.DSL.Facet.QueryFacetBuilder

상속: AbstractFacetBuilder
파일 보기 프로젝트 열기: stephenpope/Rubber

공개 메소드들

메소드 설명
FacetFilter ( IFilterBuilder filter ) : QueryFacetBuilder

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

Global ( bool global ) : QueryFacetBuilder

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

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.

Query ( IQueryBuilder query ) : QueryFacetBuilder
QueryFacetBuilder ( string name ) : Newtonsoft.Json.Linq
Scope ( string scope ) : QueryFacetBuilder

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 ) : QueryFacetBuilder
filter IFilterBuilder
리턴 QueryFacetBuilder

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 ) : QueryFacetBuilder
global bool
리턴 QueryFacetBuilder

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 ) : QueryFacetBuilder
nested string
리턴 QueryFacetBuilder

Query() 공개 메소드

public Query ( IQueryBuilder query ) : QueryFacetBuilder
query IQueryBuilder
리턴 QueryFacetBuilder

QueryFacetBuilder() 공개 메소드

public QueryFacetBuilder ( string name ) : Newtonsoft.Json.Linq
name string
리턴 Newtonsoft.Json.Linq

Scope() 공개 메소드

Marks the facet to run in a specific scope.
public Scope ( string scope ) : QueryFacetBuilder
scope string
리턴 QueryFacetBuilder

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object