I have a simple table Content(id, text), the text column is of type TEXT with the TEXT ANALYSIS feature enabled with the EXTRACTION_CORE_PUBLIC_SECTOR configuration, the updates on the TA_TABLE are ASYNC.
The problem is that some of the rows inserted in the table are not processed, for exemple analysis results from rows with text such as "I found a patch of sun " or "Hacker News API" are not present in the Ta_table even after several minutes.
It seems that the problem is caused by something in the text but I cannot figure out what since there is no recurrent indication regarding the text content.
Why is this happening?