Build a Spring Boot REST API with Paginated Full-Text Search using Hibernate Search
In a previous article, we learned how to add full-text-search to a Spring Boot Rest API using Hibernate Search.
In this article, we are going to build on that, and learn how to add paginated search to our existing REST API.