**I have a text file which contains some names like below:
Tom,
Harry
Robert
Harry
Matt
Tremp
I want to index those names in ElasticSearch using JAVA APIs which should index all the names automatically.
Can anybody suggest any solution as I am new to ElasticSearch
Thanks in advance**