Closed sdelamo closed 6 years ago
It would be nice if elasticSearchService.search return an object instead of a Map.
elasticSearchService.search
Something like:
class ElasticSearchResult { long total def searchResults def highlight def scores def sort def aggregations }
With types for the previous properties instead of def.
It would be nice if
elasticSearchService.search
return an object instead of a Map.Something like:
With types for the previous properties instead of def.