Class: LuceneQuery::And

Inherits:
InfixOperator show all
Defined in:
lib/lucene_query.rb

Instance Method Summary collapse

Methods inherited from InfixOperator

#initialize, #to_lucene

Constructor Details

This class inherits a constructor from LuceneQuery::InfixOperator

Instance Method Details

#operatorObject



79
# File 'lib/lucene_query.rb', line 79

def operator; "AND" end