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

/dovecot/src/plugins/fts-lucene/
H A Dfts-lucene-plugin.h15 const char *textcat_conf, *textcat_dir; member in struct:fts_lucene_settings
H A Dfts-lucene-plugin.c26 } else if (strncmp(*tmp, "textcat_conf=", 13) == 0) {
27 set->textcat_conf = p_strdup(user->pool, *tmp + 13);
45 if (set->textcat_conf != NULL && set->textcat_dir == NULL) {
46 i_error("fts_lucene: textcat_conf set, but textcat_dir unset");
49 if (set->textcat_conf == NULL && set->textcat_dir != NULL) {
50 i_error("fts_lucene: textcat_dir set, but textcat_conf unset");
66 if (set->textcat_conf != NULL) {
H A Dlucene-wrapper.cc497 return special_textcat_Init(index->set.textcat_conf, textcat_dir);

Completed in 9 milliseconds