On Wed, Dec 9, 2009 at 5:07 AM, regany <re...@newzealand.co.nz> wrote:

>
> hello!
>
> just wondering if anyone is using Solr as their search for an auction /
> classified site, and if so how have you managed your setup in general? ie.
> searching against listings that may have expired etc.
>
>
We use Solr more many listings sites. Typically we index the expiry date in
the document and exclude them through a filter e.g.
fq=expiry_date:[NOW/DAY+1DAYS TO *]

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to