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

/dovecot/src/indexer/
H A Dindexer-queue.h16 /* optimize this mailbox */
17 bool optimize:1; member in struct:indexer_request
H A Dworker-connection.c227 i_assert(request->index || request->optimize);
250 if (request->optimize)
H A Dindexer-queue.c155 request->optimize = TRUE;
/dovecot/src/plugins/fts/
H A Dfts-api-private.h40 int (*optimize)(struct fts_backend *backend); member in struct:fts_backend_vfuncs
H A Dfts-api.c248 return backend->v.optimize == NULL ? 0 :
249 backend->v.optimize(backend);
H A Dfts-storage.c720 bool optimize; local
723 optimize = (ctx->flags & (MAILBOX_SYNC_FLAG_FORCE_RESYNC |
729 if (optimize) {
732 mailbox_set_critical(box, "FTS optimize failed");
/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc1043 writer->optimize();
1045 lucene_handle_error(index, err, "IndexWriter::optimize()");

Completed in 22 milliseconds