C# Class Rubber.DSL.Filter.RangeFilterBuilder

Inheritance: IFilterBuilder
Afficher le fichier Open project: stephenpope/Rubber

Méthodes publiques

Méthode Description
Cache ( bool cache ) : RangeFilterBuilder

Should the filter be cached or not. Defaults to true.

CacheKey ( string cacheKey ) : RangeFilterBuilder
FilterName ( string filterName ) : RangeFilterBuilder

Sets the filter name for the filter that can be used when searching for matched_filters per hit.

From ( double from ) : RangeFilterBuilder

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

From ( float from ) : RangeFilterBuilder

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

From ( int from ) : RangeFilterBuilder

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

From ( long from ) : RangeFilterBuilder

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

From ( object from ) : RangeFilterBuilder

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

Gt ( double from ) : RangeFilterBuilder

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

Gt ( float from ) : RangeFilterBuilder

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

Gt ( int from ) : RangeFilterBuilder

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

Gt ( long from ) : RangeFilterBuilder

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

Gt ( object from ) : RangeFilterBuilder

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

Gte ( double from ) : RangeFilterBuilder

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

Gte ( float from ) : RangeFilterBuilder

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

Gte ( int from ) : RangeFilterBuilder

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

Gte ( long from ) : RangeFilterBuilder

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

Gte ( object from ) : RangeFilterBuilder

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

IncludeLower ( bool includeLower ) : RangeFilterBuilder

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

IncludeUpper ( bool includeUpper ) : RangeFilterBuilder

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

Lt ( double to ) : RangeFilterBuilder

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

Lt ( float to ) : RangeFilterBuilder

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

Lt ( int to ) : RangeFilterBuilder

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

Lt ( long to ) : RangeFilterBuilder

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

Lt ( object to ) : RangeFilterBuilder

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

Lte ( double to ) : RangeFilterBuilder

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

Lte ( float to ) : RangeFilterBuilder

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

Lte ( int to ) : RangeFilterBuilder

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

Lte ( long to ) : RangeFilterBuilder

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

Lte ( object to ) : RangeFilterBuilder

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

RangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq

A filter that restricts search results to values that are within the given range.

To ( double to ) : RangeFilterBuilder

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

To ( float to ) : RangeFilterBuilder

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

To ( int to ) : RangeFilterBuilder

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

To ( long to ) : RangeFilterBuilder

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

To ( object to ) : RangeFilterBuilder

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

ToJsonObject ( ) : object
ToString ( ) : string

Method Details

Cache() public méthode

Should the filter be cached or not. Defaults to true.
public Cache ( bool cache ) : RangeFilterBuilder
cache bool
Résultat RangeFilterBuilder

CacheKey() public méthode

public CacheKey ( string cacheKey ) : RangeFilterBuilder
cacheKey string
Résultat RangeFilterBuilder

FilterName() public méthode

Sets the filter name for the filter that can be used when searching for matched_filters per hit.
public FilterName ( string filterName ) : RangeFilterBuilder
filterName string
Résultat RangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( double from ) : RangeFilterBuilder
from double
Résultat RangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( float from ) : RangeFilterBuilder
from float
Résultat RangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( int from ) : RangeFilterBuilder
from int
Résultat RangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( long from ) : RangeFilterBuilder
from long
Résultat RangeFilterBuilder

From() public méthode

The from part of the filter query. Null indicates unbounded.
public From ( object from ) : RangeFilterBuilder
from object
Résultat RangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( double from ) : RangeFilterBuilder
from double
Résultat RangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( float from ) : RangeFilterBuilder
from float
Résultat RangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( int from ) : RangeFilterBuilder
from int
Résultat RangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( long from ) : RangeFilterBuilder
from long
Résultat RangeFilterBuilder

Gt() public méthode

The from part of the filter query. Null indicates unbounded.
public Gt ( object from ) : RangeFilterBuilder
from object
Résultat RangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( double from ) : RangeFilterBuilder
from double
Résultat RangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( float from ) : RangeFilterBuilder
from float
Résultat RangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( int from ) : RangeFilterBuilder
from int
Résultat RangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( long from ) : RangeFilterBuilder
from long
Résultat RangeFilterBuilder

Gte() public méthode

The from part of the filter query. Null indicates unbounded.
public Gte ( object from ) : RangeFilterBuilder
from object
Résultat RangeFilterBuilder

IncludeLower() public méthode

Should the lower bound be included or not. Defaults to true.
public IncludeLower ( bool includeLower ) : RangeFilterBuilder
includeLower bool
Résultat RangeFilterBuilder

IncludeUpper() public méthode

Should the upper bound be included or not. Defaults to true.
public IncludeUpper ( bool includeUpper ) : RangeFilterBuilder
includeUpper bool
Résultat RangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( double to ) : RangeFilterBuilder
to double
Résultat RangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( float to ) : RangeFilterBuilder
to float
Résultat RangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( int to ) : RangeFilterBuilder
to int
Résultat RangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( long to ) : RangeFilterBuilder
to long
Résultat RangeFilterBuilder

Lt() public méthode

The to part of the filter query. Null indicates unbounded.
public Lt ( object to ) : RangeFilterBuilder
to object
Résultat RangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( double to ) : RangeFilterBuilder
to double
Résultat RangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( float to ) : RangeFilterBuilder
to float
Résultat RangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( int to ) : RangeFilterBuilder
to int
Résultat RangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( long to ) : RangeFilterBuilder
to long
Résultat RangeFilterBuilder

Lte() public méthode

The to part of the filter query. Null indicates unbounded.
public Lte ( object to ) : RangeFilterBuilder
to object
Résultat RangeFilterBuilder

RangeFilterBuilder() public méthode

A filter that restricts search results to values that are within the given range.
public RangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq
name string
Résultat Newtonsoft.Json.Linq

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( double to ) : RangeFilterBuilder
to double
Résultat RangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( float to ) : RangeFilterBuilder
to float
Résultat RangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( int to ) : RangeFilterBuilder
to int
Résultat RangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( long to ) : RangeFilterBuilder
to long
Résultat RangeFilterBuilder

To() public méthode

The to part of the filter query. Null indicates unbounded.
public To ( object to ) : RangeFilterBuilder
to object
Résultat RangeFilterBuilder

ToJsonObject() public méthode

public ToJsonObject ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string