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
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
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
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