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:00:56 UTC

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

Chris A. Mattmann created NUTCH-1835:
----------------------------------------

             Summary: 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
            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)