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 ?
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 ?
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