Lucene

From Wikipedia, the free encyclopedia

Lucene
Lucene logo
Developed by Apache Software Foundation
Latest release 2.3.2 / May 6, 2008 (2008-05-06); 39 days ago
Written in Java
OS Cross-platform
Genre Search and index
License Apache License 2.0
Website http://lucene.apache.org

Lucene is a free/open source information retrieval library, originally created in Java by Doug Cutting. It is supported by the Apache Software Foundation and is released under the Apache Software License. Lucene has been ported to programming languages including Delphi, Perl, C#, C++, Python, Ruby and PHP.

While suitable for any application which requires full text indexing and searching capability, Lucene has been widely recognized for its utility in the implementation of Internet search engines and local, single-site searching. Lucene itself is just an indexing and search library and does not contain crawling and HTML parsing functionality. The Apache project Nutch is based on Lucene and provides this functionality; the Apache project Solr is a fully-featured search server based on Lucene.

At the core of Lucene's logical architecture is the idea of a document containing fields of text. This flexibility allows Lucene's API to be independent of file format. Text from PDFs, HTML, Microsoft Word documents, as well as many others can all be indexed so long as their textual information can be extracted.

[edit] References

[edit] See also

[edit] External links