You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,6 @@ main functionalities:
8
8
* finding Nodes in TypoScript / Eel by arbitrary queries
9
9
* Full-Text Indexing of Pages and other Documents (of course including the full content)
10
10
11
-
## Elastic version support
12
-
13
-
You can switch the Elastic driver by editing ```Settings.yaml```
14
-
(```Flowpack.ElasticSearch.ContentRepositoryAdaptor.driver.version```) with the following value:
15
-
16
-
*```1.x``` to support Elastic 1.2 to 1.7
17
-
*```2.x``` to support Elastic 2.x
18
-
19
-
_Currently the Driver interfaces as not marked as API, and can be changed to adapt to future needs (especially the support of Elastic v5)._
20
-
21
11
## Relevant Packages
22
12
23
13
*[TYPO3.TYPO3CR.Search](https://www.neos.io/download-and-extend/packages/typo3/typo3-typo3cr-search.html): provides common functionality for searching TYPO3CR nodes,
@@ -43,11 +33,26 @@ Then, ensure to update `<your-elasticsearch>/config/elasticsearch.yml` as explai
43
33
44
34
Finally, run `./flow nodeindex:build`, and add the search plugin to your page. It should "just work".
0 commit comments