I am new to ElasticSearch and I have a file of 180 fields and 12 million lines. I have created an index and type in ElasticSearch and Java Program but it takes 1.5 hrs. Is there any other best way to to load data into ElasticSearch with reduced time. I have tried a map reduce program but some times it fails and generates duplicate entries and take more time than time my sequential program.
Can anybody give good suggestions ?