Elasticsearch Integration in Spring MVC?

2019-07-21 08:48发布

问题:

Is there anyone knows how to integrate the spring mvc and elastisearch? I want to implement a web page like general web site(google,yahoo searcg engine) Is there any tutorial or sample code?

回答1:

Check out the Spring Data Elasticsearch project.

Here is a sample application.