cancel
Showing results for 
Search instead for 
Did you mean: 

After Reindexing Product Is Not Visibal

After Reindexing Product Is Not Visibal

Hi,

 

Can anyone help me from here regarding my below given issue??  After reindexing command--

 

Catalog Search index process unknown error:
{"error":{"root_cause":[{"type":"resource_already_exists_exception","reason":"index [magento2_product_1_v6957/rMQZpd26TJ-LgLX6hOn_qw] already exists","index_uuid":"rMQZpd26TJ-LgLX6hOn_qw","index":"magento2_product_1_v6957"}],"type":"resource_already_exists_exception","reason":"index [magento2_product_1_v6957/rMQZpd26TJ-LgLX6hOn_qw] already exists","index_uuid":"rMQZpd26TJ-LgLX6hOn_qw","index":"magento2_product_1_v6957"},"status":400}

 

 It is shown on the product listing page. "We can't find products matching the selection."

http://appassociates.ebizontech.biz/goyen-valves/goyen-dresser-nut-valves.html

 

I have tried all below solution & all thing is fine ---

First reason:- Please check the following for your products
a) Product is out of stock
b) Product status is Disabled
c) Product visibility does not include Catalog bazoocam 
d) Product is not assigned to that particular website

 

Second Reason:- Indexing Issue
Go to your root directory via terminal and run ===>> php bin/magento indexer:reindex

 

Third Reason:- Maybe one of the product is stuck via indexing
Go to the database and omegle search for "indexer_state" table. Manually set status = "working" to "valid"/"invalid"

or run ==>>>> update magento.indexer_state set status='invalid' where status ='working'

 

Thanks in advance,

Kelly Wroom