You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a page that gets from an API source elasticsearch results. I want to be able, when I re-run the elasticsearch mapping, to show them a "This mapping is currently being rewritten" message or something similar.
are the stats returned what u want ?
Have a look at all documentations on Indices Stats
Another interesting endpoint is Indices Recovery which I'm not sure it could be a good fit for you, maybe have a look at that but at the moment is not yet implemented into Elastica.
@elshobokshy if u have a look into the PR merged #1537 u can view the test which uses the getRecovery() method. For the informations it returns please refer to the documentation
I have a page that gets from an API source elasticsearch results. I want to be able, when I re-run the elasticsearch mapping, to show them a "This mapping is currently being rewritten" message or something similar.
I know in Elastica the only way to access such information is through the client class. http://elastica.io/api/latest/classes/Elastica.Client.html
But I can't find a way to get the information I'm looking for, that of knowing if a certain type is currently being filled.
Any idea if this is possible?
The text was updated successfully, but these errors were encountered: