You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the ability to serialize own IProperty types within PropertyFormatter, using utf8json. Initially, this feature was not originally available in utf8json due to how enums with the same underlying values but different field names were serialized, and how this interacts with internal enums of attribute runtime types. Since this is now fixed in #elastic/elasticsearch-net/4032, custom IProperty implementations will now serialize correctly.
Copy file name to clipboardExpand all lines: docs/client-concepts/connection/configuration-options.asciidoc
+4
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,10 @@ Instead of following a c/go like error checking on response.IsValid do throw an
190
190
+
191
191
Reasons for such exceptions could be search parser errors, index missing exceptions, etc...
192
192
193
+
`TransferEncodingChunked`::
194
+
195
+
Whether the request should be sent with chunked Transfer-Encoding. Default is `false`
196
+
193
197
`UserAgent`::
194
198
195
199
The user agent string to send with requests. Useful for debugging purposes to understand client and framework versions that initiate requests to Elasticsearch
0 commit comments