Indexer tests failing for Indexer-Extented tag

Details: We are currently encountering integration test failures related to the indexer-extended tag, primarily in test cases that assert document availability in Elasticsearch.

Observed Scenarios:
The index is created, and the record exists in Elasticsearch, but queries do not return any results.
The index is not created at all.
We have observed following errors in elastic pod logs

1.{"type": "deprecation.elasticsearch", "timestamp": "2025-01-30T12:38:51,463Z", "level": "CRITICAL", "component": "o.e.d.a.s.IndicesOptions", "cluster.name": "elasticsearch", "node.name": "elasticsearch-es-default-2", "message": "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. 
Consider cold or frozen tiers in place of frozen indices.

2.[es/search] failed: [search_phase_execution_exception] all shards failed

we have tried increasing shard limit.

Context: The issue was observed while running tests on Elasticsearch 7.17.22 with release 0.27 and Elasticsearch 8.15.2 with the master branch. We have validated locally that the documents are indexed but are intermittently not retrievable via queries.

@chad @anujgupta @zmai @vikasrana @Rustam_Lotsmanenko @gokulnagare

Edited by Nikhil Patil