Skip to Content
0
Former Member
May 31, 2018 at 06:39 PM

Solr indexing, products not visible

159 Views

Hi, in my project quality system, I have 2 app servers, 1 admin server and 2 solr servers. Now, I need to deploy my custom application. I am facing issues in solr configuration. I have added 1 solr server as master and 1 as a slave in properties. I can see that if app and adm servers start then, I can see that, a message like "solr server started" in all 3 server nodes!! Is it correct? If I access storefront application, I application is fine, but in the catalog, there are no products visible at all. In Backoffice I can see all the products in the catalog and products navigation tree. I am not sure how to troubleshoot. below are the properties I maintained.

 solrserver.instances.master.autostart=true
 solrserver.instances.master.mode=standalone
 solrserver.instances.master.hostname=xxx-q-xxx-srch-001.abc.com
 solrserver.instances.master.port=8983
 solrserver.instances.master.memory=512m
  
 solrserver.instances.slave.autostart=true
 solrserver.instances.slave.mode=standalone
 solrserver.instances.slave.hostname=xxx-q-xxx-srch-002.abc.com
 solrserver.instances.slave.port=8984
 solrserver.instances.slave.memory=512m