Apache Lucene

Why Trust Techopedia

What Does Apache Lucene Mean?

Apache Lucene is an open source project for a high performance and full-featured text search engine library which is written entirely using Java.

Advertisements

It is capable of full-text search within documents so it is a technology that is suitable for any application which requires this feature, especially if it is cross-platform.

It was first developed by Doug Cutting in 1999 and became officially part of the Apache Foundation’s Jakarta family of open source Java projects in September 2001. It was upgraded to a top level Apache project in February 2005.

Techopedia Explains Apache Lucene

Apache Lucene is a high performance search engine with the concept of "a document containing fields of text" at its core logical architecture. This offers great flexibility and allows the Lucene API to become independent of any file format.

Any text from formats such as MS Word, HTML, XML, PDF, and OpenDocument can be indexed as long as the textual information can be extracted, which means that it cannot do anything with images.

Lucene is suitable for any application that needs a full text indexing and search capability, but it is widely recognized as a great utility for implementing Internet search engines and for local, single-site searching.

Features include:

  • Scalable and high performance indexing – it can process over 150 Gb per hour on modern hardware and requires only 1 Mb per heap of memory requirements.
  • Powerful, accurate and efficient search algorithms – it offers many types of powerful queries such as phrase, wildcard, proximity, and range queries. It also has fielded searching and sorting by any field.
  • Cross platform – pure Java implementation and also available in other programming languages.
Advertisements

Related Terms

Margaret Rouse
Technology Specialist
Margaret Rouse
Technology Specialist

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.