Which version of NEST NuGet package should be used with Elasticsearch 1.x?

Vagif Abilov

We are upgrading Elasticsearch to version 1.1 (from 0.20), and some of the tests fail. We also upgraded NEST Elasticsearch library to the latest stable version (0.12.0). The failure is related to "custom_filters_score" elements being deprecated in ES 0.90 and replaced with "function_score", but NEST 0.12.0 seems to generate JSON with "custom_filter_score", and this is no longer accepted by ES 1.1.

So the question is whether there is a stable NEST release that supports ES 1.x function scores or we will have to upgrade to NEST 1.0 beta.

Martijn Laarman

NEST 1.0 beta 1 is the latest prerelease version hosted on nuget.org

We host continuous builds on https://www.myget.org/gallery/elasticsearch-net that gets published based on every commit to the develop branch that passes all the unit tests.

We are very very close (mid july) to delivering a stable NEST 1.0 version to nuget.org that works against any 1.0+ version of elasticsearch:

https://github.com/elasticsearch/elasticsearch-net/pull/751

If at all possible I would move to the continuous builds, a lot of significant changes have been pushed since the NEST 1.0 beta 1 release.

The documentation for the breaking changes is moving from NEST 0.12 to the 1.0 beta 1 release. Part of our final release schedule will be to fully document going from NEST 0.12 to NEST 1.0

http://nest.azurewebsites.net/breaking-changes.html

Another great resource to take into consideration is elasticsearch's own breaking changes page:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/breaking-changes.html

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Which version of the jquery.TypeScript.DefinitelyTyped nuget package should I use with jquery v2.1.4

From Dev

Which version of the Bower package name should be used when installing with bower-rails

From Dev

Which JDK version should be used for hibernate 3.6.1

From Dev

Which JDK version should be used for hibernate 3.6.1

From Dev

Which version of the Toolbar/Appbar should be used?

From Dev

Nuget package with NET Standard 1.X

From Dev

Nuget package with NET Standard 1.X

From Dev

Which version of HDP should I use to work with Mahout 0.9 and Hadoop 1.x

From Dev

Which android ndk version should be used with xamarin.android 6.1

From Dev

Which version should I give to a custom Ubuntu deb package

From Dev

Which version of Spring is used in Grails 2.3.x

From Java

Download old version of package with NuGet

From Dev

NuGet unable to find the version of a package

From Dev

Upgrade to a specific Package version with NuGet

From Dev

Find out which package is referencing a nuget package

From Dev

Where to get ElasticSearch document version using NEST

From Dev

NuGet Package version not matching reference version

From Dev

Is there a Lightspeed 5.x NuGet package that can be used with ASP.Net 5?

From Dev

Is there a Lightspeed 5.x NuGet package that can be used with ASP.Net 5?

From Dev

Which $_SERVER variable should be used?

From Dev

Which $_SERVER variable should be used?

From Dev

Which is the sybase driver(version) to be used in Weblogic 12c ? Where should I add the downloaded driver?

From Dev

Should NuGet used as a build automation tool?

From Dev

Which version of VB is used in SSRS

From Dev

Which Spring & Hibernate Version to be used

From Dev

Which version of Python is used for schemacrawler

From Dev

Which version should I install

From Dev

Which plugin / module of Spring Sec OAuth should be used in Grails 3.x?

From Dev

Which nuget package holds the Microsoft.WindowsAzure.StorageClient.dll in Nuget

Related Related

  1. 1

    Which version of the jquery.TypeScript.DefinitelyTyped nuget package should I use with jquery v2.1.4

  2. 2

    Which version of the Bower package name should be used when installing with bower-rails

  3. 3

    Which JDK version should be used for hibernate 3.6.1

  4. 4

    Which JDK version should be used for hibernate 3.6.1

  5. 5

    Which version of the Toolbar/Appbar should be used?

  6. 6

    Nuget package with NET Standard 1.X

  7. 7

    Nuget package with NET Standard 1.X

  8. 8

    Which version of HDP should I use to work with Mahout 0.9 and Hadoop 1.x

  9. 9

    Which android ndk version should be used with xamarin.android 6.1

  10. 10

    Which version should I give to a custom Ubuntu deb package

  11. 11

    Which version of Spring is used in Grails 2.3.x

  12. 12

    Download old version of package with NuGet

  13. 13

    NuGet unable to find the version of a package

  14. 14

    Upgrade to a specific Package version with NuGet

  15. 15

    Find out which package is referencing a nuget package

  16. 16

    Where to get ElasticSearch document version using NEST

  17. 17

    NuGet Package version not matching reference version

  18. 18

    Is there a Lightspeed 5.x NuGet package that can be used with ASP.Net 5?

  19. 19

    Is there a Lightspeed 5.x NuGet package that can be used with ASP.Net 5?

  20. 20

    Which $_SERVER variable should be used?

  21. 21

    Which $_SERVER variable should be used?

  22. 22

    Which is the sybase driver(version) to be used in Weblogic 12c ? Where should I add the downloaded driver?

  23. 23

    Should NuGet used as a build automation tool?

  24. 24

    Which version of VB is used in SSRS

  25. 25

    Which Spring & Hibernate Version to be used

  26. 26

    Which version of Python is used for schemacrawler

  27. 27

    Which version should I install

  28. 28

    Which plugin / module of Spring Sec OAuth should be used in Grails 3.x?

  29. 29

    Which nuget package holds the Microsoft.WindowsAzure.StorageClient.dll in Nuget

HotTag

Archive