Method | Description | |
---|---|---|
Add ( IFilterBuilder filter, float boost ) : |
||
Add ( IFilterBuilder filter, string script ) : |
||
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.
|
|
CustomFiltersScoreQueryBuilder ( IQueryBuilder queryBuilder ) : System.Collections.Generic | ||
Lang ( string lang ) : |
Sets the language of the script.
|
|
Param ( string key, object value ) : |
Additional parameters that can be provided to the script.
|
|
Params ( object>.Dictionary |
Additional parameters that can be provided to the script.
|
|
ScoreMode ( string scoreMode ) : |
||
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Add ( IFilterBuilder filter, float boost ) : |
||
filter | IFilterBuilder | |
boost | float | |
return |
public Add ( IFilterBuilder filter, string script ) : |
||
filter | IFilterBuilder | |
script | string | |
return |
public Boost ( float boost ) : |
||
boost | float | |
return |
public CustomFiltersScoreQueryBuilder ( IQueryBuilder queryBuilder ) : System.Collections.Generic | ||
queryBuilder | IQueryBuilder | |
return | System.Collections.Generic |
public Lang ( string lang ) : |
||
lang | string | |
return |
public Param ( string key, object value ) : |
||
key | string | |
value | object | |
return |
public Params ( object>.Dictionary |
||
parameters | object>.Dictionary | |
return |
public ScoreMode ( string scoreMode ) : |
||
scoreMode | string | |
return |