To integrate Elastic Search in your Joomla website, you'll need a Smart Search plugin that communicates with the external Elastic Search cluster. Such a plugin indexes your content to an Elastic Search cluster. It is also used to search the Elastic Search cluster when visitors type a keyword in Joomla's search.
There's a paid extension available:
Geek Elasticsearch https://extensions.joomla.org/extension ... ticsearch/
However, I do not have experience with that plugin.
We use own implementation on a couple of large websites.
If you want to implement your own:
on packagist.org you can find an Elastic Search library.
Joomla 5 works with PHP 8.
For PHP 8, you must use Elastic Search v8 library and make sure the cluster is also version 8.
There's a paid extension available:
Geek Elasticsearch https://extensions.joomla.org/extension ... ticsearch/
However, I do not have experience with that plugin.
We use own implementation on a couple of large websites.
If you want to implement your own:
on packagist.org you can find an Elastic Search library.
Joomla 5 works with PHP 8.
For PHP 8, you must use Elastic Search v8 library and make sure the cluster is also version 8.
Statistics: Posted by pe7er — Tue Dec 10, 2024 9:18 am