Hello,
debian and ubuntu have a daily cron job to run indexer --all every day.
Unfortunately this ruins the index files piler relies on.
To fix it do the following:
1. stop searchd
2. edit /etc/default/sphinxsearch, and set START="no"
3. Use the piler shipped init.d/rc.searchd script to start searchd.
Note that it starts it as user piler, so make sure /var/piler/sphinx
has proper ownership.
4. Reindex old emails. Chdir to /tmp and run reindex -a to reindex
all emails. After that older emails should appear.
Note that if you are just evaluating piler, then I strongly recommend
to use 0.1.24
It's just released.
Janos
On 2013-09-02 10:56, Thomas H. wrote:
Hi,
i have a problem with the search. Every time i search as auditor or
read only admin i get only the mails from the current day. If i use
the advanced search and a time period its the same.
system infos:
OPERATING SYSTEM:
Linux archive 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64
GNU/Linux
CUMULATIVE COUNTS
Oldest record
20 Aug 2013
Processed emails
73 (24 hours)
718 (1 week)
1201 (30 days)
I would like to tell you the piler-version but i dunno how to find
it out :-D.
Its the master branch from 20. August 2013.
Thank you in advance
Thomas