Versions of Lucene

Francesco Laquintana, modified 6 Years ago. Junior Member Posts: 44 Join Date: 5/16/19 Recent Posts
What are the versions of Lucene used from Liferay 7.0,7.1,7.2?
thumbnail
Christoph Rabel, modified 6 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
With version 7.0 and up Liferay uses Elasticsearch. While Liferay 7.0 defaults to Elasticsearch 2.4, this version is already EoL. It is recommended to install the ES 6 adapter from Marketplace (7.1+ already includes it) and to use an ES 6 version.
Elasticsearch uses Lucene internally, but I couldn't find a list showing which version is used internally. I believe, ES 6.x always(?) uses some Lucene 7 version internally. ES 7 uses Lucene 8.
Francesco Laquintana, modified 6 Years ago. Junior Member Posts: 44 Join Date: 5/16/19 Recent Posts
Okok thanks