开发者

Wildcard query expansion resulted in too many terms

开发者 https://www.devze.com 2022-12-25 11:02 出处:网络
I am receiving a \"wildcard query expansion resulted in too many terms\" error when executing a query similar to the following:

I am receiving a "wildcard query expansion resulted in too many terms" error when executing a query similar to the following:

SELECT *
  FROM table_a
 WHERE contains(clo开发者_如何学JAVAb_field, '%a%') > 0;

Does anyone know a workaround/solution to this problem?


According to this, you may need to increase the wildcard_maxterms parameter, or take further steps. See the link for details (I'm not an expert in Oracle Text though).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号