Class: Elasticfusion::Search::Query::FieldTerm

Inherits:
Struct
  • Object
show all
Defined in:
lib/elasticfusion/search/query/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



12
13
14
# File 'lib/elasticfusion/search/query/ast.rb', line 12

def field
  @field
end

#qualifierObject

Returns the value of attribute qualifier

Returns:

  • (Object)

    the current value of qualifier



12
13
14
# File 'lib/elasticfusion/search/query/ast.rb', line 12

def qualifier
  @qualifier
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



12
13
14
# File 'lib/elasticfusion/search/query/ast.rb', line 12

def value
  @value
end