C# Class Foundatio.Repositories.Elasticsearch.Queries.Options.ElasticQueryOptionsExtensions

ファイルを表示 Open project: exceptionless/Foundatio.Repositories

Public Methods

Method Description
CanAggregateByField ( this options, string field ) : bool
CanSearchByField ( this options, string field ) : bool
CanSortByField ( this options, string field ) : bool

Method Details

CanAggregateByField() public static method

public static CanAggregateByField ( this options, string field ) : bool
options this
field string
return bool

CanSearchByField() public static method

public static CanSearchByField ( this options, string field ) : bool
options this
field string
return bool

CanSortByField() public static method

public static CanSortByField ( this options, string field ) : bool
options this
field string
return bool