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

Solr does not respond in DefaultSolrProductSearchService / doSearch

Former Member
0 Kudos
230

Dear Experts,

I have a ContentPage and I would like fetch via keyword redirect from Solr. It was working properly on 5.5 however after we upgraded 5.7, it stucks on below line of DefaultSolrProductSearchService.java

final SolrSearchResponse solrSearchResponse = getSearchRequestConverter().convert(solrSearchRequest);

Timeout can not occur even if I wait more times than timeout

I checked both hybris and Solr logs and nothing found (no error or warning). I could not see query in Solr logs.

I checked DB, keyword redirects, urls were defined same as 5.5

Any suggestion will be appreciated.

Thanks Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eray,

Does this situation happen on your local, or on a server environment? Also you mentioned an upgrade from 5.5 to 5.7. Did this problem appear just after the upgrade, or it worked for a while then suddenly stopped working? It might be important because I am trying to understand whether it is an issue with the upgrade.

Also, are there any keywords that work? The problem is with a specific keyword, right?