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.
|
|
HasChildQueryBuilder ( string childType, IQueryBuilder query ) : System | ||
Scope ( string scope ) : |
The scope of the query, which can later be used, for example, to run facets against the child docs that matches the query.
|
|
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Boost ( float boost ) : |
||
boost | float | |
return |
public HasChildQueryBuilder ( string childType, IQueryBuilder query ) : System | ||
childType | string | |
query | IQueryBuilder | |
return | System |
public Scope ( string scope ) : |
||
scope | string | |
return |