C# Class Rubber.DSL.Query.RangeQueryBuilder

A Query that matches documents within an range of terms.
Inheritance: IQueryBuilder
Show file Open project: stephenpope/Rubber

Public Methods

Method Description
Boost ( float boost ) : RangeQueryBuilder

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 ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

From ( float from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

From ( int from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

From ( long from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

From ( object from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

From ( string from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gt ( double from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gt ( float from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gt ( int from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gt ( long from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gt ( object from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gt ( string from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gte ( double from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gte ( float from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gte ( int from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gte ( long from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gte ( object from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

Gte ( string from ) : RangeQueryBuilder

The from part of the range query. Null indicates unbounded.

IncludeLower ( bool includeLower ) : RangeQueryBuilder

Should the lower bound be included or not. Defaults to true.

IncludeUpper ( bool includeUpper ) : RangeQueryBuilder

Should the upper bound be included or not. Defaults to true.

Lt ( double to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lt ( float to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lt ( int to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lt ( long to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lt ( object to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lt ( string to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lte ( double to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lte ( float to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lte ( int to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lte ( long to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lte ( object to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

Lte ( string to ) : RangeQueryBuilder

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 ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

To ( float to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

To ( int to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

To ( long to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

To ( object to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

To ( string to ) : RangeQueryBuilder

The to part of the range query. Null indicates unbounded.

ToJsonObject ( ) : object
ToString ( ) : string

Method Details

Boost() public method

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.
public Boost ( float boost ) : RangeQueryBuilder
boost float
return RangeQueryBuilder

From() public method

The from part of the range query. Null indicates unbounded.
public From ( double from ) : RangeQueryBuilder
from double
return RangeQueryBuilder

From() public method

The from part of the range query. Null indicates unbounded.
public From ( float from ) : RangeQueryBuilder
from float
return RangeQueryBuilder

From() public method

The from part of the range query. Null indicates unbounded.
public From ( int from ) : RangeQueryBuilder
from int
return RangeQueryBuilder

From() public method

The from part of the range query. Null indicates unbounded.
public From ( long from ) : RangeQueryBuilder
from long
return RangeQueryBuilder

From() public method

The from part of the range query. Null indicates unbounded.
public From ( object from ) : RangeQueryBuilder
from object
return RangeQueryBuilder

From() public method

The from part of the range query. Null indicates unbounded.
public From ( string from ) : RangeQueryBuilder
from string
return RangeQueryBuilder

Gt() public method

The from part of the range query. Null indicates unbounded.
public Gt ( double from ) : RangeQueryBuilder
from double
return RangeQueryBuilder

Gt() public method

The from part of the range query. Null indicates unbounded.
public Gt ( float from ) : RangeQueryBuilder
from float
return RangeQueryBuilder

Gt() public method

The from part of the range query. Null indicates unbounded.
public Gt ( int from ) : RangeQueryBuilder
from int
return RangeQueryBuilder

Gt() public method

The from part of the range query. Null indicates unbounded.
public Gt ( long from ) : RangeQueryBuilder
from long
return RangeQueryBuilder

Gt() public method

The from part of the range query. Null indicates unbounded.
public Gt ( object from ) : RangeQueryBuilder
from object
return RangeQueryBuilder

Gt() public method

The from part of the range query. Null indicates unbounded.
public Gt ( string from ) : RangeQueryBuilder
from string
return RangeQueryBuilder

Gte() public method

The from part of the range query. Null indicates unbounded.
public Gte ( double from ) : RangeQueryBuilder
from double
return RangeQueryBuilder

Gte() public method

The from part of the range query. Null indicates unbounded.
public Gte ( float from ) : RangeQueryBuilder
from float
return RangeQueryBuilder

Gte() public method

The from part of the range query. Null indicates unbounded.
public Gte ( int from ) : RangeQueryBuilder
from int
return RangeQueryBuilder

Gte() public method

The from part of the range query. Null indicates unbounded.
public Gte ( long from ) : RangeQueryBuilder
from long
return RangeQueryBuilder

Gte() public method

The from part of the range query. Null indicates unbounded.
public Gte ( object from ) : RangeQueryBuilder
from object
return RangeQueryBuilder

Gte() public method

The from part of the range query. Null indicates unbounded.
public Gte ( string from ) : RangeQueryBuilder
from string
return RangeQueryBuilder

IncludeLower() public method

Should the lower bound be included or not. Defaults to true.
public IncludeLower ( bool includeLower ) : RangeQueryBuilder
includeLower bool
return RangeQueryBuilder

IncludeUpper() public method

Should the upper bound be included or not. Defaults to true.
public IncludeUpper ( bool includeUpper ) : RangeQueryBuilder
includeUpper bool
return RangeQueryBuilder

Lt() public method

The to part of the range query. Null indicates unbounded.
public Lt ( double to ) : RangeQueryBuilder
to double
return RangeQueryBuilder

Lt() public method

The to part of the range query. Null indicates unbounded.
public Lt ( float to ) : RangeQueryBuilder
to float
return RangeQueryBuilder

Lt() public method

The to part of the range query. Null indicates unbounded.
public Lt ( int to ) : RangeQueryBuilder
to int
return RangeQueryBuilder

Lt() public method

The to part of the range query. Null indicates unbounded.
public Lt ( long to ) : RangeQueryBuilder
to long
return RangeQueryBuilder

Lt() public method

The to part of the range query. Null indicates unbounded.
public Lt ( object to ) : RangeQueryBuilder
to object
return RangeQueryBuilder

Lt() public method

The to part of the range query. Null indicates unbounded.
public Lt ( string to ) : RangeQueryBuilder
to string
return RangeQueryBuilder

Lte() public method

The to part of the range query. Null indicates unbounded.
public Lte ( double to ) : RangeQueryBuilder
to double
return RangeQueryBuilder

Lte() public method

The to part of the range query. Null indicates unbounded.
public Lte ( float to ) : RangeQueryBuilder
to float
return RangeQueryBuilder

Lte() public method

The to part of the range query. Null indicates unbounded.
public Lte ( int to ) : RangeQueryBuilder
to int
return RangeQueryBuilder

Lte() public method

The to part of the range query. Null indicates unbounded.
public Lte ( long to ) : RangeQueryBuilder
to long
return RangeQueryBuilder

Lte() public method

The to part of the range query. Null indicates unbounded.
public Lte ( object to ) : RangeQueryBuilder
to object
return RangeQueryBuilder

Lte() public method

The to part of the range query. Null indicates unbounded.
public Lte ( string to ) : RangeQueryBuilder
to string
return RangeQueryBuilder

RangeQueryBuilder() public method

A Query that matches documents within an range of terms.
public RangeQueryBuilder ( string name ) : System
name string
return System

To() public method

The to part of the range query. Null indicates unbounded.
public To ( double to ) : RangeQueryBuilder
to double
return RangeQueryBuilder

To() public method

The to part of the range query. Null indicates unbounded.
public To ( float to ) : RangeQueryBuilder
to float
return RangeQueryBuilder

To() public method

The to part of the range query. Null indicates unbounded.
public To ( int to ) : RangeQueryBuilder
to int
return RangeQueryBuilder

To() public method

The to part of the range query. Null indicates unbounded.
public To ( long to ) : RangeQueryBuilder
to long
return RangeQueryBuilder

To() public method

The to part of the range query. Null indicates unbounded.
public To ( object to ) : RangeQueryBuilder
to object
return RangeQueryBuilder

To() public method

The to part of the range query. Null indicates unbounded.
public To ( string to ) : RangeQueryBuilder
to string
return RangeQueryBuilder

ToJsonObject() public method

public ToJsonObject ( ) : object
return object

ToString() public method

public ToString ( ) : string
return string