[Answer]-Elasticsearch/haystack not persisting across server restarts

1👍

In case you didn’t index a lot of data, elasticsearch possibly didn’t write the data onto disk. Try to ‘_flush’ the data before restarting.

In the following document ‘_flush’ is nicely described:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-flush.html

Leave a comment