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/04 19:01:52 UTC

[jira] [Work started] (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:all-tabpanel ]

Work on NUTCH-1835 started by Chris A. Mattmann.
------------------------------------------------
> 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
>
>
> 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)