I have a question regarding the _ttl setting. Say that I have an index
where I've specified the default time to live as "2 days". Now am I
able to affect an already stored object's _ttl setting by updating/
reindex the object to the same index and specify, say, "_ttl = 10d"?
I have a question regarding the _ttl setting. Say that I have an index
where I've specified the default time to live as "2 days". Now am I
able to affect an already stored object's _ttl setting by updating/
reindex the object to the same index and specify, say, "_ttl = 10d"?
yes you can update a document to change itsTTLusing the update API
using ctx._ttl
have a look herehttp://www.elasticsearch.org/guide/reference/api/update.htmlfor more
information.
I have a question regarding the _ttl setting. Say that I have an index
where I've specified the default time to live as "2 days". Now am I
able to affect an already stored object's _ttl setting by updating/
reindex the object to the same index and specify, say, "_ttl = 10d"?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.