: Following query posts a document and sets "expire_at_dt" explicitly. That
: is working perfectly ok and ducument expires at defined time.

so the delete trigge logic is working correctly...

: But when trying to post with TTL (following query), document does not
: expire after given time.

...which suggests that the TTL->expire_at logic is not being applied 
properly.  

which is weird.

since your time_to_live_s and expire_at_dt fields are both 
stored, can you confirm that a expire_at_dt field is getting popularted by 
the update processor by doing as simple query for your doc (ie 
q=id:10seconds)

(either way: i can't explain why it's not getting deleted, but it would 
help narrow down where the problem is)


-Hoss
http://www.lucidworks.com/

Reply via email to