Re: Include Lists for Text Search

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: Include Lists for Text Search
Date: 2008-03-10 16:01:46
Message-ID: 47D55B6A.8080002@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-03-10 16:08:35 Re: CopyReadLineText optimization
Previous Message Tom Lane 2008-03-10 15:39:46 Re: Need -fwrapv or -fno-strict-overflow for gcc-4.3

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2008-03-10 16:08:35 Re: CopyReadLineText optimization
Previous Message Teodor Sigaev 2008-03-10 15:21:03 Re: [PATCHES] Include Lists for Text Search