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

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

공개 메소드들

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

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

Field ( string field ) : StatisticalFacetBuilder
Fields ( ) : StatisticalFacetBuilder

The fields the terms will be collected from.

Global ( bool global ) : StatisticalFacetBuilder

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

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

Marks the facet to run in a specific scope.

StatisticalFacetBuilder ( string name ) : Newtonsoft.Json.Linq
ToJsonObject ( ) : object

메소드 상세

FacetFilter() 공개 메소드

An additional filter used to further filter down the set of documents the facet will run on.
public FacetFilter ( IFilterBuilder filter ) : StatisticalFacetBuilder
filter IFilterBuilder
리턴 StatisticalFacetBuilder

Field() 공개 메소드

public Field ( string field ) : StatisticalFacetBuilder
field string
리턴 StatisticalFacetBuilder

Fields() 공개 메소드

The fields the terms will be collected from.
public Fields ( ) : StatisticalFacetBuilder
리턴 StatisticalFacetBuilder

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

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

Scope() 공개 메소드

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

StatisticalFacetBuilder() 공개 메소드

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

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object