On Wed, May 19, 2010 at 11:08 AM, Mayank Shrivastava <
[email protected]> wrote:

> I have created an Index of some webpages using nutch. Now, I need to
> search this index using Lucene API. Even though I am able to do the
> search on the basis of say, url, i am not able to access the content
> that is associated with the webpages, since nutch creates its index in
> a different way.


Nutch creation of index is no different from Lucene, bcoz it uses Lucene API
for index creation. However, nutch doesn't store content by default, hence
you are not able to retrieve the content. See index-basic plugin.


> Could anyone help me out with how to retrieve the
> content?
>

regards,
Sai Krishna.

Reply via email to