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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
You are right this is a bug, AbstractDocumentTargetedAction.Builder was too smart for its own good and set the type parameter to "_all" by default and this caused defaultType to be ineffective.
I setup my code like so:
But what I get back is something like:
Which means the
defaultType
value ofmy_index_type
that I had setup wasn't used!Looks like a bug to me ... am I mistaken?
The text was updated successfully, but these errors were encountered: