Class: ParadeDB::Index::DefinitionCompiler::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



185
186
187
# File 'lib/parade_db/index.rb', line 185

def expression
  @expression
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



185
186
187
# File 'lib/parade_db/index.rb', line 185

def options
  @options
end

#query_keyObject

Returns the value of attribute query_key

Returns:

  • (Object)

    the current value of query_key



185
186
187
# File 'lib/parade_db/index.rb', line 185

def query_key
  @query_key
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



185
186
187
# File 'lib/parade_db/index.rb', line 185

def source
  @source
end

#tokenizerObject

Returns the value of attribute tokenizer

Returns:

  • (Object)

    the current value of tokenizer



185
186
187
# File 'lib/parade_db/index.rb', line 185

def tokenizer
  @tokenizer
end