We have a website that we are building running ruby 2.0, rails 4.0.1, blacklight 5.1.0, Apache solr 4.2 with sunspot solr gem for ruby.
We currently have the full solr index with products. If we search * we are able to see all the products. If we try and search a category this does not work. We are stuck at this point and are not sure how to get the facets to work.
Can anyone lead us in the right direction here as any research we have done has turned up no results.
Solrconfig.xml - http://pastebin.com/RkCS1GUT scheme.xml - http://pastebin.com/Cffu2Q3r
These files above are modified from the original blacklight example. The material field is currently the one we are using to try and search.
Thanks