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
When using a SearchRequest object without specifying an Index, the DefaultIndex defined in the ElasticClient is ignored and all indexes are being searched. But when using a SearchDescriptor without specifying an index, the DefaultIndex is used correctly.