Searched defs:cur_analyzer (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc75 Analyzer *default_analyzer, *cur_analyzer; member in struct:lucene_index
548 analyzer = index->cur_analyzer != NULL ?
549 index->cur_analyzer : index->default_analyzer;
559 index->cur_analyzer = NULL;
618 if (index->cur_analyzer == NULL && !index->set.use_libfts)
619 index->cur_analyzer = guess_analyzer(index, data, size);

Completed in 349 milliseconds