You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to execute some query like DEFINE INDEX.. or DEFINE ANALYZER.. the execution never ends and the application stays
locked waiting for the end. But other queries like SELECT, UPDATE, DELETE... work fine.
Obs: The DEFINE execution never ends, and the change do not reflet on data base.
When i try to execute some query like
DEFINE INDEX..
orDEFINE ANALYZER..
the execution never ends and the application stayslocked waiting for the end. But other queries like
SELECT
,UPDATE
,DELETE...
work fine.Obs: The
DEFINE
execution never ends, and the change do not reflet on data base.Connection:
Query method:
Query:
DEFINE ANALYZER simplePt TOKENIZERS blank, class, punct FILTERS snowball(Portuguese), edgengram(1,3);
App log:
The text was updated successfully, but these errors were encountered: