0.11.3.0
- Fix #326 Scroll uses POST since 0.11.2.0 and was incorrectly uriencoding the scroll id
- #330 added
TitleField()
to the attachment mapper andMetadaField()
to map any metadata string property under attachment fields. - #329
CustomScore()
was missing a way to specifylang
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.