Reputation: 9545
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?
Upvotes: 0
Views: 147
Reputation: 99750
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.
Upvotes: 1