Class: Fluent::GroongaOutput::Schema::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/out_groonga.rb,
lib/fluent/plugin/out_groonga.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (Table) initialize(name, options = {})

Returns a new instance of Table



260
261
262
263
# File 'lib/fluent/plugin/out_groonga.rb', line 260

def initialize(name, key_type)
  @name = name
  @key_type = key_type
end

Instance Attribute Details

- (Object) default_tokenizer (readonly)

Returns the value of attribute default_tokenizer



538
539
540
# File 'lib/fluent/plugin/out_groonga.rb', line 538

def default_tokenizer
  @default_tokenizer
end

- (Object) domain (readonly)

Returns the value of attribute domain



536
537
538
# File 'lib/fluent/plugin/out_groonga.rb', line 536

def domain
  @domain
end

- (Object) flags (readonly)

Returns the value of attribute flags



535
536
537
# File 'lib/fluent/plugin/out_groonga.rb', line 535

def flags
  @flags
end

- (Object) name (readonly)

Returns the value of attribute name



534
535
536
# File 'lib/fluent/plugin/out_groonga.rb', line 534

def name
  @name
end

- (Object) normalizer (readonly)

Returns the value of attribute normalizer



539
540
541
# File 'lib/fluent/plugin/out_groonga.rb', line 539

def normalizer
  @normalizer
end

- (Object) range (readonly)

Returns the value of attribute range



537
538
539
# File 'lib/fluent/plugin/out_groonga.rb', line 537

def range
  @range
end

- (Object) token_filters (readonly)

Returns the value of attribute token_filters



540
541
542
# File 'lib/fluent/plugin/out_groonga.rb', line 540

def token_filters
  @token_filters
end