Class: Arelastic::Queries::MatchAll

Inherits:
Query show all
Defined in:
lib/arelastic/queries/match_all.rb

Instance Method Summary collapse

Methods inherited from Query

#nested

Methods inherited from Nodes::Node

#==, #convert_to_elastic

Methods included from Arities::Binary

#binary

Methods included from Arities::Polyadic

#polyadic

Methods included from Arities::Unary

#unary

Instance Method Details

#as_elasticObject



4
5
6
# File 'lib/arelastic/queries/match_all.rb', line 4

def as_elastic
  {"match_all" => {}}
end