C# Class Rubber.DSL.Query.FilteredQueryBuilder

Inheritance: IQueryBuilder
Afficher le fichier Open project: stephenpope/Rubber Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Boost() public méthode

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
Résultat FilteredQueryBuilder

FilteredQueryBuilder() public méthode

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
Résultat System

ToJsonObject() public méthode

public ToJsonObject ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string