search for: index_fil

Displaying 13 results from an estimated 13 matches for "index_fil".

Did you mean: index_file
2014 Dec 13
2
omega and "text/x-mail" support
...pport to omega. I'm using mhonarc to export mail to HTML format and I'm using HTML parse to index mail content (largely inspired by "application/vnd.ms-outlook" format). The problem is that files attached to the mail are not indexing at all. I think it's not possible in "index_file" function to index 2 files as one document. I can't find easily solution for my problem. I think I must spit this function to separate document's creation and file indexing. Any other suggesting? Regards, -- Emmanuel Garette Ing?nieur logiciels libres Cadoles (http://www.cadoles...
2017 Apr 20
2
Question about the ticket #743 omindex: delay libmagic checks
...n call the stat, so we can check the size by call the stat to get size before call libmagic to get a mime type. But how about the timestamps check? since timestamps check need to iterate the DB to check if the file has been indexed and hasn't changed(in `index_check_existing` function in omega\index_file.cc), so it is expensive too. Should we call the libmagic before or after the timestamps, or do we have another way to check the timestamps? What's more, how should we write tests to prove the omindex works correctly, to generate some practical directories and use omindex to index it then chec...
2015 Aug 17
1
multiple messages per second to a single mailbox
...pdates that are slowing things down. Depending on your needs or how you use this folder (it sounds automated to me), you may not need the indexes on disk at all. If you set the indexes to RAM, it may help. mail_location = maildir:~/Maildir:INDEX=MEMORY as per http://wiki2.dovecot.org/MailLocation#Index_files If indexes in RAM isn't an option, maybe just put them on a separate spindle / SSD would help. Please note I'm shooting from the hip with this advice, I don't have a system that pushes dovecot that hard. Greg -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJV0e/oAAo...
2011 Oct 18
2
patch proposal: omindex library or daemon
...need format conversion, I'd like to propose a patch for one of... Omindex library (thread safe): Omindex::init(options) // struct Omindex::options { ... } initialize mime_map, store default options session = new Omindex::Session(db_pathname) user threads use different sessions session.index_files(list, options) // list & return value are vector of { char * url, * file_path, * file_ext } perform a transaction for all files in list; create & return skip_list session.index_directory(url, dir_name, options) perform a transaction for all files in a directory tree; return skip_l...
2017 Dec 06
0
Disabling index files?
> On 5 Dec 2017, at 15:32, Gregory Finch <gfinch at ldmltd.ca> wrote: >> >> How do I disable the index files, please? >> ? >> > > from https://wiki2.dovecot.org/MailLocation#Index_files > > add :INDEX=MEMORY to your mail_location line, ie: > > mail_location = maildir:~/Maildir:INDEX=MEMORY Many thanks! That works perfectly. Stroller.
2005 Feb 10
1
WAS: Strategy for a stable IAXy NOW: IAXy vs old P-3
John Novack wrote: >And the only IAX2 box made is the Digium one, with it's current shortcomings ? >From reading through the archives, it seems there is currently no way to reset to factory default, no >written MAC address on an individual box, and some other instabilities requiring frequent resets. Yeah, there's the rub. Dunno if it's worth it, I'm willing to give it
2013 Mar 06
0
new package: cec2013 (v0.1-4)
...eproducible way. The original C code was provided by Jane Jing Liang, while GNU/Linux comments were made by Janez Brest. This package was gently authorised for publication on CRAN by Ponnuthurai Nagaratnam Suganthan. The official documentation is available at: http://www.ntu.edu.sg/home/EPNSugan/index_files/CEC2013/CEC2013.htm cec2013 is already available on CRAN: http://cran.r-project.org/web/packages/cec2013/ you can install it from the R console with: > install.packages("cec2013") For any comment or contact for collaboration do not hesitate to contact the authors (in English...
2013 Mar 06
0
new package: cec2013 (v0.1-4)
...eproducible way. The original C code was provided by Jane Jing Liang, while GNU/Linux comments were made by Janez Brest. This package was gently authorised for publication on CRAN by Ponnuthurai Nagaratnam Suganthan. The official documentation is available at: http://www.ntu.edu.sg/home/EPNSugan/index_files/CEC2013/CEC2013.htm cec2013 is already available on CRAN: http://cran.r-project.org/web/packages/cec2013/ you can install it from the R console with: > install.packages("cec2013") For any comment or contact for collaboration do not hesitate to contact the authors (in English...
2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
...t size before call > > libmagic to get a mime type. > > Yes. > > > But how about the timestamps check? since timestamps check need to > iterate > > the DB to check if the file has been indexed and hasn't changed(in > > `index_check_existing` function in omega\index_file.cc), so it is > expensive > > too. Should we call the libmagic before or after the timestamps, or do we > > have another way to check the timestamps? > > We also have an upper bound on the newest timestamp in the database at the > start of the run, so we can often avoid thi...
2015 Aug 12
2
multiple messages per second to a single mailbox
On Aug 12, 2015, at 11:58 AM, Daniel Tr?der <troeder at univention.de> wrote: > On 08/12/2015 17:19, Chad M Stewart wrote: >> What I'm seeing is very high load on the system (40) and queues building on the Postfix side. > High load means, that there are a lot of processes waiting to run. The > most likely cause for this is not CPU consumption, but I/O wait. > >
2016 Sep 22
2
issues compiling omega
...o-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogic al-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -I/home/John/xapian-core-1.4.0/include -g -O2 -std=gnu++11 -o .libs/omindex.exe omindex.o myhtmlparse.o htmlparse.o index_file.o mime.o common/getopt.o commonhe lp.o utils.o hashterm.o loadfile.o md5.o md5wrap.o xmlparse.o metaxmlparse.o utf 8convert.o sample.o diritor.o runfilter.o freemem.o common/msvc_dirent.o xpsxmlp arse.o common/str.o pkglibbindir.o svgparse.o tmpdir.o urlencode.o atomparse.o x lsxparse.o opendocpar...
2014 Nov 07
1
mail location change generates various errors
I have a sendmail/dovecot imap/pop3 system that has been running with the following mail_location: mail_location = mbox:/var/empty:INBOX=/var/spool/mail/%u:INDEX=/var/indexes/%u In order to reduce errors and simplify operation I removed imap and am now only responding to pop3. I'd like to also simplify the mail_location to get rid of index errors since I don't need indexes:
2004 Dec 13
6
Pitching Asterisk
The company I work for is looking at vendors for a PBX, one of the requirements is VoIP. I have been sitting there listening to people pitch very proprietary implementations of VoIP where you are locked in to their hardware, their interface... I know a little bit about asterisk (set up a couple offices with it... run it at home...) and would like to pitch it to this company. Does someone have a