Method: Elasticated::Query#post

Defined in:
lib/elasticated/query.rb

#post(&block) ⇒ Object Also known as: post_filter



39
40
41
42
# File 'lib/elasticated/query.rb', line 39

def post(&block)
  _post_conditions.evaluate block
  self
end