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

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

Completed in 20 milliseconds