Is there any command line tool Or CURL for indexing in XenES?

sajal

Active member
We are using XF 1.5. We've around 10+ million records on one site and 5+ million on other site, and I'm not able to do a complete indexing of all the records using XenES.

The indexing breaks in between a lot of times, and once it's completed, I could only see around 30% records indexed at AWS Elastic server.

Any way to debug this, is there any command line tool we could use to index so many records instead of web based interface, so it doesn't break in browser? Since, we're using CloudFlare it's breaking a lot of times, and we have to continue indexing by clicking on the "run-deferred" link.
 
Last edited:
in XF 2 there is a command line command to rebuild search

php cmd.php xf-rebuild:search (from your public_html directory)

I presume it works with ES.
 
Top Bottom