Displaying 10 results from an estimated 10 matches for "lokkup_multi".
2019 Jan 07
1
Solr -> Xapian ?
...ata. WHere to find it ?
>
> Q4 : Refresh : this is very unclear. How come there would not be the "latest" view on index. What is the real meaning of this function ?
>
> Q5 : Rescan : is it just a bout remonving all indexes for a specific mailbox ?
>
> Q6 : lokkup_multi : isn't the function the same for all plugnins (see below) ?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190107/0b94727a/attachment.html>
2019 Jan 06
3
Solr -> Xapian ?
and finally , for fts_backend_xxxx_lookup_multi, why is that backend
dependent ?
Would- nt the below function below be the same for any backend ?
Waiting fro your feedback on all those questions
Thank you
JM
-----------------
static int fts_backend_xapian_lookup_multi(struct fts_backend *_backend,
struct mailbox *const boxes[], struct mail_search_arg *args, enum
fts_lookup_flags flags,
2019 Jan 08
3
Solr -> Xapian ?
...his basically means reindexing all the mails since the first missing mail, even the mails that are already in the index.
fts-lucene implements this, but other FTS backends are lazy and simply rebuild all mails. Actually fts-solr is bad because it doesn't even delete the extra mails.
> Q6 : lokkup_multi : isn't the function the same for all plugnins (see below) ?
>> and finally , for fts_backend_xxxx_lookup_multi, why is that backend dependent ?
This function is called only when searching in virtual folders. So for example the virtual "All mails" folder, which would contain al...
2019 Jan 11
2
Solr -> Xapian ?
...eans reindexing all the mails since the first missing mail, even the mails that are already in the index.
>
> fts-lucene implements this, but other FTS backends are lazy and simply rebuild all mails. Actually fts-solr is bad because it doesn't even delete the extra mails.
>
> Q6 : lokkup_multi : isn't the function the same for all plugnins (see below) ? and finally , for fts_backend_xxxx_lookup_multi, why is that backend dependent ?
This function is called only when searching in virtual folders. So for
example the virtual "All mails" folder, which would contain all mails i...
2019 Jan 07
0
Solr -> Xapian ?
...not appearing in the
'struct' data. WHere to find it ?
Q4 : Refresh : this is very unclear. How come there would not be the
"latest" view on index. What is the real meaning of this function ?
Q5 : Rescan : is it just a bout remonving all indexes for a specific
mailbox ?
Q6 : lokkup_multi : isn't the function the same for all plugnins (see
below) ?
THank you
On 2019-01-06 16:50, Joan Moreau via dovecot wrote:
> and finally , for fts_backend_xxxx_lookup_multi, why is that backend dependent ?
>
> Would- nt the below function below be the same for any backend ?
>...
2019 Jan 11
2
Solr -> Xapian ?
...his, but other FTS backends are lazy and simply
</div>
<div>
rebuild all mails. Actually fts-solr is bad because it doesn't even
</div>
<div>
delete the extra mails.
</div>
<div>
<br>
</div>
<div>
Q6 : lokkup_multi : isn't the function the same for all plugnins (see
</div>
<div>
below) ?and finally , for fts_backend_xxxx_lookup_multi, why is that
</div>
<div>
backend dependent ?
</div>
<div>
This function is called only when searching in vi...
2019 Jan 09
0
Solr -> Xapian ?
...eans reindexing all the mails since the first missing mail, even the mails that are already in the index.
>
> fts-lucene implements this, but other FTS backends are lazy and simply rebuild all mails. Actually fts-solr is bad because it doesn't even delete the extra mails.
>
> Q6 : lokkup_multi : isn't the function the same for all plugnins (see below) ? and finally , for fts_backend_xxxx_lookup_multi, why is that backend dependent ?
This function is called only when searching in virtual folders. So for
example the virtual "All mails" folder, which would contain all mails i...
2019 Jan 11
0
Solr -> Xapian ?
...tly this basically means reindexing all the mails since the first
missing mail, even the mails that are already in the index.
fts-lucene implements this, but other FTS backends are lazy and simply
rebuild all mails. Actually fts-solr is bad because it doesn't even
delete the extra mails.
Q6 : lokkup_multi : isn't the function the same for all plugnins (see
below) ?and finally , for fts_backend_xxxx_lookup_multi, why is that
backend dependent ?
This function is called only when searching in virtual folders. So for
example the virtual "All mails" folder, which would contain all mails in...
2019 Jan 11
0
Solr -> Xapian ?
...gt;> missing mail, even the mails that are already in the index.
>>
>> fts-lucene implements this, but other FTS backends are lazy and simply
>> rebuild all mails. Actually fts-solr is bad because it doesn't even
>> delete the extra mails.
>>
>> Q6 : lokkup_multi : isn't the function the same for all plugnins (see
>> below) ?and finally , for fts_backend_xxxx_lookup_multi, why is that
>> backend dependent ?
>> This function is called only when searching in virtual folders. So for
>> example the virtual "All mails" f...
2019 Jan 11
4
Solr -> Xapian ?
...the mails since the first
> missing mail, even the mails that are already in the index.
>
> fts-lucene implements this, but other FTS backends are lazy and simply
> rebuild all mails. Actually fts-solr is bad because it doesn't even
> delete the extra mails.
>
> Q6 : lokkup_multi : isn't the function the same for all plugnins (see
> below) ?and finally , for fts_backend_xxxx_lookup_multi, why is that
> backend dependent ?
> This function is called only when searching in virtual folders. So for
> example the virtual "All mails" folder, which wou...