# Set `search.elastic.host` and ran `./bin/search init` and `./bin/search index --all`.
# At this point. the search indexes exists in both MySQL //and// ElasticSearch.
# Removed an object with `./bin/remove destroy`.
# Queried `phabricator_search.search_document` for the removed PHID.
# Queried ElasticSearch with `curl -XGET http://elasticsearch:9200/phabricator/TASK/PHID-TASK-7uv6xhcexixtroqvssqw/`.