C# 클래스 Rubber.DSL.Query.FilteredQueryBuilder

상속: IQueryBuilder
파일 보기 프로젝트 열기: stephenpope/Rubber 1 사용 예제들

공개 메소드들

메소드 설명
Boost ( float boost ) : FilteredQueryBuilder

Sets the boost for this query. Documents matching this query will (in addition to the normal weightings) have their score multiplied by the boost provided.

FilteredQueryBuilder ( IQueryBuilder queryBuilder, IFilterBuilder filterBuilder ) : System

A query that applies a filter to the results of another query.

ToJsonObject ( ) : object
ToString ( ) : string

메소드 상세

Boost() 공개 메소드

Sets the boost for this query. Documents matching this query will (in addition to the normal weightings) have their score multiplied by the boost provided.
public Boost ( float boost ) : FilteredQueryBuilder
boost float
리턴 FilteredQueryBuilder

FilteredQueryBuilder() 공개 메소드

A query that applies a filter to the results of another query.
public FilteredQueryBuilder ( IQueryBuilder queryBuilder, IFilterBuilder filterBuilder ) : System
queryBuilder IQueryBuilder The query to apply the filter to
filterBuilder IFilterBuilder The filter to apply on the query
리턴 System

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string