docspell/modules
eikek 637f11d0f6 Fix solr setup by adding a text_he field
This field is used for Hebrew language. Solr doesn't support it out of
the box. The new field type is just a very basic field using the
standard tokenizer and lowercase filter. It is very likely not
providing good results. Hebrew is really difficult and it requires at
least installing plugins for solr - this is out of scope for docspell.
Users can setup their solr however they like and run a re-index
afterwards.
2021-08-28 00:10:36 +02:00
..
analysis/src Add hebrew document language 2021-08-24 01:19:42 +03:00
backend/src/main/scala/docspell/backend Allow to specify ordering when retrieving meta data 2021-08-27 23:04:54 +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 Reformat with scalafmt 3.0.0 2021-08-19 08:50:30 +02:00
query Enhance search mode to search in all items 2021-08-21 15:45:14 +02:00
restapi/src/main/resources Allow to specify ordering when retrieving meta data 2021-08-27 23:04:54 +02:00
restserver/src/main Allow to specify ordering when retrieving meta data 2021-08-27 23:04:54 +02:00
store/src Merge pull request #1037 from eikek/small-list-improvements 2021-08-27 21:18:47 +00:00
webapp Allow to specify ordering when retrieving meta data 2021-08-27 23:04:54 +02:00