hello every body
I want to imporve solr performance at time search, so i have read about
SolrPerformanceFactor  so I tried to increase the size of my caches but the 
QTime hasn't changed a lot. this is how I am quering I ask to solr to do a
search  and to return me 200 result the first time so I display them then I
ask for the next 200 result and so on until  there is no result to return I
do that just by changing the start and row value and keeping the same query;
Is there a best manner to do that for example asking for all result at one
time or instead of asking by 200 result I should ask for 10 result at one
time? 
except the cache size how to optimize solr ? for example how can 
queryResultWindowSize be useful in my case.
my index   contain  about 10M of documents. Is it possible to have two index
that will use in parallel to impove solr performance and how ? 
thank you in advance.
-- 
View this message in context: 
http://www.nabble.com/Improve-Solr-Performance-tp17664065p17664065.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to