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
With the introduction of WithFieldName interface in core Opensearch, QueryBuilder can directly be checked as instanceof WithFieldName instead of maintaining the map of QueryBuilders to fieldName function.
With the introduction of
WithFieldNameinterface in core Opensearch,QueryBuildercan directly be checked asinstanceof WithFieldNameinstead of maintaining the map of QueryBuilders to fieldName function.