Best way to test this is by doing ad-hoc parsechecker fetches. Also
try including this value in your solr-mapping file.

On Thu, Jun 7, 2012 at 11:41 AM, Shameema Umer <[email protected]> wrote:
> In my schema there are certain fields used for feed plugin.
>
>        <!-- fields for feed plugin (tag is also used by
> microformats-reltag)-->
>        <field name="author" type="string" stored="true" indexed="true"/>
>        <field name="tag" type="string" stored="true" indexed="true"
> multiValued="true"/>
>        <field name="feed" type="string" stored="true" indexed="true"/>
>        <field name="publishedDate" type="date" stored="true"
>            indexed="true"/>
>        <field name="updatedDate" type="date" stored="true"
>            indexed="true"/>
>
> I have included the feed plugin in nutch site xml. The feed file is fetched
> and parsed , also the links in it are working properly. But I cannot get
> the publishedDate working.
> I cannot retrieve the publishedDate or sort by it.
>
> Please help.



-- 
Lewis

Reply via email to