Метод | Описание | |
---|---|---|
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.
|
|
Factor ( int factor ) : |
Controls the multiplication factor of the initial hits required from the child query over the main query request. Defaults to 5.
|
|
IncrementalFactor ( int incrementalFactor ) : |
Sets the incremental factor when the query needs to be re-run in order to fetch more results. Defaults to 2.
|
|
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.
|
|
Score ( string score ) : |
How to compute the score. Possible values are: max, sum, or avg. Defaults to max.
|
|
ToJsonObject ( ) : object | ||
ToString ( ) : string | ||
TopChildrenQueryBuilder ( string type, IQueryBuilder queryBuilder ) : System |
public Boost ( float boost ) : |
||
boost | float | |
Результат |
public Factor ( int factor ) : |
||
factor | int | |
Результат |
public IncrementalFactor ( int incrementalFactor ) : |
||
incrementalFactor | int | |
Результат |
public Scope ( string scope ) : |
||
scope | string | |
Результат |
public Score ( string score ) : |
||
score | string | |
Результат |
public TopChildrenQueryBuilder ( string type, IQueryBuilder queryBuilder ) : System | ||
type | string | |
queryBuilder | IQueryBuilder | |
Результат | System |