Commit 1a13666ebec9761b7704c3dab7468b499330334c
Committed by
Gust
1 parent
dc5f922b
Exists in
workin_whoosh_temp
Removed pysolr from deps
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
colab/settings.py
| ... | ... | @@ -168,8 +168,7 @@ HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter' |
| 168 | 168 | |
| 169 | 169 | HAYSTACK_CONNECTIONS = { |
| 170 | 170 | 'default': { |
| 171 | - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', | |
| 172 | - 'URL': 'http://localhost:8983/solr/', | |
| 171 | + 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', | |
| 173 | 172 | } |
| 174 | 173 | } |
| 175 | 174 | ... | ... |