Refreshing TTL

Is there any way to update records TTL without reindexing them?

--

On Tue, 2013-01-15 at 12:16 -0800, Rzulf wrote:

Is there any way to update records TTL without reindexing them?

You can use the update API (assuming your _source field is enabled) but
that essentially just does a reindex of the doc

clint

--

That's the point. I use ES to backup another ES. I had a concept that I can
copy all documents from production instance and then only refresh documents
in backup if they still exist in production.

The problem is that I haven't found any reliable concept for backing up ES
so using ES to backup ES is the most safe, imho. Therefore i think such
feature would be nice if I was able to set OpType.RefreshTTL or something
like this when performing backup.

W dniu środa, 16 stycznia 2013 10:41:33 UTC+1 użytkownik Clinton Gormley
napisał:

On Tue, 2013-01-15 at 12:16 -0800, Rzulf wrote:

Is there any way to update records TTL without reindexing them?

You can use the update API (assuming your _source field is enabled) but
that essentially just does a reindex of the doc

clint

--