Hello,
Our website magento version is 2.4.3-p1 and Elasticsearch version -7.8
there giving error like
[2023-07-10 11:35:50] main.CRITICAL: {"error":{"root_cause":[{"type":"query_shard_exception","reason":"No mapping found for [price_0_9] in order to sort on","index_uuid":"7Z8VCiPdRtyedX6ASISbmg","index":"magento2ron_product_8_v4"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"magento2xtron_product_8_v4","node":"01v5kIG-Rq6OcyRQ40MZFw","reason":{"type":"query_shard_exception","reason":"No mapping found for [price_0_9] in order to sort on","index_uuid":"7Z8VCiPdRtyedX6ASISbmg","index":"magento2xtron_product_8_v4"}}]},"status":400} {"exception":"[object] (Elasticsearch\\Common\\Exceptions\\BadRequest400Exception(code: 400):
I have already update the Elasticsearch Index Prefix but not fixed yet , can anyone please tell what need to do to solve this issue .
Thanks
Hello @rina_test
You can attempt the following steps to address the problem:
bin/magento indexer:reindexand see if it resolves the issue.
bin/magento indexer:resetand then
bin/magento indexer:reindex
Ensure that your Elasticsearch version 7.8 is compatible with geometry dash your Magento version 2.4.3-p1. You might want to double-check the compatibility in the official Magento documentation or release notes.