tomwalder / php-appengine-search

Native Full Text Search for PHP on Google App Engine
Apache License 2.0
24 stars 4 forks source link

Support for index schema deletion #15

Open devsterj opened 5 years ago

devsterj commented 5 years ago

Hi,

I noticed that if I delete all the documents of an index, the index is still listed in the App Engine Search -page. The official GAE docs include a python example for deleting an index using the delete_schema() method as the final step.

Is there a delete_schema() equivalent somewhere in the php-appengine-search code?

Thanks for the help!