samvera-deprecated / solrizer

A lightweight, configurable tool for indexing metadata into solr.
Apache License 2.0
30 stars 13 forks source link

Field types #5

Closed awead closed 12 years ago

awead commented 12 years ago

Justin, This fixes the :index_as when using :type issue. It was a simple typo. The method in Solrized was using "data_type" as the property instead of just "type". I fixed this and added some tests to make sure it doesn't break again.

...adam