Posts tagged with Solr
Working with Spring Data Solr repositories
Spring Data is the go-to framework when using datasources with Spring, regardless of whether they're relational or non-relational databases. With Spring Data Solr, we can also consume documents from Apache Solr, a document based database.
Indexing documents with Spring batch
Batch processing is an often occuring taks when developing applications. With Spring boot, you can now easily write batch processes using Spring batch. In this tutorial I'll use Spring batch to index markdown documents into Solr.
Setting up Apache Solr with Tika using Docker
Indexing documents is quite easy with Apache Solr and Tika. In this tutorial, I'll demonstrate how to configure both and to run them within a Docker container.