title | authors | |
---|---|---|
Data storage locations |
|
In which paths and directories Open Semantic Search stores your data:
See separated documentation of logs.
The Django database of the search apps with your thesaurus, ontologies, facets config and your config by web (Admin UI) is stored in a SQLite DB in
/var/opensemanticsearch/db/
Uploaded Ontologies files and Lists are stored in
/var/opensemanticsearch/media/ontologies/
The Apache Solr search indexes are stored in
/var/solr/data/
The document index is located in
/var/solr/data/opensemanticsearch/
The entities index of Open Semantic Entity Search API is located in
/var/solr/data/opensemanticsearch-entities/
The RabbitMQ task queue is stored in the standard location of the Debian Package rabbitmq-server
:
/var/lib/rabbitmq/
The OCR cache containing the plain texts of images in documents that had been processed by Tesseract-OCR-Cache is stored in
/var/cache/tesseract/