On Sat, Oct 2, 2010 at 5:21 AM, Stavros Korokithakis <stav...@korokithakis.net> wrote: [...] > Is there a guide for tuning solr somewhere? We have about a million > documents (the documents are 8 fields, one of which is the full text of > webpages) and we'd like to give solr a bit more memory and generally > tune it for better performance. Right now it takes about 200ms for solr > to come back with a response, is there some resource that details all > the configuration options we can try out?
Does this help: http://wiki.apache.org/solr/SolrPerformanceFactors ? What is the size of your index? Is your query complicated, and/or does it involve faceting, sorting, etc. Is the 200ms response time with just one user? That sounds a little high. Regards, Gora