Class: Sunspot::Query::Connective::Conjunction

Inherits:
Abstract show all
Defined in:
lib/sunspot/query/connective.rb

Overview

Conjunctions combine their components with an AND operator.

Direct Known Subclasses

QueryFacetRow

Method Summary

Methods inherited from Abstract

#add_component, #initialize, #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