Lucene

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

All Articles
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

Moving Lucene forward with modern Java features

Chris Hegarty

Speeding Up Multi-graph Vector Search
Lucene

Speeding Up Multi-graph Vector Search

Sharing information among segment searches in multi-graph vector search allows us to achieve significant search speedups.

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 was released recently and brings major speedups to query evaluation

Adrien Grand

More skipping with block-max MAXSCORE
Lucene

More skipping with block-max MAXSCORE

Improve the MAXSCORE algorithm to evaluate disjuntive queries more like a conjunctive query when possible, which helps evaluate even fewer hits

Adrien Grand

Understanding fused multiply-add (FMA) within vector similarity computations in Lucene
LuceneVector Database

Understanding fused multiply-add (FMA) within vector similarity computations in Lucene

Learn how to use fused multiply-add (FMA) within vector similarity computations in Lucene and discover how FMA can improve performance.

Chris Hegarty

Understanding scalar quantization in Lucene
LuceneML Research

Understanding scalar quantization in Lucene

Explore how Elastic introduced scalar quantization into Lucene, including automatic byte quantization, quantization per segment & performance insights.

Benjamin Trent