A Short Introduction to Lucene Lucene is an extremely rich and powerful full-text search library written in Java. You can use Lucene to provide full-text indexing across both database objects and documents in various formats (Microsoft Office documents, PDF, HTML, text, and so on). In this tutorial, we'll go through the basics of using Lucene to add full-text search functionality to a fairly typical J2EE application: an online accommodation database. The main business object is the Hotel Hotel has a unique identifier, a name, a city, and a description. Roughly,
Read full article from Lucene Tutorial
No comments:
Post a Comment