Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1533

Solr Connector is unable to ingest documents

    XMLWordPrintableJSON

Details

    Description

      The "r69acbd9 - Fix solr connector content deletion bug" has introduced another bug :
      It is now impossible to ingest documents into Solr 7.4.0, we obtain the following error : Error from server at http://localhost:8983/solr/FileShare: missing content stream
      The fact is, the requestWriter.getContentWriter(request) object is equal to null only on commit requests. So the new lines of code introduced by the fix, which are based on the test of this object, result in a null Collection<ContentStream> streams object and so the update request is failing.

      Concerned class : org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrClient

      Attachments

        1. CONNECTORS-1533.patch
          2 kB
          Shinichiro Abe
        2. 2018-09-23-012800.png
          80 kB
          Shinichiro Abe

        Activity

          People

            kwright@metacarta.com Karl Wright
            julienFL Julien Massiera
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: