### ArcadeDB Version: ArcadeDB Server v23.12.1 (build df4e3d56e9063a245b46bca14001e393dc7f8001/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.