fulltext search for documents
optional fulltext search for documents using elasticsearch text is extracted from pdfs and via ocr from images
This commit is contained in:
parent
f8c1c3e328
commit
fe023c2f97
6 changed files with 102 additions and 2 deletions
|
|
@ -204,6 +204,9 @@ CELERY_BROKER_URL = 'amqp://pandora:box@localhost:5672//pandora'
|
|||
|
||||
SEND_CELERY_ERROR_EMAILS = False
|
||||
|
||||
# Elasticsearch
|
||||
ELASTICSEARCH_HOST = None
|
||||
|
||||
#with apache x-sendfile or lighttpd set this to True
|
||||
XSENDFILE = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue