List/Grid Tag Archives: Apache Lucene

Transactional Lucene
Many users don’t appreciate the transactional semantics of Lucene’s APIs and how this can be useful in search applications. For starters, Lucene implements ACID properties:Atomicity: ...

Lucene – Quickly add Index and Search Capability
What is Lucene? Apache LuceneTM is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that ...

Lucene Overview Part One: Creating the Index
Introduction I’ve recently been working with the open source search engine Lucene. I’m no expert, but since I have just pored through some rather sparse documentation ...

“Did you mean” feature with Apache Lucene Spell-Checker
Google’s “Did you mean” feature After making an introduction to Lucene in a previous post, now it is time to take it up a notch and create a more sophisticated application. ...

An Introduction to Apache Lucene for Full-Text Search
In this tutorial I would like to talk a bit about Apache Lucene. Lucene is an open-source project that provides Java-based indexing and search technology. Using its API, it is easy ...


