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.
The text was updated successfully, but these errors were encountered:
SearchDescriptor() should default to /default-index/_search unless AllIndices / AllTypes / Indices / Types are explicitly stated.
SearchDescriptor<T> should default to /default-index-for-t/default-type-for-t/_search unless AllIndices / AllTypes / Indices / Types are explicitly stated.
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.
The text was updated successfully, but these errors were encountered: