What is a clean way to delete all documents in a Vespa index and leave everything else as it is?
Please share API or Vespa CLI option, if it exists.
I want to empty the index, all docs at once.
I found this command: $ vespa document -v remove id:news:news::1
but this is for deleting individual docs.