C# Class Rubber.DSL.Filter.TermsFilterBuilder

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

Méthodes publiques

Méthode Description
Cache ( bool cache ) : TermsFilterBuilder

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

CacheKey ( string cacheKey ) : TermsFilterBuilder
Execution ( string execution ) : TermsFilterBuilder

Sets the execution mode for the terms filter. Can be either "plain", "bool" "and". Defaults to "plain".

FilterName ( string filterName ) : TermsFilterBuilder
TermsFilterBuilder ( string name ) : System.Collections.Generic

A filter for a field based on several terms matching on any of them.

TermsFilterBuilder ( string name, IEnumerable values ) : System.Collections.Generic
ToJsonObject ( ) : object
ToString ( ) : string

Method Details

Cache() public méthode

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

CacheKey() public méthode

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

Execution() public méthode

Sets the execution mode for the terms filter. Can be either "plain", "bool" "and". Defaults to "plain".
public Execution ( string execution ) : TermsFilterBuilder
execution string
Résultat TermsFilterBuilder

FilterName() public méthode

public FilterName ( string filterName ) : TermsFilterBuilder
filterName string
Résultat TermsFilterBuilder

TermsFilterBuilder() public méthode

A filter for a field based on several terms matching on any of them.
public TermsFilterBuilder ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

TermsFilterBuilder() public méthode

public TermsFilterBuilder ( string name, IEnumerable values ) : System.Collections.Generic
name string
values IEnumerable
Résultat System.Collections.Generic

ToJsonObject() public méthode

public ToJsonObject ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string