Page 1 of 1

Disable SOLR Feature ???

Posted: Thu Apr 24, 2014 4:43 am
by nskarthik
Hi

Spec
BLC Versiopn 3.0.3 GA
O/s : Linux -RedHat
Java : jdk1.6
WebContainer : Tomcat 6
DB : Mysql 5.x

Question : Need to handle one of the Following

Disable SOLR Indexing feature
or
Minimal Config time for SOLR to Index.

Reason : New Products publishing / unpublished is delayed factor to display on site.


with regards
karthik

Re: Disable SOLR Feature ???

Posted: Fri Apr 25, 2014 9:31 am
by Theo Schumacher
Hi,

in /site/src/main/resources/runtime-properties/common.properties you will find the startup parameters for solr. May be you can play with the

Code: Select all

solr.index.start.delay=5000
value to achieve what you want.

Re: Disable SOLR Feature ???

Posted: Sat Feb 07, 2015 5:54 am
by aadi3229
<servlet>
<servlet-name>RESTApiServlet</servlet-name>
<servlet-class>com.sun.jersey.spi.spring.container.servlet.SpringServlet</servlet-class>
<init-param>
<param-name>com.sun.jersey.config.property.packages</param-name>
<param-value>org.codehaus.jackson.jaxrs</param-value>
</init-param>
</servlet>