Share on Facebook Share on Twitter Email
Answers.com

Lucene

 
Wikipedia: Lucene
 
Lucene
Lucene logo
Developer(s) Apache Software Foundation
Stable release 2.4.1 / 2009-03-09; 3 months ago
Written in Java
Operating system Cross-platform
Type Search and index
License Apache License 2.0
Website http://lucene.apache.org

Apache 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 other programming languages including Delphi, Perl, C#, C++, Python, Ruby and PHP.

Contents

Features and common use

While suitable for any application which requires full text indexing and searching capability, Lucene has been widely recognized[citation needed] for its utility in the implementation of Internet search engines and local, single-site searching.

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 the file format. Text from PDFs, HTML, Microsoft Word, and OpenDocument documents, as well as many others can all be indexed so long as their textual information can be extracted.

Lucene-based projects

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; Compass is a Java Search Engine Framework built on the top of Lucene.

See also

References

Bibliography

External links


Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 
 
Learn More
PyLucene
Doug Cutting
Lucene.net

Who developed Lucene? Read answer...
Is the search engine Sphinx faster than Lucene? Read answer...

Help us answer these
You have downloaded lucene and you want to do indexing on pdf documents so how to use it for that purpose?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Lucene" Read more