Do you need all the results? I have never seen a search UI that showed all results at once.
Fetching all the results will be slow. Most sites fetch just the results needed to display one page. wunder On 6/5/08 12:46 AM, "khirb7" <[EMAIL PROTECTED]> wrote: > > 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.