Class: Arelastic::Filters::MatchAll
- Inherits:
-
Filter
- Object
- Nodes::Node
- Filter
- Arelastic::Filters::MatchAll
- Defined in:
- lib/arelastic/filters/match_all.rb
Instance Method Summary collapse
Methods inherited from Filter
Methods inherited from Nodes::Node
Methods included from Arities::Binary
Methods included from Arities::Polyadic
Methods included from Arities::Unary
Instance Method Details
#as_elastic ⇒ Object
4 5 6 |
# File 'lib/arelastic/filters/match_all.rb', line 4 def as_elastic {"match_all" => {}} end |