doris4.1.3版本使用SEARCH函数报错?是什么原因?

Viewed 4

SELECT * FROM user_behavior WHERE SEARCH('city:ALL(北京 合肥)');
查看索引
SHOW INDEX FROM user_behavior;
image.png
报错信息:
1105 - errCode = 2, detailMessage = (192.168.12.12)[INTERNAL_ERROR]SearchExpr should not be executed without inverted index

0 Answers