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
PR #2305 introduced AbstractElasticsearchTemplate#update(T entity), which saves the user from having to construct an UpdateQuery for basic entity updates when using ElasticsearchTemplate' CRUD methods directly.
The method does not accept an index name (or IndexCoordinates object), however, which our use case requires.