Dear all,
I am using elasticsearch-0.90.5.
When i run this server using following line, /bin/elasticsearch -f
It creates "data" folder in elasticsearch folder.
i.e, data/elasticsearch/nodes/0/indices
and creates index in indices folder.
When i setup same elastic server on different ip machine and run that
elasticsearch server, all index folder automatically gets copied to indices
folder in data.
That fine.
But when i wanted to delete particular index i used following line,
curl -X DELETE 'http://localhost:9200/admin' (admin is the index)
But sometimes it gives me problem while deleting this index. So i prefer to
remove index folder from indices folder.
Now my question is that,
When i run the server again on any machine, same index folder which was
deleted earlier get copied to data folder of other ip machine.
It seems that the folder is getting cache.
How many hours cache exist on the server ?
How i can manually delete the index folder.
Any suggestion is very much appreciated.
Thanks,
Vallabh
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.