> or since you specificly asked about delteing anything older
> then X days (in this example i'm assuming x=7)...
>
> createTime:[NOW-7DAYS TO *]
createTime:[* TO NOW-7DAYS]
: You could easily have a scheduled job that ran delete by query to
: remove posts older than a certain date...
or since you specificly asked about delteing anything older
then X days (in this example i'm assuming x=7)...
createTime:[NOW-7DAYS TO *]
-Hoss
You could easily have a scheduled job that ran delete by query to
remove posts older than a certain date...
On Fri, Feb 12, 2010 at 13:00, Matthieu Labour
wrote:
> HiIs there a way for solr or lucene to expire documents based on a field in a
> document. Let's say that I have a createTime field w