The Best way to use ElasticSearch in Spring java framework

前端 未结 4 1766
梦谈多话
梦谈多话 2021-01-31 04:24

I\'m developing a system which is planning to use elasticsearch as an data repository. I\'m trying to choose the best way to develop my application that can index and query data

4条回答
  •  离开以前
    2021-01-31 05:10

    Spring data elasticsearch uses transport client, and transport client is not supported by AWS elasticsearch. AWS elasticsearch supports only HTTP clients. So i think the best java client for elasticsearch is JEST. It also provides support for AWS authentication using IAM.

提交回复
热议问题