matthuhiggins/arelastic

View on GitHub
lib/arelastic/queries/match.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Arelastic
  module Queries
    class Match < Arelastic::Queries::Query
      binary 'match'
    end
  end
end