Commit e24bd11962cc8a8d434afbcea62c5a642cc3e8d8
1 parent
8436db93
Exists in
master
and in
31 other branches
Removed pysolr from deps
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
colab/settings.py
... | ... | @@ -165,8 +165,7 @@ HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter' |
165 | 165 | |
166 | 166 | HAYSTACK_CONNECTIONS = { |
167 | 167 | 'default': { |
168 | - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', | |
169 | - 'URL': 'http://localhost:8983/solr/', | |
168 | + 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', | |
170 | 169 | } |
171 | 170 | } |
172 | 171 | ... | ... |