hi,
I need to run around 10 million records to index, by solr.
I has nearly 2lakh records, so i made a program to looping it till 10
million.
Here, i specified 20 fields in schema.xml file. the unoque field i set
was, currentTimeStamp field.
So, when i run the loader program (which loads xml data into solr) it
creates currentTimestamp value...and loads into solr.
For this situation,
i stopped the loader program, after 100 records indexed into solr.
Then again, i run the loader program for the SAME 100 records to indexed
means,
the solr results 100, rather than 200.
Because, i set currentTimeStamp field as uniqueField. So i expect the
result as 200, if i run again the same 100 records...
Any suggestions please...
regards,
Noor