Class: LuceneQuery::And
- Inherits:
-
InfixOperator
- Object
- InfixOperator
- LuceneQuery::And
- Defined in:
- lib/lucene_query.rb
Instance Method Summary collapse
Methods inherited from InfixOperator
Constructor Details
This class inherits a constructor from LuceneQuery::InfixOperator
Instance Method Details
#operator ⇒ Object
79 |
# File 'lib/lucene_query.rb', line 79 def operator; "AND" end |