Is there a way to integrate full-text search with spring jpa data? I use sleeping search in my project.
Search in sleep mode (Hibernate Search brings the power of full-text search engines to the save domain model, combining Hibernate Core with the capabilities of the Apache Lucene ™ search engine.) It can work with traditional jpa correctly.
Now I will move on to jpa spring data. What is the best way to implement full-text search?
source
share