SOLR - Best approach to import 20 million documents from csv file
问题 My current task on hand is to figure out the best approach to load millions of documents in solr. The data file is an export from DB in csv format. Currently, I am thinking about splitting the file into smaller files and having a script while post this smaller ones using curl. I have noticed that if u post high amount of data, most of the time the request times out. I am looking into Data importer and it seems like a good option Any others ideas highly appreciated Thanks 回答1: Unless a