Interface SearchTemporaryIndexSearcher

All Known Implementing Classes:
DefaultTemporaryIndexProvider

@Internal @Deprecated public interface SearchTemporaryIndexSearcher
Deprecated.
A temporary index searcher that can be populated with Issues and then queried by providing an implementation of the SearchTemporaryIndexSearcher.IndexSearcher.

The usage of this interface is not encouraged as there is no way to do this in memory searching on OpenSearch, hence it is deprecated.

For internal usage only until the custom usages of this interface are migrated to queries optimised for OpenSearch.