Метод | Описание | |
---|---|---|
Export ( ) : Newtonsoft.Json.Linq.JObject | ||
Must ( ) : |
Result documents must satisfy these queries.
|
|
MustNot ( ) : |
Result documents must not satisfy these queries.
|
|
Should ( ) : |
Result documents should satisfy these queries..
|
|
ShouldMin ( int min ) : |
If a hit satisfies at least min queries in the should be boosted by this amount.
|
public Export ( ) : Newtonsoft.Json.Linq.JObject | ||
Результат | Newtonsoft.Json.Linq.JObject |
public ShouldMin ( int min ) : |
||
min | int | The minimum to boost by - the default is 1. |
Результат |