module ElasticsearchQuery

Constants

VERSION

Public Class Methods

from_params( params = {} ) click to toggle source
# File lib/elasticsearch_query.rb, line 10
def self.from_params( params = {} )
  Query.new( params )
end