fnp
/
emels.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more english
[emels.git]
/
emels
/
settings
/
search.py
1
# -*- coding: utf-8 -*-
2
3
HAYSTACK_CONNECTIONS = {
4
'default': {
5
'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
6
'URL': 'http://127.0.0.1:8983/solr/prawokultury'
7
},
8
}
9
10
HAYSTACK_DOCUMENT_FIELD = "text"