Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ilalmi

    (@ilalmi)

    My GitHub clone corresponded to WPSOLR 1.4. I just updated it to WPSOLR 1.6:
    https://github.com/ilalmi/wpsolr-search-engine

    Plugin Author WPSolr free

    (@wpsolr)

    Hi,

    Thanks for the contribution.

    I have an issue with indexing pdf attachements in gotosolr Solr servers.
    Documents are created, but their body contains only a carriage return.

    On local Solr servers, your code works just fine.

    I’m investigating.

    Plugin Author WPSolr free

    (@wpsolr)

    After some work, I found issues with https in Solarium.

    In the code, we’ve split the local (http with Solarium) setup and the cloud (https with curl) setup, because the previous Solarium versions did not support the https scheme.

    Your code calls Solarium, wich is not supported with the cloud setup.

    I uploaded the newest version of Solarium, which implements a scheme property on endpoints configuration. But even then, I catch an error about SSL certificate validation (“Solr HTTP error: HTTP request failed, SSL certificate problem: unable to get local issuer certificate”).

    Plugin Author WPSolr free

    (@wpsolr)

    Hi,

    Attachments are available in new release WPSOLR 1.7

    Please let me know.

    Thread Starter ilalmi

    (@ilalmi)

    I didn’t think of the cloud setup. Sorry for the trouble.
    Version 1.7 works wonderfully. Thank you very much ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Indexing attachments’ is closed to new replies.