0

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

Harshal Patil
  • 6,659
  • 8
  • 41
  • 57
Saeed Alizadeh
  • 1,417
  • 13
  • 23
  • What is your approach towards your goal? Have you run into any specific problems? Can you share code and/or error messages? – oschlueter Mar 07 '17 at 13:44
  • Actually I can not find any resource applicable to elasticsearch v5 example for implementation autocomplete feature – Saeed Alizadeh Mar 07 '17 at 14:11
  • Have a look at http://stackoverflow.com/questions/41744712/word-oriented-completion-suggester-elasticsearch-5-x – Crespo Wang Apr 19 '17 at 04:13

0 Answers0