Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-1835

Nutch's Solr schema doesn't work with Solr 4.9 because of the RealTimeGet handler

    XMLWordPrintableJSON

Details

    Description

      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:

      <field name="_version_" type="long" indexed="true" stored="true"/>
      

      This patch does that.

      Attachments

        1. NUTCH-1835.Mattmann.090414.patch.txt
          0.6 kB
          Chris A. Mattmann

        Activity

          People

            chrismattmann Chris A. Mattmann
            chrismattmann Chris A. Mattmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: