mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Small doc fix
This commit is contained in:
@ -64,7 +64,7 @@ processes:
|
|||||||
|
|
||||||
- REST server
|
- REST server
|
||||||
- JOEX, short for *job executor*
|
- JOEX, short for *job executor*
|
||||||
- Fulltext Search Index (optional, currently Apache SOLR)
|
- Fulltext Search Index (optional, Apache SOLR or PostgreSQL)
|
||||||
|
|
||||||
The REST server provides the Api and the web application. The web
|
The REST server provides the Api and the web application. The web
|
||||||
application is a
|
application is a
|
||||||
@ -84,9 +84,10 @@ database. And it is also recommended (though not strictly required),
|
|||||||
that all components can reach each other.
|
that all components can reach each other.
|
||||||
|
|
||||||
The fulltext search index is another separate component, where
|
The fulltext search index is another separate component, where
|
||||||
currently only [SOLR](https://solr.apache.org) is supported.
|
currently [SOLR](https://solr.apache.org) and
|
||||||
Fulltext search is optional, so the SOLR component is not required if
|
[PostgreSQL](https://www.postgresql.org/docs/current/textsearch.html)
|
||||||
docspell is run without fulltext search support.
|
is supported. Fulltext search is optional, this component is not
|
||||||
|
required if docspell is run without fulltext search support.
|
||||||
|
|
||||||
|
|
||||||
# Terms
|
# Terms
|
||||||
|
Reference in New Issue
Block a user