Add an Accept parameter to "simple" dictionaries. The default of true

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ca450a07eeee7b5a52336796edddce31c5f87ccd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-11-14T18:36:37Z
Releases: 8.3.0
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

Files

PathChange+/−
doc/src/sgml/textsearch.sgml modified +34 −3
src/backend/tsearch/dict_simple.c modified +33 −6