Posts tagged with Solr

Featured image for "Working with Spring Data Solr repositories"
Java

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.

Read more →
Featured image for "Indexing documents with Spring batch"
Java

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.

Read more →
Featured image for "Setting up Apache Solr with Tika using Docker"
Java

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.

Read more →