bulolo commented on issue #22400:
URL: https://github.com/apache/doris/issues/22400#issuecomment-1826818776
还有更奇怪的
CREATE CATALOG es PROPERTIES (
"type"="es",
"hosts"="http://ip:9200",
);
esquery查询语句
select * from test where esquery(k4, '{
"match_phrase": {
"k4": "doris on es"
}
}');
报错:
[CANCELLED][NOT_IMPLEMENTED_ERROR]esquery only supported on es table
文档内不是支持 扩展的 esquery?
https://doris.apache.org/zh-CN/docs/lakehouse/multi-catalog/es/#%E6%89%A9%E5%B1%95%E7%9A%84-esqueryfield-querydsl
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]