Re: Solr doesn't import the whole data

2018-04-27 Thread Erick Erickson
Any document that has the same value in the "id" field (or whatever you've defined in in your schema) will replace any older documents with the same value. So my guess is that your data has some duplicate keys. A simple way to check is to watch maxDoc .vs. numDocs in the admin UI for a particular

Solr doesn't import the whole data

2018-04-27 Thread LOPEZ-CORTES Mariano-ext
Hi We've finished the data import of 40 millions data into a 3 node Solr cluster. After injecting all data via a Java program, we've noticed that the number of documents was less than expected (in 10 rows). No exception, no error. Some config details: