Class: Sunspot::Query::Connective::Conjunction
- Defined in:
- lib/sunspot/query/connective.rb
Overview
Conjunctions combine their components with an AND operator.
Direct Known Subclasses
Class Method Summary collapse
Methods inherited from Abstract
#add_component, #initialize, #negate, #negated?, #to_boolean_phrase, #to_params
Methods inherited from Scope
#add_conjunction, #add_disjunction, #add_negated_restriction, #add_negated_shorthand_restriction, #add_restriction, #add_shorthand_restriction, #dynamic_query, #exclude_instance
Constructor Details
This class inherits a constructor from Sunspot::Query::Connective::Abstract
Class Method Details
.inverse ⇒ Object
113 114 115 |
# File 'lib/sunspot/query/connective.rb', line 113 def inverse Disjunction end |