Giter Club home page Giter Club logo

Comments (6)

oalders avatar oalders commented on August 23, 2024

Can you upgrade to the latest MetaCPAN::Client and upgrade to the v1 api?

my $mcpan = MetaCPAN::Client->new(
    version => 'v1'
);

Let us know if that fixes it for you?

from metacpan-client.

mickeyn avatar mickeyn commented on August 23, 2024

the new Search::Elasticsearch is oriented towards ES 5.
according to https://v1.metacpan.org/changes/release/DRTECH/Search-Elasticsearch-5.00
it's not clear to me yet if it supports multiple clients and the 2_0 (for v1) or 0_90 (for v0) don't come by default.

I'll release a new MetaCPAN::Client with a version limit to ensure we don't use that version for now.

from metacpan-client.

mickeyn avatar mickeyn commented on August 23, 2024

release 1.026000 will limit the module version to ensure this is not breaking the client.

from metacpan-client.

mickeyn avatar mickeyn commented on August 23, 2024

also opened elastic/elasticsearch-perl#109

from metacpan-client.

pghmcfc avatar pghmcfc commented on August 23, 2024

Can you upgrade to the latest MetaCPAN::Client and upgrade to the v1 api?

my $mcpan = MetaCPAN::Client->new(
version => 'v1'
);

Let us know if that fixes it for you?

That doesn't help (same error message).

I've also tried installing Search-Elasticsearch-Client-2_0 and requesting the use of that client (the previous default) specifically:

--- /usr/share/perl5/vendor_perl/MetaCPAN/Client/Request.pm.orig    2016-08-30 13:18:24.000000000 +0100
+++ /usr/share/perl5/vendor_perl/MetaCPAN/Client/Request.pm 2016-10-20 10:14:25.856013885 +0100
@@ -129,6 +129,7 @@
     my $params = shift;

     my $es = Search::Elasticsearch->new(
+        client           => '2_0::Direct',
         nodes            => [ 'https://' . $self->domain ],
         cxn_pool         => 'Static::NoPing',
         send_get_body_as => 'POST',

Then it fails with: "isa check for "scroller" failed: scroller must be an Search::Elasticsearch::Scroll object at /usr/share/perl5/vendor_perl/MetaCPAN/Client.pm line 259."

The Search::Elasticsearch::Scroll class no longer exists and there are API version specific classes now, such as Search::Elasticsearch::Client::5_0::Scroll and Search::Elasticsearch::Client::2_0::Scroll. So that's another thing that'll need to be taken account of.

from metacpan-client.

mickeyn avatar mickeyn commented on August 23, 2024

@pghmcfc thanks for testing.
I already confirmed the new releases of Search::Elasticsearch doesn't work well with the client and I limited the requirement of its version in the latest client release from yesterday.

from metacpan-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.