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
Port v5.1/v5.2 features + fix BulkInsertQueryException
- withRefresh()/withoutRefresh(): control refresh behavior on writes (true/false/'wait_for')
- withOpType()/createOnly()/createOrFail(): dedupe semantics via op_type=create, 409 on duplicates
- withTrackTotalHits()/withoutTrackTotalHits(): override default 10k hit count cap
- searchQueryString() + or/not variants: full query_string DSL support with QueryStringOptions
- Fix BulkInsertQueryException: use array_key_first() for action key (supports 'create' not just
'index'), add inferStatusCode for proper 409s
- Fix geo bounding box test (wrong field name + double .get())
- Add QueryStringOptions, SimpleQueryStringOptions
- Add CreateOpTypeTest (3 tests), QueryStringTest (20 tests)
0 commit comments