Skip to content

Commit 0678c33

Browse files
specify extra module has to be enabled for khmer lang to work
1 parent c576f08 commit 0678c33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/site/content/docs/install/prereq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ documentation](https://solr.apache.org/guide/8_4/installing-solr.html).
7979
That will provide you with the connection url (the last part is the
8080
core name).
8181

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+
8287
When using the provided `docker-compose.yml` setup, SOLR is already setup.
8388

8489
SOLR must be reachable from all joex and all rest server components.

0 commit comments

Comments
 (0)