Class: QueryParser::Or

Inherits:
Set
  • Object
show all
Defined in:
lib/queryparser.rb

Overview

A subclass just to distinguish the and from the or

Instance Method Summary collapse

Methods inherited from Set

#add, #boostable, #contents, #initialize, #inspect, #lucene, #reduce, #reduced?, #set_reduced

Constructor Details

This class inherits a constructor from QueryParser::Set

Instance Method Details

#inspect_classObject



642
643
644
# File 'lib/queryparser.rb', line 642

def inspect_class
	"OR"
end