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
function deleteAllIndices() does not work. It does not delete all the indices
function clearJSONMapping() is actually parsing out the indices, and delete the indices. The naming is confusing as it seems like it is only clearing some JSON mapping.
The text was updated successfully, but these errors were encountered:
What is the bug?
deleteAllIndices()
does not work. It does not delete all the indicesclearJSONMapping()
is actually parsing out the indices, and delete the indices. The naming is confusing as it seems like it is only clearing some JSON mapping.The text was updated successfully, but these errors were encountered: