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
We need to allow access to some classes in the groovy script, so we need to modify (or create) the `~/.java.policy` for
15
+
the user that is running Elasticsearch (`elasticsearch` by default). See [the Elasticsearch Reference](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/modules-scripting-security.html#_customising_the_classloader_whitelist) for more info.
Copy file name to clipboardExpand all lines: README.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,15 @@
2
2
3
3
# Neos Elasticsearch Adapter
4
4
5
-
*supporting Elasticsearch versions 1.2.x to 1.7.x*
5
+
*supporting Elasticsearch versions 2.0.x to 2.4.x*, to support older version of ElasticSearch check the branch 2.0.
6
6
7
7
Created by Sebastian Kurfürst; [contributions by Karsten Dambekalns, Robert Lemke and others](https://github.com/Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor/graphs/contributors).
8
8
9
-
This project connects the Neos Content Repository (TYPO3CR) to Elasticsearch; enabling two
10
-
main functionalities:
9
+
This project connects the Neos Content Repository (TYPO3CR) to Elasticsearch; enabling two main functionalities:
11
10
12
11
* finding Nodes in TypoScript / Eel by arbitrary queries
13
12
* Full-Text Indexing of Pages and other Documents (of course including the full content)
14
13
15
-
16
14
## Relevant Packages
17
15
18
16
*[TYPO3.TYPO3CR.Search](https://www.neos.io/download-and-extend/packages/typo3/typo3-typo3cr-search.html): provides common functionality for searching TYPO3CR nodes,
0 commit comments