Search Lucene API

Search Lucene API is an easy-to-install module that integrates Lucene searching into Drupal. It is built on top of the Zend Framework's PHP port of Lucene, so no applications or services outside of Drupal are required to use this module. For convenience, the Search Lucene Content project comes bundled with Search Lucene API to provide a full-featured alternative to the core content search. The module implements the core Search API, so it can live alongside existing solutions without conflict.

Installation

Before installing Search Lucene API, make sure you review the Installing contributed modules tutorial. Search Lucene API is installed like

Introduction

The following sections provide an overview of the goals and inner workings of the module. In addition, the documentation illustrates

Lucene field types

Lucene indexes are composed of atomic documents. Each document is divided into named fields which either have content that can be searched

Lucene query language

Terms

Module Version

The Search Lucene API project maintains a consistent versioning system for site administrators to determine the state of the code they are

Guide maintainers

cpliakas's picture