Lucene

Smokin' fast BBQ with hardware accelerated SIMD instructions
LuceneVector Database

Smokin' fast BBQ with hardware accelerated SIMD instructions

How we optimized vector comparisons in BBQ with hardware accelerated SIMD (Single Instruction Multiple Data) instructions.

Chris Hegarty

All Articles
Better Binary Quantization 101
LuceneML Research

Better Binary Quantization 101

Understand what binary quantization is, how it works and its benefits. This guide also covers the math behind the quantization and examples.

John Wagster

Adding passage vector search to Lucene
Vector DatabaseLucene

Adding passage vector search to Lucene

Here's how to add passage vectors to Lucene, the benefits of doing so and how existing Lucene structures can be used to create an efficient retrieval experience.

Benjamin Trent

Elasticsearch vs. OpenSearch: Vector Search Performance Comparison
Vector DatabaseGenerative AILucene

Elasticsearch vs. OpenSearch: Vector Search Performance Comparison

Elasticsearch is out-of-the-box 2x–12x faster than OpenSearch for vector search

Ugo Sangiorgi

Understanding Int4 scalar quantization in Lucene
LuceneML Research

Understanding Int4 scalar quantization in Lucene

This blog explains how int4 quantization works in Lucene, how it lines up, and the benefits of using int4 quantization.

Benjamin Trent

Thomas Veasey

Making Lucene faster with vectorization and FFI/madvise
Lucene

Making Lucene faster with vectorization and FFI/madvise

Discover how modern Java features, including vectorization and FFI/madvise, are speeding up Lucene's performance.

Chris Hegarty

Speeding Up Multi-graph Vector Search
Lucene

Speeding Up Multi-graph Vector Search

Explore multi-graph vector search in Lucene and discover how sharing information between segment searches enhances search speed.

Mayya Sharipova

Thomas Veasey

Optimizing vector distance computations with the Foreign Function & Memory (FFM) API
LuceneVector Database

Optimizing vector distance computations with the Foreign Function & Memory (FFM) API

Learn how to optimize vector distance computations using the Foreign Function & Memory (FFM) API to achieve faster performance.

Chris Hegarty

What happened in Lucene land in 2023?
Lucene

What happened in Lucene land in 2023?

2023 has been another big year for Apache Lucene, this blog reviews major milestones of 2023

Adrien Grand

Apache Lucene 9.9, the fastest Lucene release ever
Lucene

Apache Lucene 9.9, the fastest Lucene release ever

Lucene 9.9 brings major speedups to query evaluation. Here are the performance improvements observed in nightly benchmarks & optimization resources.

Adrien Grand