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.
-
#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
99 100 101 |
# File 'lib/parade_db/index.rb', line 99 def expression @expression end |
#options ⇒ Object
Returns the value of attribute options
99 100 101 |
# File 'lib/parade_db/index.rb', line 99 def @options end |
#query_key ⇒ Object
Returns the value of attribute query_key
99 100 101 |
# File 'lib/parade_db/index.rb', line 99 def query_key @query_key end |
#source ⇒ Object
Returns the value of attribute source
99 100 101 |
# File 'lib/parade_db/index.rb', line 99 def source @source end |
#tokenizer ⇒ Object
Returns the value of attribute tokenizer
99 100 101 |
# File 'lib/parade_db/index.rb', line 99 def tokenizer @tokenizer end |