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