Home > Blockchain >  Are QUERY and MATCH operators of elasticsearch SQL are the same operators of standard SQL?
Are QUERY and MATCH operators of elasticsearch SQL are the same operators of standard SQL?

Time:03-07

Are QUERY and MATCH operators of elasticsearch SQL are the same operators of standard SQL ?

https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-search.html#sql-functions-search-match

CodePudding user response:

I don't believe full text searching is part of the SQL standard. These ops are full-text search ops. So AFAICS, the answer's no.

  • Related