Re: Solr performance issues for simple query - q=*:* with start and rows

2013-04-29 Thread Abhishek Sanoujam
with &distrib=false) to avoid this issue. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 29. apr. 2013 kl. 09:17 skrev Abhishek Sanoujam : We have a solr core with about 115 million documents. We are trying to migrate da

Solr performance issues for simple query - q=*:* with start and rows

2013-04-29 Thread Abhishek Sanoujam
We have a solr core with about 115 million documents. We are trying to migrate data and running a simple query with *:* query and with start and rows param. The performance is becoming too slow in solr, its taking almost 2 mins to get 4000 rows and migration is being just too slow. Logs snippet

Re: DocValues with docValuesFormat="Disk"

2013-04-23 Thread Abhishek Sanoujam
Answering myself - adding this line in solrconfig.xml made it work: On 4/23/13 3:42 PM, Abhishek Sanoujam wrote: Hi all, I am trying to experiment with DocValues (http://wiki.apache.org/solr/DocValues) and use the "Disk" docValuesFormat. Here's how my field type declara

DocValues with docValuesFormat="Disk"

2013-04-23 Thread Abhishek Sanoujam
Hi all, I am trying to experiment with DocValues (http://wiki.apache.org/solr/DocValues) and use the "Disk" docValuesFormat. Here's how my field type declaration looks like: sortMissingLast="true" omitNorms="true" docValuesFormat="Disk"/> I don't even have any fields usin