Class: ParadeDB::Index::DefinitionCompiler::Entry
- Inherits:
-
Struct
- Object
- Struct
- ParadeDB::Index::DefinitionCompiler::Entry
- Defined in:
- lib/parade_db/index.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#metric ⇒ Object
Returns the value of attribute metric.
-
#options ⇒ Object
Returns the value of attribute options.
-
#query_key ⇒ Object
Returns the value of attribute query_key.
-
#source ⇒ Object
Returns the value of attribute source.
-
#tokenizer ⇒ Object
Returns the value of attribute tokenizer.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
100 101 102 |
# File 'lib/parade_db/index.rb', line 100 def expression @expression end |
#metric ⇒ Object
Returns the value of attribute metric
100 101 102 |
# File 'lib/parade_db/index.rb', line 100 def metric @metric end |
#options ⇒ Object
Returns the value of attribute options
100 101 102 |
# File 'lib/parade_db/index.rb', line 100 def @options end |
#query_key ⇒ Object
Returns the value of attribute query_key
100 101 102 |
# File 'lib/parade_db/index.rb', line 100 def query_key @query_key end |
#source ⇒ Object
Returns the value of attribute source
100 101 102 |
# File 'lib/parade_db/index.rb', line 100 def source @source end |
#tokenizer ⇒ Object
Returns the value of attribute tokenizer
100 101 102 |
# File 'lib/parade_db/index.rb', line 100 def tokenizer @tokenizer end |