Method: Couchbase::SearchQuery::BooleanQuery#should_min

Defined in:
lib/couchbase/search_options.rb

#should_min(min) ⇒ Object

Parameters:

  • min (Integer)

    minimal value for “should” disjunction query



841
842
843
844
# File 'lib/couchbase/search_options.rb', line 841

def should_min(min)
  @should.min = min
  self
end