cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Products dont get displayed on PLP even if they are well indexed

Former Member
0 Likes
2,223

Hello experts, Now we are facing a problem on plp product when accessing the cateory page , no result are found. We have a large database that is well indexed in solr and we are using embedded configuration after inspecting the query that is sent from hybris to solr it returns no data on hybris but when the same query is launched on the administration interface of solr this same query return the expected result.

We suspect that hybris is not querying the right core (in the right place)

Any help would be appreciated. Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Amine, which user are you using to execute the index from hybris ? Could this be restriction related ?

Former Member
0 Likes

Hi Steve,the user is the adminsolr , when we acces to solr we see that the products are indexed and we have the expected results when accesing to the solrs administration console ,but in hybris there is no result . So the indexation takes places as expected and we have results in solr but there is a probleme on seeing the same results from hybris

Former Member
0 Likes

Thanks Amine - read to quickly and saw and 'indexing' issue. 🙂

Which version are you using and what if anything has been customised ? Also are you using LegacyFacetSearchStrategy or DefaultFacetSearchStrategy ?

Can you attach the query you have debugged, being sent from hybris too ?

Former Member
0 Likes

Hi Seteve, We are using Hybris 5.7 we haven't customized nothing , the query is good.

Former Member
0 Likes

Hi Amine,

Check for connection issues to solr ie errors in the logs such as ...

 ERROR [hybrisHTTP5] [SolrSearchRequestResponsePopulator] Exception while executing SOLR search de.hybris.platform.solrfacetsearch.search.FacetSearchException: Error from server at http://localhost:8983/solr: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/master_electronics_Product_flip/select. Reason: <pre> Not Found</pre></p> </body> </html>   ...

Check for replication issues - look in solr gui Check if Solr core was defined Check if no category was removed