samvera-deprecated / solrizer

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

Have long as a indexing type #33

Closed carolyncole closed 8 years ago

carolyncole commented 9 years ago

Currently we are using integer to store our file sizes, but that causes a solr error when the file is larger than 2147483647. I would like to have the long type to store our file sizes as a number.

afred commented 8 years ago

@cam156 is this closed by #34?

carolyncole commented 8 years ago

@afred yes! Thanks for checking.