Hey, I have created a core with bin\solr create -c mycore I want to index the csv sample files from solr-5.2.1
If I index film.csv under solr-5.2.1\example\films\, solr can only index this file until the line "2046,Wong Kar-wai,Romance Film|Fantasy|Science Fiction|Drama,,/en/2046_2004,2004-05-20" But if I at first index books.csv under solr-5.2.1\example\exampledocs and then index film.csv, solr can index all lines in film.csv Why? Regards Long Yan