github elastic/elasticsearch-net 0.11.3.0

latest releases: 8.16.1, serverless-1.1.16, 8.16.0...
11 years ago
  • Fix #326 Scroll uses POST since 0.11.2.0 and was incorrectly uriencoding the scroll id
  • #330 added TitleField() to the attachment mapper and MetadaField() to map any metadata string property under attachment fields.
  • #329 CustomScore() was missing a way to specify lang ty @Moran007
  • #327 the Factory DSL (Nest.Dsl.Factory assembly) was missing nested_filter on sort ty @lukapor

Reindex

A popular method on elasticsearch clients in other languages is an easy way to reindex from one index to another using scan, scroll and bulk. NEST now also has support for this:

https://github.com/Mpdreamz/NEST/blob/master/src/Nest.Tests.Integration/Index/ReindexTests.cs

See #328 for more information.

Don't miss a new elasticsearch-net release

NewReleases is sending notifications on new releases.