[sqlite] Sqlite FTS retrieve inverted index

2012-03-12 Thread Mario Annau
Hello, unfortunately I have already posted this question on stackoverflowhttp://stackoverflow.com/questions/9657016/get-inverted-index-from-sqlite-fts-table, hope that this mailing list is right address. After I have implemented a full text search function in my application using Sqlite and FTS

Re: [sqlite] Sqlite FTS retrieve inverted index

2012-03-12 Thread Alexey Pechnikov
See http://www.sqlite.org/draft/fts3.html#fts4aux 2012/3/13 Mario Annau mario.an...@gmail.com: Hello, unfortunately I have already posted this question on stackoverflowhttp://stackoverflow.com/questions/9657016/get-inverted-index-from-sqlite-fts-table, hope that this mailing list is right

Re: [sqlite] Sqlite FTS retrieve inverted index

2012-03-12 Thread Mario Annau
Hi Alexey, tha Am 12. März 2012 22:14 schrieb Alexey Pechnikov pechni...@mobigroup.ru: See http://www.sqlite.org/draft/fts3.html#fts4aux have already tried the fts4aux table. however, I would also need the number of occurrences of each term in each document. Therefore, like in the docs, not