Module: ElasticsearchQuery

Defined in:
lib/elasticsearch_query.rb,
lib/elasticsearch_query/sort.rb,
lib/elasticsearch_query/query.rb,
lib/elasticsearch_query/filter.rb,
lib/elasticsearch_query/filters.rb,
lib/elasticsearch_query/version.rb,
lib/elasticsearch_query/filter_formatter.rb,
lib/elasticsearch_query/filter_formatter/base.rb,
lib/elasticsearch_query/filter_formatter/match.rb,
lib/elasticsearch_query/filter_formatter/range.rb,
lib/elasticsearch_query/filter_formatter/custom.rb

Defined Under Namespace

Modules: FilterFormatter Classes: Filter, Filters, Query, Sort

Constant Summary collapse

VERSION =
"0.1.5"

Class Method Summary collapse

Class Method Details

.from_params(params = {}) ⇒ Object



10
11
12
# File 'lib/elasticsearch_query.rb', line 10

def self.from_params( params = {} )
  Query.new( params )
end