-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "canasta elasticsearch index" command #41
Comments
That is correct. Maybe add a |
Here are a few commands I use to check the health of ES; not sure if it's helpful, maybe could be incorporated into the new command:
or
Gives you some basic info on the cluster/shards and a green/yellow/red health status. For reference, the index command should print out the script results. I think this is your intent: i.e.:
|
Couldn't find a |
Yes, it's --startOver |
@jeffw16 |
@chl178 Assigned |
It would be good to have a "canasta elasticsearch index" command. This would, of course, only be usable if Elasticsearch and the CirrusSearch extension are installed. I'm told the set of actual commands it should call is:
maintenance/UpdateSearchIndexConfig.php
maintenance/ForceSearchIndex.php --skipLinks --indexOnSkip
maintenance/ForceSearchIndex.php --skipParse
...all within the CirrusSearch/ directory. I don't know if that's correct, but it seems like a good starting point.
Potentially there could be other "elasticsearch" sub-commands that it would be useful to have in the future.
The text was updated successfully, but these errors were encountered: