Class: ParadeDB::Aggregations::FieldTermFilter

Inherits:
Struct
  • Object
show all
Defined in:
lib/parade_db/aggregations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



10
11
12
# File 'lib/parade_db/aggregations.rb', line 10

def field
  @field
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



10
11
12
# File 'lib/parade_db/aggregations.rb', line 10

def term
  @term
end