Method | Description | |
---|---|---|
Boost ( float 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.
|
|
FilteredQueryBuilder ( IQueryBuilder queryBuilder, IFilterBuilder filterBuilder ) : System |
A query that applies a filter to the results of another query.
|
|
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Boost ( float boost ) : |
||
boost | float | |
return |
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 |
return | System |