Always best to give the version of Solr you are using out of the gate.
How large is your index?
It may be that sometimes background merges are triggered, and sometimes they
are not.
Also, some bugs around the autocommit code (commitWithin shares a lot of code
with autocommit) have recently bee
Hi,
Can you elaborate on exactly is the problem? Which response time are you
talking about - the time for the req.process() or the measured time before the
document is visible in search?
Which SolrJ SolrServer class are you using?
Please tell us more about your environment, documents, index siz
Vijay:
You may want to try Solr 3.3/3.4 with RankingAlgorithm as it supports
NRT (Real Time Updates). You can set the commit interval to about 15
mins or as desired.
You can get more information about NRT with 3.3/3.4.0 from here:
http://solr-ra.tgels.org/wiki/en/Near_Real_Time_Search_ver_3.x