Interface SearchResponseTransformer<R>

Type Parameters:
R - the client search response type
All Superinterfaces:
BiFunction<SearchQuery,R,SearchResponse>
All Known Implementing Classes:
AbstractSearchResponseTransformer, OpenSearchResponseTransformer, RepositorySearchResponseTransformer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SearchResponseTransformer<R> extends BiFunction<SearchQuery,R,SearchResponse>
Since:
2025.0