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



99
100
101
# File 'lib/parade_db/index.rb', line 99

def expression
  @expression
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



99
100
101
# File 'lib/parade_db/index.rb', line 99

def options
  @options
end

#query_keyObject

Returns the value of attribute query_key

Returns:

  • (Object)

    the current value of query_key



99
100
101
# File 'lib/parade_db/index.rb', line 99

def query_key
  @query_key
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



99
100
101
# File 'lib/parade_db/index.rb', line 99

def source
  @source
end

#tokenizerObject

Returns the value of attribute tokenizer

Returns:

  • (Object)

    the current value of tokenizer



99
100
101
# File 'lib/parade_db/index.rb', line 99

def tokenizer
  @tokenizer
end