Method: Arelastic::Queries::MultiMatch#initialize
- Defined in:
- lib/arelastic/queries/multi_match.rb
#initialize(fields, query, options = {}) ⇒ MultiMatch
Returns a new instance of MultiMatch.
5 6 7 8 9 |
# File 'lib/arelastic/queries/multi_match.rb', line 5 def initialize(fields, query, = {}) @fields = fields @query = query = end |