Class: Solrizer::FieldMapper::IndexTypeMapping

Inherits:
Object
  • Object
show all
Defined in:
lib/solrizer/field_mapper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIndexTypeMapping

Returns a new instance of IndexTypeMapping.



299
300
301
302
# File 'lib/solrizer/field_mapper.rb', line 299

def initialize
  @opts = {}
  @data_types = {}
end

Instance Attribute Details

#data_typesObject

Returns the value of attribute data_types.



297
298
299
# File 'lib/solrizer/field_mapper.rb', line 297

def data_types
  @data_types
end

#optsObject

Returns the value of attribute opts.



297
298
299
# File 'lib/solrizer/field_mapper.rb', line 297

def opts
  @opts
end