Skip to content

0.11.3.0

Compare
Choose a tag to compare
@Mpdreamz Mpdreamz released this 11 Aug 19:32
· 7256 commits to main since this release
  • 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.