On Sun, Nov 20, 2011 at 11:27 AM, Lalit Kumar 4 <lkum...@sapient.com> wrote: > > The search with couple of parameters bringing 650 counts(out of 2500 approx) > and taking around 30 seconds > The schema.xml have more than 100 fields.
You have of course started with the basics like making sure that the index is less than available RAM on your server? (Or index-size per shard is less than available RAM on the server if you are running a multi server cluster) As long as your index is bigger than what can be placed in cache you will have a hard time keeping your queries fast no matter what, unless the search queries are few enough that they are always within Solr`s own query cache. -- Regards Tor Henning Ueland