Sponsored Links

Jumat, 18 Mei 2018

Sponsored Links

Apache Lucene: Then & Now - YouTube
src: i.ytimg.com

Apache Lucene is a free and open-source information retrieval software library, originally written completely 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 Object Pascal, Perl, C#, C++, Python, Ruby and PHP.


Video Apache Lucene



History

Doug Cutting originally wrote Lucene in 1999. 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. The name Lucene is Doug Cutting's wife's middle name and her maternal grandmother's first name.

Lucene formerly included a number of sub-projects, such as Lucene.NET, Mahout, Tika and Nutch. These three are now independent top-level projects.

In March 2010, the Apache Solr search server joined as a Lucene sub-project, merging the developer communities.

Version 4.0 was released on October 12, 2012.


Maps Apache Lucene



Features and common use

While suitable for any application that 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 includes a feature to perform a fuzzy search based on edit distance.

Lucene has also been used to implement recommendation systems. For example, Lucene's 'MoreLikeThis' Class can generate recommendations for similar documents. In a comparison of the term vector-based similarity approach of 'MoreLikeThis' with citation-based document similarity measures, such as Co-citation and Co-citation Proximity Analysis Lucene's approach excelled at recommending documents with very similar structural characteristics and more narrow relatedness. In contrast, citation-based document similarity measures, tended to be more suitable for recommending more broadly related documents, meaning citation-based approaches may be more suitable for generating serendipitous recommendations, as long as documents to be recommended contain in-text citations.

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, Mind Maps, and OpenDocument documents, as well as many others (except images), can all be indexed as long as their textual information can be extracted.


Assignment 2: Full text search with Lucene Mathias Mosolf ...
src: images.slideplayer.com


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
  • Compass -- the predecessor to Elasticsearch
  • CrateDB -- open source, distributed SQL database built on Lucene
  • DocFetcher -- a multiplatform desktop search application
  • Elasticsearch -- an enterprise search server
  • Kinosearch -- a search engine written in Perl and C and a loose port of Lucene. The Socialtext wiki software uses this search engine, and so does the MojoMojo wiki. It is also used by the Human Metabolome Database (HMDB) and the Toxin and Toxin-Target Database (T3DB).
  • Swiftype -- an enterprise search startup based on Lucene

Better Search with Apache Lucene and Solr by sm.senthil smsenthil ...
src: image.isu.pub


Users

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


Assignment 2: Full text search with Lucene Mathias Mosolf ...
src: images.slideplayer.com


See also

  • Enterprise search
  • Information extraction
  • List of information retrieval libraries
  • Text mining

Open for Business Apache Lucene
src: image.slidesharecdn.com


References


Assignment 2: Full text search with Lucene Mathias Mosolf ...
src: images.slideplayer.com


Bibliography

  • Gospodnetic, Otis; Erik Hatcher; Michael McCandless (28 June 2009). Lucene in Action (2nd ed.). Manning Publications. ISBN 1-9339-8817-7. 
  • Gospodnetic, Otis; Erik Hatcher (1 December 2004). Lucene in Action (1st ed.). Manning Publications. ISBN 978-1-9323-9428-3. 

Enterprise Search: FAST ESP to Lucene Solr, Michael McIntosh, TNR ...
src: i.vimeocdn.com


External links

  • Official website
  • List of Lucene Ports (or Implementations) in Other Languages on the Apache wiki
  • Schmidt, Marco (2005). "Lucene Wikipedia indexer". Archived from the original on 2006-07-15. Introductory article with Java code for search 
  • Apache Lucene API tracker

Source of the article : Wikipedia

Comments
0 Comments