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