Re: SolR performance problem

2014-01-31 Thread Furkan KAMACI
.nabble.com/SolR-performance-problem-tp4114459.html Sent from the Solr - User mailing list archive at Nabble.com.

SolR performance problem

2014-01-30 Thread MayurPanchal
ideas? Please help, how to tackle this. Thanks, Mayur -- View this message in context: http://lucene.472066.n3.nabble.com/SolR-performance-problem-tp4114459.html Sent from the Solr - User mailing list archive at Nabble.com.

solr performance problem from 4.3.0 with sorting

2013-06-20 Thread Ariel Zerbib
Hi, We updated to version 4.3.0 from 4.2.1 and we have some performance problem with the sorting. A query that returns 1 hits has a query time more than 100ms (can be more than 1s) against less than 10ms for the same query without the sort parameter: query with sorting option:

Re: solr performance problem from 4.3.0 with sorting

2013-06-20 Thread Shane Perry
Ariel, I just went up against a similar issue with upgrading from 3.6.1 to 4.3.0. In my case, my solrconfig.xml for 4.3.0 (which was based on my 3.6.1 file) did not provide a newSearcher or firstSearcher warming query. After adding a query to each listener, my query speeds drastically