How to make compound query, as example I need to find geojson data with some properties (these properties is set in search query) within some polygon?
I know there are the GeoPolygonQueryBuilder and the BoolQueryBuilder for these kind of requests, but how to use them together in a single request to fetch data from ES?
Thanks!