List/Grid Tag Archives: Apache Lucene

apache-lucene-logo

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: ...
apache-lucene-logo

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 ...
apache-lucene-logo

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 ...
apache-lucene-logo

“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. ...
apache-lucene-logo

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 ...
© 2010-2012 Java Code Geeks. Licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
All trademarks and registered trademarks appearing on Java Code Geeks are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries.
Java Code Geeks is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.