Searched refs:stopwords_dir (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-fts/
H A Dfts-filter-stopwords.c22 const char *stopwords_dir; member in struct:fts_filter_stopwords
34 filter->stopwords_dir, filter->lang->name);
83 if (strcmp(key, "stopwords_dir") == 0) {
98 sp->stopwords_dir = p_strdup(pp, dir);
100 sp->stopwords_dir = DATADIR"/stopwords";

Completed in 9 milliseconds