Re: Using Nutch APIs in Lucene

2007-08-02 Thread Grant Ingersoll
Just use Nutch. If you look in the Crawl.java class in Nutch, you can pretty easily tear out the appropriate pieces. Question is, do you really need all of that? If so, why not just use Nutch? -Grant On Aug 2, 2007, at 2:32 AM, Srinivasarao Vundavalli wrote: How can we use nutch APIs in

Using Nutch APIs in Lucene

2007-08-01 Thread Srinivasarao Vundavalli
How can we use nutch APIs in Lucene? For example using FetchedSegments , we can get ParseText from which we can get the content of the document. So can we use these classes (FetchedSegments, ParseText ) in lucene. If so, how to use them? Thank You