Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c15ec commit 887836cCopy full SHA for 887836c
docs/installing_search_engines.rst
@@ -28,7 +28,7 @@ but not useful for haystack, and we'll need to configure solr to use a static
28
(classic) schema. Haystack can generate a viable schema.xml and solrconfig.xml
29
for you from your application and reload the core for you (once Haystack is
30
installed and setup). To do this run:
31
-``./manage.py build_solr_schema --configure-directory=<CoreConfigDif>
+``./manage.py build_solr_schema --configure-directory=<CoreConfigDir>
32
--reload-core``. In this example CoreConfigDir is something like
33
``../solr-6.5.0/server/solr/tester/conf``, and ``--reload-core``
34
is what triggers reloading of the core. Please refer to ``build_solr_schema``
0 commit comments