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.