Re: [GENERAL] GIN : Working with term positions

2011-10-27 Thread Cédric Villemain
2011/10/26 Yoann Moreau : > On 21/10/11 12:23, Yoann Moreau wrote: >> >> Hello, >> I'm using a GIN index for a text column on a big table. I use it to rank >> the rows, but I also need to get the term positions for each document of a >> subset of documents. I assume these positions are stored in th

Re: [GENERAL] GIN : Working with term positions

2011-10-26 Thread Yoann Moreau
On 21/10/11 12:23, Yoann Moreau wrote: Hello, I'm using a GIN index for a text column on a big table. I use it to rank the rows, but I also need to get the term positions for each document of a subset of documents. I assume these positions are stored in the index, because doc says positions ca

[GENERAL] GIN : Working with term positions

2011-10-21 Thread Yoann Moreau
Hello, I'm using a GIN index for a text column on a big table. I use it to rank the rows, but I also need to get the term positions for each document of a subset of documents. I assume these positions are stored in the index, because doc says positions can be used for cover density ranking and