Class | Description |
---|---|
![]() |
The lucene purge message class. This class allows you to remove all |
![]() |
The SearchEngine utility message class. Used for special SearchEngine operations. |
Function to make a backup of the SearchEngine index. This would commonly be used after a batch of items have been successfully optimized (which indicates a sound index).
Function to acquire the SearchEngine index codument count. This is similar to the healthcheck function, since it uses the same utility command, but it just returns the numeric result that the command goes and acquires as part of testing whether the server is alive.
Function to check the SearchEngine index for 'health'. This determines that the search engine server is alive, and can access the number of documents in its index (which is what it goes and does).
Function to optimize the SearchEngine index. This would commonly be used after a batch of items have been indexed.
Function to purge the SearchEngine index of all indexes to documents. Yes, I'll repeat that - it DELETES ALL DOCUMENTS FROM THE INDEX, permanently, finito, shazam, ba-boom, as in "Omigod did I *really* mean to do that!?".
I guess I don't have to warn you to be careful with this, do I?
Documentation generated by phpDocumentor 1.3.0RC3