Class: Sunspot::Query::Conjunction
- Inherits:
-
CompositeFulltext
- Object
- CompositeFulltext
- Sunspot::Query::Conjunction
- Defined in:
- lib/sunspot/query/composite_fulltext.rb
Instance Method Summary collapse
-
#add_conjunction ⇒ Object
No-op - this is already a conjunction.
Methods inherited from CompositeFulltext
#add_boost_function, #add_boost_query, #add_disjunction, #add_fulltext, #add_join, #add_location, #add_multiplicative_boost_function, #initialize, #to_params, #to_subquery
Constructor Details
This class inherits a constructor from Sunspot::Query::CompositeFulltext
Instance Method Details
#add_conjunction ⇒ Object
No-op - this is already a conjunction
94 95 96 |
# File 'lib/sunspot/query/composite_fulltext.rb', line 94 def add_conjunction self end |