Lucene

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

Articles
Tutorials
  

Articles:
  • Search smarter with Apache Solr, Part 2: Solr for the enterprise by Grant Ingersoll   - [Clicks: 34]
    Lucene Java committer Grant Ingersoll rounds out his introduction to Solr with a survey of its features for the enterprise, including administration interfaces, advanced configuration options, and performance features such as caching, replication, and logging.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-solr2/index.html - Jun, 2007
  • Search smarter with Apache Solr, Part 1: Essential features and the Solr schema by Grant Ingersoll   - [Clicks: 30]
    Solr is an enterprise-ready, Lucene-based search server that supports faceted searching, hit highlighting, and multiple output formats. In this two-part article, Lucene Java committer Grant Ingersoll introduces Solr and shows you how to easily incorporate its impressive full-text search functionality into your Web applications.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-solr1/ - May, 2007
  • Using the Lucene Query Parser Without Lucene by Marcin Maciukiewicz, Daniel Owsianski   - [Clicks: 29]
    This article shows how to use the Lucene Query Parser to build search capability into your application, adapting it onto a legacy database rather than using the entire Lucene package.
    http://www.onjava.com/pub/a/onjava/2007/05/24/using-the-lucene-query-parser-without-lucene.html - May, 2007

[Top]

Tutorials:
  • Apache Lucene quick-start guide by Tyler Anderson   - [Clicks: 72]
    Apache Lucene is a robust open source search solution for myriad applications, including your own favorite Web sites or your company's intranet. Apache Lucene will go out and grab and index pages you specify, allowing you to search them at will. It also comprises several add-on applications, or subprojects, including the Apache Solr Enterprise search server. In this tutorial, you'll learn how to use Apache Solr and integrate it with a Web application.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-apachelucene.html - Oct, 2007

[Top]