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

/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc61 struct lucene_index { struct
84 struct lucene_index *index;
107 static void lucene_handle_error(struct lucene_index *index, CLuceneError &err,
109 static void rescan_clear_unseen_mailboxes(struct lucene_index *index,
112 struct lucene_index *lucene_index_init(const char *path,
116 struct lucene_index *index;
118 index = i_new(struct lucene_index, 1);
153 void lucene_index_close(struct lucene_index *index)
176 void lucene_index_deinit(struct lucene_index *index)
199 static void lucene_data_translate(struct lucene_index *inde
[all...]

Completed in 119 milliseconds