lib/supernova/solr_indexer.rb in supernova-0.3.5 vs lib/supernova/solr_indexer.rb in supernova-0.3.6
- old
+ new
@@ -46,10 +46,11 @@
:integer => :i,
:sint => :si,
:float => :f,
:date => :dt,
:boolean => :b,
- :location => :p
+ :location => :p,
+ :double => :d
}
def initialize(options = {})
options.each do |key, value|
self.send(:"#{key}=", value) if self.respond_to?(:"#{key}=")
\ No newline at end of file