search for: stepham

Displaying 9 results from an estimated 9 matches for "stepham".

Did you mean: stephan
2019 Jan 06
2
Solr -> Xapian ?
...atest changes from lookups. ?? Returns 0 if ok, -1 if error. */ int fts_backend_refresh(struct fts_backend *backend); /* Go through the entire index and make sure all mails are indexed, ?? and delete any extra mails in the index. */ int fts_backend_rescan(struct fts_backend *backend); Regards, Stepham > > > On January 5, 2019 14:23:10 Joan Moreau via dovecot > <dovecot at dovecot.org> wrote: > >> Thank Stephan >> >> I basically need to know the role/description of each of the >> functions of the fts_backend: >> >> >> struct fts_b...
2019 Jan 06
2
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 06
2
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 06
0
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 06
0
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 06
0
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 07
0
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 06
3
Solr -> Xapian ?
...urns 0 if ok, -1 if error. */ > int fts_backend_refresh(struct fts_backend *backend); > /* Go through the entire index and make sure all mails are indexed, > and delete any extra mails in the index. */ > int fts_backend_rescan(struct fts_backend *backend); > > Regards, > > Stepham > > On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Thank Stephan > > I basically need to know the role/description of each of the functions of the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = &quot...
2019 Jan 05
2
Solr -> Xapian ?
Anyone willing to explain those functions ? On January 5, 2019 14:23:10 Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > Thank Stephan > I basically need to know the role/description of each of the functions of > the fts_backend: > > struct fts_backend fts_backend_xapian = { > .name = "xapian", > .flags = FTS_BACKEND_FLAG_NORMALIZE_INPUT, -> what