8000 Fix typo. · django-haystack/django-haystack@887836c · GitHub
[go: up one dir, main page]

Skip to content

Commit 887836c

Browse files
authored
Fix typo.
1 parent 10c15ec commit 887836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installing_search_engines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ but not useful for haystack, and we'll need to configure solr to use a static
2828
(classic) schema. Haystack can generate a viable schema.xml and solrconfig.xml
2929
for you from your application and reload the core for you (once Haystack is
3030
installed and setup). To do this run:
31-
``./manage.py build_solr_schema --configure-directory=<CoreConfigDif>
31+
``./manage.py build_solr_schema --configure-directory=<CoreConfigDir>
3232
--reload-core``. In this example CoreConfigDir is something like
3333
``../solr-6.5.0/server/solr/tester/conf``, and ``--reload-core``
3434
is what triggers reloading of the core. Please refer to ``build_solr_schema``

0 commit comments

Comments
 (0)
0