Skip to content

Commit

Permalink
Added a FIXME about stopwords (currently ignored).
Browse files Browse the repository at this point in the history
  • Loading branch information
tvondra committed Jan 3, 2012
1 parent 8a26048 commit ccd9ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README
Expand Up @@ -58,6 +58,7 @@ about how much memory is available. Use that to tweak the GUC.
The shared segment can contain several dictionaries at the same time,
the amount of memory is the only limit.


Using the dictionary
--------------------
Technically, the extension defines a 'shared_ispell' template that
Expand Down
3 changes: 2 additions & 1 deletion src/shared_ispell.c
Expand Up @@ -249,7 +249,8 @@ dispell_init(PG_FUNCTION_ARGS)
SharedNIImportAffixes(dict,
get_tsearch_config_filename(affFile, "affix"));

// readstoplist(stopFile, &stoplist, lowerstr);
/* FIXME use the stoplist */
/* readstoplist(stopFile, &stoplist, lowerstr); */

SharedNISortDictionary(dict);
SharedNISortAffixes(dict);
Expand Down

0 comments on commit ccd9ef0

Please sign in to comment.