You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/11/01 13:48:04 UTC

[GitHub] [calcite] shikhasomani commented on issue #1530: [CALCITE-3437] ElasticSearch adapter. Support MatchQuery in elasticse…

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:
users@infra.apache.org


With regards,
Apache Git Services