Lucene

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Presentations
  

Articles:
  • Did You Mean: Lucene? by Tom White   - [Clicks: 206]
    All modern search engines attempt to detect and correct spelling errors in users' search queries. Google, for example, was one of the first to offer such a facility, and today we barely notice when we are asked "Did you mean x?" after a slip on the keyboard. This article shows you one way of adding a "did you mean" suggestion facility to your own search applications using the Lucene Spell Checker, an extension written by Nicolas Maisonneuve and David Spencer.
    http://today.java.net/pub/a/today/2005/08/09/didyoumean.html - Aug, 2005
  • Meet Lucene Part 2 by Otis Gospodnetic, Erik Hatcher   - [Clicks: 257]
    This article picks up where Meet Lucene left off, in searching an index. Here we will conclude the discussion on indexing and move on to working with the search API and considering alternative products.
    http://www.developer.com/java/other/article.php/3493766 - Mar, 2005
  • Lucene: Add Indexing and Search to Your Web Apps by Mark Watson   - [Clicks: 266]
    Get a crash course in using Lucene, an open source Java library that enables you to add indexing and search capabilities to your Web applications and documents.
    [Includes source code]
    http://www.devx.com/Java/Article/27728 - Mar, 2005
  • Meet Lucene by Otis Gospodnetic, Erik Hatcher   - [Clicks: 157]
    Looking for a highly scalable, fast search engine that delivers performance and is disarmingly easy to use? Lucene may be the answer to your prayers.
    [Manning Book Excerpts: Lucene in Action]
    http://www.developer.com/java/other/article.php/3490471 - Mar, 2005
  • Integrate Cocoon with Lucene for Full Text Search of Unstructured Data by Wellie Chao   - [Clicks: 102]
    By wrapping the Lucene search engine's return data in XML and then using Cocoon's XML-handling capabilities, you tap into the power of XML for multi-channel publishing of unstructured information.
    [Includes source code]
    http://www.devx.com/opensource/Article/27358 - Feb, 2005
  • I Love Lucene by Dion Almaer   - [Clicks: 146]
    A year ago TSS replaced it's search engine with Lucene which allowed our search to gain relevance, speed, and power. Dion Almaer walks us through the process, and shows how we plugged it into our search solution.
    http://www.theserverside.com/articles/article.tss?l=ILoveLucene - Jan, 2005
  • Use search engine technology for object persistence by Mikhail Garber   - [Clicks: 126]
    In this article, Mikhail Garber looks at how to address an old problem—provide simple persistence to basic JavaBeans—with a new twist. He shows you how to achieve this goal without the complexity of a full-blown database- or XML-driven solution. At the same time, he doesn't over-simplify the problem by falling back on silly property files and in-memory schemes. Instead, he shows you how to use common search engine technology to treat objects as documents being indexed and searched. You will be surprised by how robust and responsive this solution can become. Read on for a play-by-play account of how to build this system.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-01-2005/jw-0103-search.html - Jan, 2005

[Top]

Presentations:
  • Meet Lucene by Erik Hatcher   - [Clicks: 55]
    Enjoy hearing expert author, Erik Hatcher, as he presents the basics of Lucene, Apache's powerful search engine library. If you work with data, then you probably need Lucene. This one is truly great!
    [Members Only, Login Required]
    http://www.javalobby.org/members-only/eps/meet-lucene/index.html - Feb, 2005

[Top]