docspell/modules
eikek 733096f979 Improve querying item results
The join to retrieve the attachment count per item turned out to be
very expensive. And it is not used anymore for the result, only to
support fulltext search. It is now removed from the query. The
DISTINCT keyword is also removed, because it is not necessary and it
is expensive. With the DISTINCT removed, a new index (provided in the
previous commit) can now be used to avoid sorting items.
2021-08-29 11:09:06 +02:00
..
analysis/src Add hebrew document language 2021-08-24 01:19:42 +03:00
backend/src/main/scala/docspell/backend Improve querying item results 2021-08-29 11:09:06 +02:00
common/src Fix formatting with scalafmt 2021-08-24 02:24:20 +03:00
convert/src Reformat with scalafmt 3.0.0 2021-08-19 08:50:30 +02:00
extract/src Reformat with scalafmt 3.0.0 2021-08-19 08:50:30 +02:00
files/src Reformat with scalafmt 3.0.0 2021-08-19 08:50:30 +02:00
fts-client/src/main/scala/docspell/ftsclient Reformat with scalafmt 3.0.0 2021-08-19 08:50:30 +02:00
fts-solr/src/main/scala/docspell/ftssolr Fix solr setup by adding a text_he field 2021-08-28 00:10:36 +02:00
joex/src Add attachments-only filter to uploads 2021-08-21 13:49:12 +02:00
joexapi/src/main Set new version to 21.12-SNAPSHOT 2021-08-28 12:54:44 +02:00
query Enhance search mode to search in all items 2021-08-21 15:45:14 +02:00
restapi/src/main/resources Set new version to 21.12-SNAPSHOT 2021-08-28 12:54:44 +02:00
restserver/src/main Allow to specify ordering when retrieving meta data 2021-08-27 23:04:54 +02:00
store/src Improve querying item results 2021-08-29 11:09:06 +02:00
webapp Allow to specify ordering when retrieving meta data 2021-08-27 23:04:54 +02:00