Class: QueryParser::And

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



635
636
637
# File 'lib/queryparser.rb', line 635

def inspect_class
	"AND"
end