Hai Team, I am new to Solr. I am trying to index 7GB CSV file.
My questions: 1.How to index without using uniquekey ? I tried with <uniquekey required = "false" >id</uniquekey> I got --> Document is missing mandatory uniqueKey field: id I am using query to update csv : localhost:9050/solr-4.5.1/collection1/update/csv?stream.file=D:\Solr\comma15_Id.csv&commit=true&header=false&fieldnames=ORD,ORC,SBN,BNA,POB,NUM,DST,STM,DDL,DLO,PTN,PCD,CTA,CTP,CTT 2. how to increase jvm heap space in solr ? since my file is too large i am getting java heap space error I am not interested to split my large file into batches.however i need to complete indexing with 7GB CSV file. please assist me to index my csv file with regards Jiyas Problems are only opportunities with thorns on them.