What does your Solr query looks like (check the Solr backend log if you don't know)?
And how many document is that? 50 million? Does not sound like much for 3 fields. And what's the definitions (schema.xml rather than solr.xml). And what happens if you issue the query directly to Solr rather than through the client? Is the speed much different? 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 3:12 PM, Sathya <sathia.blacks...@gmail.com> wrote: > Hi Alex, > > <str name="id">33026985</str> <str name="subject">Component Audio\:A > Shopping List</str> <str name="download_date">2012-01-11 > 09:02:42.96</str> > > This is what i am indexed in solr. I have only 3 fields in index. And > i am just indexing id, subject and date of the news articles. Nearly 5 > crore documents. Also i have attached my solrconfig and solr.xml file. > If u need more information, pls let me know. > > On Fri, Apr 4, 2014 at 1:15 PM, Alexandre Rafalovitch [via Lucene] > <ml-node+s472066n4129068...@n3.nabble.com> wrote: >> >> 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 <[hidden email]> 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. >> >> >> ________________________________ >> If you reply to this email, your message will be added to the discussion >> below: >> http://lucene.472066.n3.nabble.com/How-to-reduce-the-search-speed-of-solrcloud-tp4129067p4129068.html >> To unsubscribe from How to reduce the search speed of solrcloud, click here. >> NAML > > > solrconfig.xml (101K) > <http://lucene.472066.n3.nabble.com/attachment/4129073/0/solrconfig.xml> > solr.xml (1K) > <http://lucene.472066.n3.nabble.com/attachment/4129073/1/solr.xml> > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-reduce-the-search-speed-of-solrcloud-tp4129067p4129073.html > Sent from the Solr - User mailing list archive at Nabble.com.