File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
website/site/content/docs/install Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,11 @@ documentation](https://solr.apache.org/guide/8_4/installing-solr.html).
79
79
That will provide you with the connection url (the last part is the
80
80
core name).
81
81
82
+ Then start solr with ` -Dsolr.modules=analysis-extras `
83
+ to enable some additional analyzer like ` icu ` for ` Khmer ` language etc
84
+ as described [ here] ( https://solr.apache.org/guide/solr/latest/indexing-guide/language-analysis.html#hebrew-lao-myanmar-khmer ) ,
85
+ which we used for tokenization and segmentation for ` Khmer ` language in docspell.
86
+
82
87
When using the provided ` docker-compose.yml ` setup, SOLR is already setup.
83
88
84
89
SOLR must be reachable from all joex and all rest server components.
You can’t perform that action at this time.
0 commit comments