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)
commite7a8898376241967690e8fff619e9ba9e53974d7
treeac1608c1d8eaad99d4c54bdb281fca73db5c0529
parent89c843780b9915c610380188f9a88142c5fb5094
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