shikhasomani commented on issue #1530: [CALCITE-3437] ElasticSearch adapter. Support MatchQuery in elasticse… URL: https://github.com/apache/calcite/pull/1530#issuecomment-548793786 @asereda-gs We have added unit test for ElasticSearch Match query. It prepares CONTAINS query using RelBuilder, RexBuilder which is translated to ES match query. It finally runs query on text field (city) which is having tokenized data and returns matching data.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
