Re: really thanks,Teodor Sigaev. HOW ts2 implment that

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: really thanks,Teodor Sigaev. HOW ts2 implment that
Дата
Msg-id 4354E213.3080304@sigaev.ru
обсуждение исходный текст
Ответ на really thanks,Teodor Sigaev. HOW ts2 implment that ?  ("沈一枫" <alphahunters@163.com>)
Список pgsql-general
> I know the LUCENE " inverted index " is just like follows:
>
>
>
> keyword   doc_id[frequence]   location
> guangzhou 1[2]               3,6
> he       2[1]               1
> i         1[1]               4
> live      1[2],2[1]           2,5,2
> shanghai  2[1]               3

Yes

> so ,before I  thought that A node In GiST tree is very like the above :
>
> In the tree's node , it has several value for storing its's
>
> turple_id[frequence]   location ,and that is why I thoutht the "
> BUT now , I'm lost again ,how does Gist tree store lexem and how to find
> his correspoding tuples in database( including  frequence   location)?

Tsearch2 use "direct" index: each leaf tuple in tree represent document,
internal tuples represents union of documents.


--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

В списке pgsql-general по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Serializable isolation level
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Serializable isolation level