Apache Lucene
-
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 » -
Enterprise Java
Lucene MMapDirectory and ByteBuffersDirectory Examples
Apache Lucene is a powerful search library written in Java. It provides various directory implementations for storing index files, such…
Read More » -
Enterprise Java
Apache Lucene performance on 128-core AMD Ryzen Threadripper 3990X
Almost a decade ago, I started running Lucene’s nightly benchmarks, and have been trying with mixed success to keep them…
Read More » -
Enterprise Java
Concurrent query execution in Apache Lucene
Apache Lucene is a wonderfully concurrent pure Java search engine, easily able to saturate the available CPU or IO resources…
Read More » -
Enterprise Java
Apache Lucene 7.0 Is Coming Soon!
The Apache Lucene project will likely release its next major release, 7.0, in a few months! Remember that Lucene developers generally try…
Read More » -
Enterprise Java
Jirasearch 2.0 dog food: using Lucene to find our Jira issues
A few years ago I first built and released Jirasearch as a fun dog-food test case for the thin-wrapper Lucene server, to…
Read More » -
Enterprise Java
How to handle Stop Words in Hibernate Search 5.5.2 / Apache Lucene 5.4.x?
The Stop Words like [“a”, “an”, “and”, “are”, “as”, “at”, “be”, “but”, “by”, “for”, “if”, “in”, “into”, “is”, “it”, “no”,…
Read More » -
Enterprise Java
Learning Lucene
I am currently working with a team starting a new project based on Lucene. While most of the time I…
Read More » -
Enterprise Java
Lucene Analysis Process Guide
This article is part of our Academy Course titled Apache Lucene Fundamentals. In this course, you will get an introduction…
Read More »