Apache Solr
-
Software Development
Solr vs Lucene Comparison
When it comes to open-source search engines, Apache Lucene and Apache Solr are two popular choices. They both serve similar…
Read More » -
DevOps
Docker Java Application With Solr, Mongo & Cassandra: Design, Deployment, Service Discovery, And Management In Production
Download the PDF Whitepaper You can clone this sample “Names Directory” Java application from GitHub git clone https://github.com/dchqinc/dchq-docker-java-solr-mongo-cassandra-example.git A Step…
Read More » -
Core Java
Prefix and Suffix Matches in Solr
Search engines are all about looking up strings. The user enters a query term that is then retrieved from the…
Read More » -
Core Java
See Your Solr Cache Sizes: Eclipse Memory Analyzer
Solr uses different caches to prevent too much IO access and calculations during requests. When indexing doesn’t happen too frequently…
Read More » -
Enterprise Java
Apache Solr real-time live index updates at scale with Apache Hadoop
Episode # 22 of the podcast was a talk with Patrick Hunt We talked about the new work that has…
Read More » -
Enterprise Java
Getting started with Spring Data Solr
Spring Data Solr is an extension to the Spring Data project which aims to simplify the usage of Apache Solr…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Adding Custom Methods to All Repositories
If we are using Spring Data Solr in a real life software project, the odds are that sooner or later…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Pagination
In the earlier parts of my Spring Data Solr tutorial, we have implemented a simple search function which is used…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Sorting
When we are implementing a word search function, we typically want to sort the search results in descending order by…
Read More »