Rotating sphinx index file

Issue #265 resolved
Crzaccount created an issue

Hi ..

I am going to change the index main1 to main2. i did the following steps to change the index.

In config.php file.

    +   $config['SPHINX_MAIN_INDEX'] = 'dailydelta1,main2,main1';

In cron entry.

   /usr/bin/indexer --quiet delta1 --rotate && sleep 2 && /usr/bin/indexer --quiet --merge main2 delta1 --merge-dst-range deleted 0 0 --rotate

And sphinx.conf file having the entries for main2. just as for main1.

The issue is after ran the indexer ... mail shown in auditor account. But it is not showing the header detail for the mail. Kindly guide me how to Rotating sphinx index file.

Comments (3)

  1. Janos SUTO repo owner

    Do you mean that the header info is shown in the lower preview pane? Can you see the message content?

  2. Log in to comment