Hi Vineet, No, Nutch API and Lucene API are different. Nutch does use Lucene for indexing/searching, so you *can* use Lucene and its API for searching an index you built with Nutch. Just make sure you use the same version of Lucene that Nutch is using.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Vineet Garg <[EMAIL PROTECTED]> > To: [email protected] > Sent: Friday, May 2, 2008 1:17:31 PM > Subject: Nutch API and Lucene API are same? > > Hi, > > I have crawled and indexed my local file system using nutch 0.9. I want > to make a web based search application which will search in indexed > local file system. I want to perform search using Lucene API. Is Lucene > API and Nutch API same? If not can i use Lucene API to perform search on > files indexed by nutch 0.9? > Please reply. > > Regards, > Vineet Garg >
