Refreshing TTL without reindexation

Hi,

I was wondering if there any way to update records TTL without reindexing
them? Knowing how lucene works rewriting whole record seems to be a
performance hit.

--

Hi,

you can update the TTL of an indexed document by using the update API which
under the hood reindex the whole document which of course comes with an
overhead.

On Tuesday, January 15, 2013 9:19:59 PM UTC+1, Rzulf wrote:

Hi,

I was wondering if there any way to update records TTL without reindexing
them? Knowing how lucene works rewriting whole record seems to be a
performance hit.

--