Class: LuceneQuery::Or

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



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

def operator; "OR" end