Spring Data Solr 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 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 …
In this article, we will explore more about the Spring Data Solr Configuration using Spring Boot Application. We will see how to customize Spring Data Solr configuration using @EnableSolrRepositories annotation in the Spring Boot Application. …
In this article, I will explain how to install and configuring Apache Solr into your machine (either Linux or Windows). Currently, many organizations are using the Apache Solr as a search technology. The Apache Solr …