docspell/modules
Eike Kettner 2a0bf24088 Setup solr schema and index all data using a system task
The task runs on application start. It sets the schema using solr's
schema api and then indexes all data in the database. Each step is
memorized so that it is not executed again on subsequent starts.
2020-06-19 21:37:22 +02:00
..
analysis/src Update scalafmt-core to 2.6.0 2020-06-17 19:53:56 +02:00
backend/src/main/scala/docspell/backend Introducing fts client into codebase 2020-06-17 23:20:46 +02:00
common/src Make data to index more flexible and extensible 2020-06-17 23:20:46 +02:00
convert/src ScalafmtAll 2020-05-25 13:56:06 +02:00
extract/src Post process all extracted text 2020-05-25 13:56:06 +02:00
files/src Update scalafmt to 2.5.1 + scalafmtAll 2020-05-04 23:53:57 +02:00
fts-client/src/main/scala/docspell/ftsclient Index exsiting data in solr 2020-06-19 00:43:35 +02:00
fts-solr/src/main/scala/docspell/ftssolr Setup solr schema and index all data using a system task 2020-06-19 21:37:22 +02:00
joex/src Setup solr schema and index all data using a system task 2020-06-19 21:37:22 +02:00
joexapi/src/main Set version to 0.8.0-SNAPSHOT 2020-06-17 22:28:45 +02:00
microsite Initial module setup 2020-06-17 23:20:46 +02:00
restapi/src/main/resources Add fultext field to search params 2020-06-17 23:20:46 +02:00
restserver/src/main Setup solr schema and index all data using a system task 2020-06-19 21:37:22 +02:00
store/src/main Setup solr schema and index all data using a system task 2020-06-19 21:37:22 +02:00
webapp/src/main Introducing fts client into codebase 2020-06-17 23:20:46 +02:00