You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Ake Tangkananond <ia...@gmail.com> on 2012/08/06 13:40:07 UTC

getFields in extension point classes

Hi all,

Anyone could brief what is the point of method
public Collection<WebPage.Field> getFields()
In the extension point related classes ?

Thank you so much !


Regards,
Ake Tangkananond



Re: getFields in extension point classes

Posted by Ake Tangkananond <ia...@gmail.com>.
Thank you !!

Regards,
Ake Tangkananond




On 8/6/12 6:55 PM, "Ferdy Galema" <fe...@kalooga.com> wrote:

>Hi,
>
>Many datastores need to setup the mapreduce job by specifying the fields
>needed. All extensions that work on WebPage are able to specify what
>fields
>they need. (Since it depends on the implementation).
>
>Ferdy.
>
>On Mon, Aug 6, 2012 at 1:40 PM, Ake Tangkananond <ia...@gmail.com> wrote:
>
>> Hi all,
>>
>> Anyone could brief what is the point of method
>> public Collection<WebPage.Field> getFields()
>> In the extension point related classes ?
>>
>> Thank you so much !
>>
>>
>> Regards,
>> Ake Tangkananond
>>
>>
>>



Re: getFields in extension point classes

Posted by Ferdy Galema <fe...@kalooga.com>.
Hi,

Many datastores need to setup the mapreduce job by specifying the fields
needed. All extensions that work on WebPage are able to specify what fields
they need. (Since it depends on the implementation).

Ferdy.

On Mon, Aug 6, 2012 at 1:40 PM, Ake Tangkananond <ia...@gmail.com> wrote:

> Hi all,
>
> Anyone could brief what is the point of method
> public Collection<WebPage.Field> getFields()
> In the extension point related classes ?
>
> Thank you so much !
>
>
> Regards,
> Ake Tangkananond
>
>
>