cancel
Showing results for 
Search instead for 
Did you mean: 

magento2.4.3-p1 giving No mapping found for elastic search version7.8

magento2.4.3-p1 giving No mapping found for elastic search version7.8

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

2 REPLIES 2

Re: magento2.4.3-p1 giving No mapping found for elastic search version7.8

Hello @rina_test 

 

You can attempt the following steps to address the problem:

  1. Execute the command 
    bin/magento indexer:reindex
    and see if it resolves the issue.
  2. If the problem persists, please try running the commands
     bin/magento indexer:reset
    and then 
    bin/magento indexer:reindex

Re: magento2.4.3-p1 giving No mapping found for elastic search version7.8

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.