Class: Sensei::TermQuery
Instance Attribute Summary
Attributes inherited from Query
Instance Method Summary collapse
Methods inherited from Query
construct, #get_boost, #initialize, #not_query?, q, #run, #to_sensei
Methods included from Operators
#&, #*, #boost!, #must_not, #|, #~
Constructor Details
This class inherits a constructor from Sensei::Query
Instance Method Details
#to_h ⇒ Object
129 130 131 |
# File 'lib/sensei/query.rb', line 129 def to_h {:term => {[:field] => {:value => [:value].to_s}.merge(get_boost)}} end |