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
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…