Closed
Description
- Term filters no longer need manual ToString, the Term query signature required you to ToString() DateTimes, bool, ints etcetera manually, this is now no longer necessary although you can always specify a custom string if needs must.
- terms filter now supports external field value lookups Query DSL: Terms filter to allow for terms lookup from another document elasticsearch#2674
- multi_match query support There are no multi_match still #270
- has_parent filter (ty @q42jaap) has_parent filter was added in 0.19.10 #280
- Bulk() now supports update
- Update() itself now also supports upserts and partial data.
- Path creation routines double checked that they properly escape index/type names and id's Empty bulk request gives weird ElasticSearch error #279
- Bulk index now supports percolator (thanks @daflookie) Add support for percolate during Bulk Index operation #274
- EnableTrace() on
ConnectionSettings
will write all the requests and responses with timing information on the trace. - You can now globally into webexceptions and pass custom querystring paramaters that are appended on each request thanks @ahardy Allow appending custom querystring parameters #269
- HTTP Sync operations no longer use the async routines with a wait but really use their own completely sync routine.
Metadata
Metadata
Assignees
Labels
No labels