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

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

공개 메소드들

메소드 설명
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