I have an inverted index over certain columns of a table as follows:
index keyword_ft using fulltext(title, content, transcript['text']) with (analyzer = 'english'),
Can I access this inverted index to learn how many times each word has been seen so far?