Is there a way to integrate full text search with spring data jpa? I am used to use hibernate search in my project.
Hibernate search(Hibernate Search brings the power of full text search engines to the persistence domain model by combining Hibernate Core with the capabilities of the Apache Lucene™ search engine.) can work with traditional jpa properly.
Now I am going to move to spring data jpa.What's the best practice to implement full text search?