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.
|
|
FuzzyQueryBuilder ( string name, object value ) : System |
Constructs a new term query.
|
|
MinSimilarity ( float defaultMinSimilarity ) : |
||
PrefixLength ( int prefixLength ) : |
||
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Boost ( float boost ) : |
||
boost | float | |
return |
public FuzzyQueryBuilder ( string name, object value ) : System | ||
name | string | The name of the field |
value | object | The value of the term |
return | System |
public MinSimilarity ( float defaultMinSimilarity ) : |
||
defaultMinSimilarity | float | |
return |
public PrefixLength ( int prefixLength ) : |
||
prefixLength | int | |
return |