Apache Lucene

来自OSS WIKI
跳转到: 导航, 搜索
OSS 计算技术主题索引

以下内容由 OSS 计算技术中文社区贡献。

更多的详细内容请访问下面的地址:

http://www.ossez.com/forum.php?mod=forumdisplay&fid=28


快速链接
Lucene
Lucene logo
Developer(s) Apache Software Foundation
Stable release 3.5 / 27, 2011;  (2011-11-27)
Development status Active
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 software 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[1].

目录

History

Lucene was originally written by Doug Cutting. It was initially available for download from its home at the SourceForge web site. It joined the Apache Software Foundation’s Jakarta family of open source Java products in September 2001 and became its own top-level Apache project in February 2005. Until recently, it included a number of sub-projects, such as Lucene Java, Droids, Lucene.Net, Lucy, Mahout, Solr, Nutch, Open Relevance Project, PyLucene and Tika. Solr has been merged into the Lucene project itself and Mahout, Nutch and Tika have been moved to be independent top-level projects.

Features and common use

While suitable for any application which requires full text indexing and searching capability, Lucene has been widely recognized [2][3] 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 (except images), can all be indexed as 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. However, several projects extend Lucene's capability:

  • Apache Nutch provides web crawling and HTML parsing
  • Apache Solr – an enterprise search server
  • ElasticSearch – an enterprise search server.
  • Compass – a Java Search Engine Framework

Users

For a list of companies that use Lucene (rather than extend), see Lucene's PoweredBy page. As an example Twitter is using Lucene for its real time search[4]

See also

References

  1. Lucene implementations [1]
  2. Perner, Petra (2007). Machine Learning and Data Mining in Pattern Recognition: 5th International Conference. Springer. p. 387. ISBN 978-3-540-73498-7. 
  3. GNU/Linux Semantic Storage System
  4. Twitter uses Lucene [2]

External links

个人工具
名字空间
操作
导航
工具箱