开发者

solr strfield with haystack django

开发者 https://www.devze.com 2023-01-15 20:17 出处:网络
For one of my fields, I require solr.StrField but it doesn\'t seem to be supported by Haystack.I开发者_运维知识库s there a way i can create schema.xml with ./manage.py build_solr_schema with the strfi

For one of my fields, I require solr.StrField but it doesn't seem to be supported by Haystack. I开发者_运维知识库s there a way i can create schema.xml with ./manage.py build_solr_schema with the strfield included?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消