You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2014/09/05 07:34:28 UTC

[jira] [Commented] (NUTCH-1835) Nutch's Solr schema doesn't work with Solr 4.9 because of the RealTimeGet handler

    [ https://issues.apache.org/jira/browse/NUTCH-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122463#comment-14122463 ] 

Chris A. Mattmann commented on NUTCH-1835:
------------------------------------------

Tested with Solr 4.9.0 for NSF Polar DataViz hackathon, worked great:
https://github.com/NCEAS/open-science-codefest/issues/26

> Nutch's Solr schema doesn't work with Solr 4.9 because of the RealTimeGet handler
> ---------------------------------------------------------------------------------
>
>                 Key: NUTCH-1835
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1835
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.9
>         Environment: http://nceas.github.io/open-science-codefest/program.html
> https://github.com/NCEAS/open-science-codefest/issues/26
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>             Fix For: 1.10
>
>         Attachments: NUTCH-1835.Mattmann.090414.patch.txt
>
>
> Nutch's schema.xml file doesn't work with Solr 4.9 which has the RealTimeGetHandler implemented out of the box:
> http://stackoverflow.com/questions/19064361/solr-4-4-0-is-giving-error-code-500
> The simple answer is to add a field to our schema.xml:
> {noformat}
> <field name="_version_" type="long" indexed="true" stored="true"/>
> {noformat}
> This patch does that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)