Show a sample query string that does that (takes 6 seconds to return).
Including all defaults you may have put in solrconfig.xml (if any).
That might give us a hint which features you are using and what
possible direction you could go in next. For the bonus points, enable
debug flag and rows=1 parameter to see how big your documents
themselves are.

You may have issues with a particular non-cloud-friendly feature, with
caches, with not reusing parts of your queries as 'fq', returning too
many fields or a bunch of other things.

Regards,
   Alex.
Personal website: http://www.outerthoughts.com/
Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency


On Fri, Apr 4, 2014 at 2:31 PM, Sathya <sathia.blacks...@gmail.com> wrote:
> Hi All,
>
> Hi All, I am new to Solr. And i dont know how to increase the search speed
> of solrcloud. I have indexed nearly 4 GB of data. When i am searching a
> document using java with solrj, solr takes more 6 seconds to return a query
> result. Any one please help me to reduce the search query time to less than
> 500 ms. i have allocate the 4 GB ram for solr. Please let me know for
> further details about solrcloud config.
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/How-to-reduce-the-search-speed-of-solrcloud-tp4129067.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to