Class: ParadeDB::Aggregations::FieldTermFilter

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

Instance Attribute Summary collapse

Instance Attribute Details

#distanceObject

Returns the value of attribute distance

Returns:

  • (Object)

    the current value of distance



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

def distance
  @distance
end

#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

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
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

#transposition_cost_oneObject

Returns the value of attribute transposition_cost_one

Returns:

  • (Object)

    the current value of transposition_cost_one



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

def transposition_cost_one
  @transposition_cost_one
end