Janos SUTO <s...@acts.hu>
> The kill-list should work with manticore, too.
but I don't know how to get rid of the error message "kill-list not
empty but no killlist_target specified" without dropping the empty
records. I think there are some reasons that pilerpurge.py leaves
these empty records?
> However, you are not forced to switch to RT index, feel free to use
> the usual main-delta-deltadelta indexing scheme. I personally believe
> that an RT index has some benefits, eg. new emails are immediately
> visible on the gui, no need to run indexer periodically. No need to
> watch if the index data files grow too large causing searchd a headache.
> Also less i/o requirements when merging the dailydelta to the main
> index.
Thanks a lot for the detailed explanation. I tried to use RT according
to the document at
https://www.mailpiler.org/wiki/current:manticore and
https://docs.mailpiler.com/piler-ee/migrate-sphinx-to-manticore/
but I am not sure about the correct reindex procedure. I just "rm -f
/var/piler/manticore/*" and "reindex -a"
I also remove four crontab jobs below(the script recommend in the
document only remove two of them):
5,35 * * * * piler /usr/libexec/piler/indexer.delta.sh
30 2 * * * piler /usr/libexec/piler/indexer.main.sh
*/15 * * * * piler /usr/bin/indexer --config /etc/piler/manticore.conf
--quiet tag1 --rotate
*/15 * * * * piler /usr/bin/indexer --config /etc/piler/manticore.conf
--quiet note1 --rotate
After these the archive system seems to work and GUI search is
working. But CJK support is broken. I can not search mails with CJK
characters.
CJK support is fine if I don't use "RT". Is there some other config I
should modify?
Regards,
tbskyd