Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9.0
-
None
Description
Upgrading Elastic Search Interpreter package from 2.4.3 to 7.8.0
- The current of ES interpreter package is 2.4.3 and uses lucene version 5.5
- Zengine search expects lucene version 5.3.1 (maven assigns 5.5)
- Upgrading the ES package will lead to
- Breaking changes in both zengine and interpreter
- At the same time, it opens up avenues for
- Using new JAVA Client API for http/https requests
- Deprecating the Transport Client (not supported by elastic anymore)
- Bumping up Lucene in Zengine to new version