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.
|
|
From ( double from ) : |
The from part of the range query. Null indicates unbounded.
|
|
From ( float from ) : |
The from part of the range query. Null indicates unbounded.
|
|
From ( int from ) : |
The from part of the range query. Null indicates unbounded.
|
|
From ( long from ) : |
The from part of the range query. Null indicates unbounded.
|
|
From ( object from ) : |
The from part of the range query. Null indicates unbounded.
|
|
From ( string from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gt ( double from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gt ( float from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gt ( int from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gt ( long from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gt ( object from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gt ( string from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gte ( double from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gte ( float from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gte ( int from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gte ( long from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gte ( object from ) : |
The from part of the range query. Null indicates unbounded.
|
|
Gte ( string from ) : |
The from part of the range query. Null indicates unbounded.
|
|
IncludeLower ( bool includeLower ) : |
Should the lower bound be included or not. Defaults to true.
|
|
IncludeUpper ( bool includeUpper ) : |
Should the upper bound be included or not. Defaults to true.
|
|
Lt ( double to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lt ( float to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lt ( int to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lt ( long to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lt ( object to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lt ( string to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lte ( double to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lte ( float to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lte ( int to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lte ( long to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lte ( object to ) : |
The to part of the range query. Null indicates unbounded.
|
|
Lte ( string to ) : |
The to part of the range query. Null indicates unbounded.
|
|
RangeQueryBuilder ( string name ) : System |
A Query that matches documents within an range of terms.
|
|
To ( double to ) : |
The to part of the range query. Null indicates unbounded.
|
|
To ( float to ) : |
The to part of the range query. Null indicates unbounded.
|
|
To ( int to ) : |
The to part of the range query. Null indicates unbounded.
|
|
To ( long to ) : |
The to part of the range query. Null indicates unbounded.
|
|
To ( object to ) : |
The to part of the range query. Null indicates unbounded.
|
|
To ( string to ) : |
The to part of the range query. Null indicates unbounded.
|
|
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Boost ( float boost ) : |
||
boost | float | |
return |
public From ( double from ) : |
||
from | double | |
return |
public From ( float from ) : |
||
from | float | |
return |
public From ( long from ) : |
||
from | long | |
return |
public From ( object from ) : |
||
from | object | |
return |
public From ( string from ) : |
||
from | string | |
return |
public Gt ( double from ) : |
||
from | double | |
return |
public Gt ( object from ) : |
||
from | object | |
return |
public Gt ( string from ) : |
||
from | string | |
return |
public Gte ( double from ) : |
||
from | double | |
return |
public Gte ( float from ) : |
||
from | float | |
return |
public Gte ( object from ) : |
||
from | object | |
return |
public Gte ( string from ) : |
||
from | string | |
return |
public IncludeLower ( bool includeLower ) : |
||
includeLower | bool | |
return |
public IncludeUpper ( bool includeUpper ) : |
||
includeUpper | bool | |
return |
public RangeQueryBuilder ( string name ) : System | ||
name | string | |
return | System |