dinesh Archive
In this article, I will discuss an example of the Spring Data Solr CRUD Application using Spring Boot. I have already discussed the Spring Data Solr such how to install Apache Solr and how to …
In this article of the Spring Data Solr Pagination, we will discuss how to paginate Solr query results in the spring application. Spring Data provides PageRequest class which extends AbstractPageRequest and this abstract class implements the …
In this article of Spring Data Solr Sorting, we will see how to sort result coming from the Solr core server. We will explore multiple mechanisms of the Sorting using Spring Boot and Spring Data …
In this article, we will discuss how to do Microservice Registry Discovery using Netflix Eureka. We will see an example of a Microservice and also will register it with Netflix Eureka and then will discover …
In this article, we will discuss the complex scenario of Spring bean scopes. As we know the default bean scope of the bean is a singleton. Whenever we call getbean every time we will get the …
In this article of Spring Data Solr Dynamic Queries, we will learn how to write dynamic queries using Spring Data Solr repositories. We will see several cases of dynamic queries for the Solr Core. We …
In Spring Data Solr Repositories article we will discuss about Spring Data repository, Spring Data project provides Spring Data Repository abstraction to reduce the amount of boilerplate code. Earlier there are various persistence stores require …