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
ArcadeDB Server v23.12.1 (build df4e3d5/1704296563159/main)
OS and JDK Version:
Linux 5.10.0-26-amd64 - OpenJDK 64-Bit Server VM 11.0.21 (Temurin-11.0.21+9)
Expected behavior
No errors when inserting new records to a type that has a full text index containing multiple fields.
Actual behavior
For the most part this works as expected, however now and again we find when inserting to a document type we starting receiving ArrayIndexOutOfBoundsException errors.
We then drop and create the full text index which resolves the error.
I don't seem to get the same issue with full text indexes with a single property however because it feels quite random it might be that I haven't come across it yet.
Steps to reproduce
I have not yet found a way to consistently reproduce the issue, I will keep trying though.
ArcadeDB Version:
ArcadeDB Server v23.12.1 (build df4e3d5/1704296563159/main)
OS and JDK Version:
Linux 5.10.0-26-amd64 - OpenJDK 64-Bit Server VM 11.0.21 (Temurin-11.0.21+9)
Expected behavior
No errors when inserting new records to a type that has a full text index containing multiple fields.
Actual behavior
For the most part this works as expected, however now and again we find when inserting to a document type we starting receiving
ArrayIndexOutOfBoundsExceptionerrors.We then drop and create the full text index which resolves the error.
I don't seem to get the same issue with full text indexes with a single property however because it feels quite random it might be that I haven't come across it yet.
Steps to reproduce
I have not yet found a way to consistently reproduce the issue, I will keep trying though.