Class ElasticsearchQueryValueConversionService

java.lang.Object
org.springframework.data.elasticsearch.repository.support.value.ElasticsearchQueryValueConversionService
All Implemented Interfaces:
ConversionService

public class ElasticsearchQueryValueConversionService extends Object implements ConversionService
A ConversionService using custom converters to handle query values in elasticsearch query. If the value to be converted beyond the scope of custom converters, it'll delegate to the delegated conversion service.

This is a better solution for converting query values in elasticsearch query, because it has all the capability the delegated conversion service has, especially for user-registered Converters.

Since:
5.3
Author:
Haibo Liu