Skip to content

Commit 79d865c

Browse files
committed
doc: update README.md
1 parent 1407a19 commit 79d865c

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

README.md

+42-42
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![Elastic](resources/img/elastic-logo.png)][elastic-site]
22

3-
# Elasticsearch plugin for Craft CMS 3.x
3+
# Elasticsearch plugin for Craft CMS
44

5-
Bring the power of Elasticsearch to your Craft 3 CMS project.
5+
Bring the power of Elasticsearch to your Craft CMS projects.
66

77
![Plugin screenshot](resources/img/plugin-screenshot.png)
88

99

1010
## Requirements
1111

12-
This plugin requires **Craft CMS 3.0.0-RC1** or later.
12+
This plugin works with **Craft CMS 3 or 4**.
1313

1414
In order to index data, you will need an **Elasticsearch 6.0** (or later)
1515
instance, with the **Ingest attachment processor** plugin activated.
@@ -35,45 +35,45 @@ It will figure out the best Elasticsearch mapping for you based on your site(s)'
3535

3636
## Supported languages
3737

38-
| Craft language | Elastic analyzer | Notes |
39-
| -------------- | ------------------------------- | ------------------------------ |
40-
| ar | arabic | |
41-
| hy | armenian | |
42-
| eu | basque | |
43-
| bn | bengali | |
44-
| pt-BR | brazilian | |
45-
| bg | bulgarian | |
46-
| ca | catalan | |
47-
| zh | cjk | |
48-
| ja | cjk | |
49-
| ko | cjk | |
50-
| cs | czech | |
51-
| da | danish | |
52-
| nl | dutch | |
53-
| en | english | |
54-
| fi | finnish | |
55-
| fr | french | |
56-
| gl | galician | |
57-
| de | german | |
58-
| el | greek | |
59-
| hi | hindi | |
60-
| hu | hungarian | |
61-
| id | indonesian | |
62-
| ga | irish | |
63-
| it | italian | |
64-
| lv | latvian | |
65-
| lt | lithuanian | |
66-
| nb | norwegian | |
67-
| fa | persian | |
68-
| pt | portuguese | |
69-
| ro | romanian | |
70-
| ru | russian | |
71-
| uk | ukrainian | analysis-ukrainian plugin needed |
72-
| es | spanish | |
73-
| pl | stempel | analysis-stempel plugin needed |
74-
| sv | swedish | |
75-
| tr | turkish | |
76-
| th | thai | |
38+
| Craft language | Elastic analyzer | Notes |
39+
|----------------|------------------|----------------------------------|
40+
| ar | arabic | |
41+
| hy | armenian | |
42+
| eu | basque | |
43+
| bn | bengali | |
44+
| pt-BR | brazilian | |
45+
| bg | bulgarian | |
46+
| ca | catalan | |
47+
| zh | cjk | |
48+
| ja | cjk | |
49+
| ko | cjk | |
50+
| cs | czech | |
51+
| da | danish | |
52+
| nl | dutch | |
53+
| en | english | |
54+
| fi | finnish | |
55+
| fr | french | |
56+
| gl | galician | |
57+
| de | german | |
58+
| el | greek | |
59+
| hi | hindi | |
60+
| hu | hungarian | |
61+
| id | indonesian | |
62+
| ga | irish | |
63+
| it | italian | |
64+
| lv | latvian | |
65+
| lt | lithuanian | |
66+
| nb | norwegian | |
67+
| fa | persian | |
68+
| pt | portuguese | |
69+
| ro | romanian | |
70+
| ru | russian | |
71+
| uk | ukrainian | analysis-ukrainian plugin needed |
72+
| es | spanish | |
73+
| pl | polish | analysis-stempel plugin needed |
74+
| sv | swedish | |
75+
| tr | turkish | |
76+
| th | thai | |
7777

7878

7979
## Configuring the Elasticsearch plugin

0 commit comments

Comments
 (0)