01 November 2007 18:30
Apache Lucene cross-platform search quick-start
Apache Lucene is a Cross-Platform Solution written in 100% Java. It offers powerful features through a simple API, that will go out and grab and index pages you specify, allowing you to search them at will. In this tutorial, you'll learn how to create a high-performance search engine in a step-by-step manner and how to use Apache Lucene and integrate it with a Web application. This article ( http://www.ibm.com/developerworks/library/wa-lucene2/index.html?ca=dgr-btw15LuceneBeefup - Beef up Web search apps with Lucene ), is also available for you to learn more.
1
(1 marks)