From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Include Lists for Text Search |
Date: | 2007-09-10 10:50:42 |
Message-ID: | 1189421442.4281.195.camel@ebony.site |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
It seems possible to write your own functions to support various
possibilities with text search.
One of the more common thoughts is to have a list of words that you
would like to include, i.e. the opposite of a stop word list.
There are clear indications that indexing too many words is a problem
for both GIN and GIST. If people already know what they'll be looking
for and what they will never be looking for, it seems easier to supply
that list up front, rather than hide it behind lots of hand-crafted
code.
Can we include that functionality now?
--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2007-09-10 10:50:53 | Re: A Silly Idea for Vertically-Oriented Databases |
Previous Message | Jens-Wolfhard Schicke | 2007-09-10 08:56:52 | Re: Hash index todo list item |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2007-09-10 11:17:53 | Re: HOT patch - version 15 |
Previous Message | Pavan Deolasee | 2007-09-10 09:57:05 | Re: HOT patch - version 15 |