]> granicus.if.org Git - postgresql/commit
Add an Accept parameter to "simple" dictionaries. The default of true
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Nov 2007 18:36:37 +0000 (18:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Nov 2007 18:36:37 +0000 (18:36 +0000)
commitca450a07eeee7b5a52336796edddce31c5f87ccd
tree7abbed0a93382fa95595dcb9b693e49e80640214
parenta44c81d1b7936605afe9c15521499fa106a1aecc
Add an Accept parameter to "simple" dictionaries.  The default of true
gives the old behavior; selecting false allows the dictionary to be used
as a filter ahead of other dictionaries, because it will pass on rather
than accept words that aren't in its stopword list.
Jan Urbanski
doc/src/sgml/textsearch.sgml
src/backend/tsearch/dict_simple.c