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)

Reply via email to