0

Where to save the output of python manage.py build_solr_schema > * ?

Is it managed-schema or solrconfig.xml while using django-haystack with Solr 8.6.2 ?

1 Answers1

0

You can either use the managed schema or schema.xml.

Please refer the below code.

python manage.py build_solr_schema > schema.xml

Additionaly you can copy the file at required folder with below.

sudo cp schema.xml /usr/share/solr/conf/schema.xml
Abhijit Bashetti
  • 8,518
  • 7
  • 35
  • 47