Re: [HACKERS] Include Lists for Text Search - Mailing list pgsql-patches

From Teodor Sigaev
Subject Re: [HACKERS] Include Lists for Text Search
Date
Msg-id 47D55B6A.8080002@sigaev.ru
Whole thread Raw
In response to Re: [HACKERS] Include Lists for Text Search  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-patches
> Right now I see an significant advantage of such layer: two possible
> extension of dictionary  (filtering and storing original form) are

One more extension: drop too long words. For example, decrease limit of max
length of word to prevent long to be indexed - word with 100 characters is
suspiciously long for human input.

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

pgsql-patches by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: [HACKERS] Include Lists for Text Search
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: CopyReadLineText optimization