I Have a collection of documents as following format in json
{"Title":"String","Author":"String","Link":"String","Description":"String","tags":["x","x","x","x","x"]}
I want to store them in an ElasticSearch server and prepare autocomplete suggestion by user entering character based on tags property