Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的一个领域,我需要 solr.StrField 但 Haystack 似乎不支持它。有没有办法可以使用包含 strfield 的 ./manage.py build_solr_schema 创建 schema.xml?
不了解 haystack,但您始终可以编辑现有的 schema.xml,而不是依赖工具为您创建它。