[
https://issues.apache.org/jira/browse/NUTCH-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122483#comment-14122483
]
Hudson commented on NUTCH-1835:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #2768 (See
[https://builds.apache.org/job/Nutch-trunk/2768/])
Fix for NUTCH-1835: Nutch's Solr schema doesn't work with Solr 4.9 because of
the RealTimeGet handler. (mattmann:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1622621)
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/conf/schema.xml
> 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)