Class: ParadeDB::Aggregations::FieldTermFilter
- Inherits:
-
Struct
- Object
- Struct
- ParadeDB::Aggregations::FieldTermFilter
- Defined in:
- lib/parade_db/aggregations.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
10 11 12 |
# File 'lib/parade_db/aggregations.rb', line 10 def field @field end |
#term ⇒ Object
Returns the value of attribute term
10 11 12 |
# File 'lib/parade_db/aggregations.rb', line 10 def term @term end |