search for: fheader

Displaying 10 results from an estimated 10 matches for "fheader".

Did you mean: header
2019 Jan 07
1
Solr -> Xapian ?
...e the latest) (the code of existing plugins is unclear about this, Solr looks for the greatest for insance) > > Q2 : WHen Indexing an email, the data is not passed by "build_key". Why so ? What is the link with "build_more" ? > > Q3 : Searching/Lookup : THe fheader in which to llok for (must be a least among "cc, to, from, subject, body") is 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 th...
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 ?
...From) - build_more("tss at iki.fi") - build_key(type=hdr, hdr_name=Subject) - build_more("Re: Solr -> Xapian ?") - build_key(type=body_part) - build_more("message body piece") - build_more("message body piece2") ... > Q3 : Searching/Lookup : THe fheader in which to llok for (must be a least among "cc, to, from, subject, body") is not appearing in the 'struct' data. WHere to find it ? lookup() gets struct mail_search_arg *args, which contains the entire IMAP SEARCH query. This could be used for more or less complex query builders...
2019 Jan 11
2
Solr -> Xapian ?
...at iki.fi") > - build_key(type=hdr, hdr_name=Subject) > - build_more("Re: Solr -> Xapian ?") > - build_key(type=body_part) > - build_more("message body piece") > - build_more("message body piece2") > ... > > Q3 : Searching/Lookup : THe fheader in which to llok for (must be a least among "cc, to, from, subject, body") is not appearing in the 'struct' data. WHere to find it ? > lookup() gets struct mail_search_arg *args, which contains the entire IMAP SEARCH query. This could be used for more or less complex query bui...
2019 Jan 07
0
Solr -> Xapian ?
...est value (which may not be the latest) (the code of existing plugins is unclear about this, Solr looks for the greatest for insance) Q2 : WHen Indexing an email, the data is not passed by "build_key". Why so ? What is the link with "build_more" ? Q3 : Searching/Lookup : THe fheader in which to llok for (must be a least among "cc, to, from, subject, body") is 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 ?...
2019 Jan 11
2
Solr -> Xapian ?
...iv> <div> - build_more("message body piece") </div> <div> - build_more("message body piece2") </div> <div> ... </div> <div> <br> </div> <div> Q3 : Searching/Lookup : THe fheader in which to llok for (must be a </div> <div> least among "cc, to, from, subject, body") is not appearing in the </div> <div> 'struct' data. WHere to find it ? </div> <div> lookup() gets struct mail_search_arg *args,...
2019 Jan 09
0
Solr -> Xapian ?
...iki.fi") > - build_key(type=hdr, hdr_name=Subject) > - build_more("Re: Solr -> Xapian ?") > - build_key(type=body_part) > - build_more("message body piece") > - build_more("message body piece2") > ... > >> Q3 : Searching/Lookup : THe fheader in which to llok for (must be a least among "cc, to, from, subject, body") is not appearing in the 'struct' data. WHere to find it ? > > lookup() gets struct mail_search_arg *args, which contains the entire IMAP SEARCH query. This could be used for more or less complex quer...
2019 Jan 11
0
Solr -> Xapian ?
...name=From) - build_more("tss at iki.fi") - build_key(type=hdr, hdr_name=Subject) - build_more("Re: Solr -> Xapian ?") - build_key(type=body_part) - build_more("message body piece") - build_more("message body piece2") ... Q3 : Searching/Lookup : THe fheader in which to llok for (must be a least among "cc, to, from, subject, body") is not appearing in the 'struct' data. WHere to find it ? lookup() gets struct mail_search_arg *args, which contains the entire IMAP SEARCH query. This could be used for more or less complex query builders....
2019 Jan 11
0
Solr -> Xapian ?
...(type=hdr, hdr_name=Subject) >> - build_more("Re: Solr -> Xapian ?") >> - build_key(type=body_part) >> - build_more("message body piece") >> - build_more("message body piece2") >> ... >> >> Q3 : Searching/Lookup : THe fheader in which to llok for (must be a >> least among "cc, to, from, subject, body") is not appearing in the >> 'struct' data. WHere to find it ? >> lookup() gets struct mail_search_arg *args, which contains the entire >> IMAP SEARCH query. This could be used...
2019 Jan 11
4
Solr -> Xapian ?
....fi") > - build_key(type=hdr, hdr_name=Subject) > - build_more("Re: Solr -> Xapian ?") > - build_key(type=body_part) > - build_more("message body piece") > - build_more("message body piece2") > ... > > Q3 : Searching/Lookup : THe fheader in which to llok for (must be a > least among "cc, to, from, subject, body") is not appearing in the > 'struct' data. WHere to find it ? > lookup() gets struct mail_search_arg *args, which contains the entire > IMAP SEARCH query. This could be used for more or less...