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

/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc1213 Query *q2 = lucene_get_query(index, _T("body"), arg); local
1215 if (q1 == NULL && q2 == NULL)
1221 if (q2 != NULL)
1222 bq->add(q2, true, BooleanClause::SHOULD);

Completed in 999 milliseconds