Interface ElasticsearchSearchRequestTransformer


@Incubating public interface ElasticsearchSearchRequestTransformer
A pluggable component that gets the chance to transform search requests (path, body, ...) before they are sent to Elasticsearch.

WARNING: Direct changes to the request may conflict with Hibernate Search features and be supported differently by different versions of Elasticsearch. Thus they cannot be guaranteed to continue to work when upgrading Hibernate Search, even for micro upgrades (x.y.z to x.y.(z+1)). Use this at your own risk.