views:

7

answers:

1

For one of my fields, I require solr.StrField but it doesn't seem to be supported by Haystack. Is there a way i can create schema.xml with ./manage.py build_solr_schema with the strfield included?

A: 

Don't know about haystack, but you could always edit your existing schema.xml instead of relying on a tool to create it for you.

Mauricio Scheffer