Class: BooleanTermParser::Query
- Defined in:
- lib/doing/boolean_term_parser.rb
Instance Attribute Summary collapse
- 
  
    
      #must_not_terms  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute must_not_terms. 
- 
  
    
      #must_terms  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute must_terms. 
- 
  
    
      #should_terms  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute should_terms. 
Instance Method Summary collapse
- 
  
    
      #initialize(clauses)  ⇒ Query 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Query. 
- #match(term) ⇒ Object
- #to_elasticsearch ⇒ Object
Constructor Details
#initialize(clauses) ⇒ Query
Returns a new instance of Query.