Re: Boost on newer documents

2010-11-30 Thread Savvas-Andreas Moysidis
oysi...@googlemail.com] > Sent: Tue 30/11/2010 09:26 > To: solr-user@lucene.apache.org > Subject: Re: Boost on newer documents > > hi, > > I might not understand your case right but can you not add an extra > publishedDate field and then specify a secondary (after relevance)

RE: Boost on newer documents

2010-11-30 Thread Jason Brown
seful. -Original Message- From: Savvas-Andreas Moysidis [mailto:savvas.andreas.moysi...@googlemail.com] Sent: Tue 30/11/2010 09:26 To: solr-user@lucene.apache.org Subject: Re: Boost on newer documents hi, I might not understand your case right but can you not add an extra publishedDate fiel

Re: Boost on newer documents

2010-11-30 Thread Savvas-Andreas Moysidis
ad and calculate boost with payload function of the > similarity. > > >-Original Message- > >From: ext Jason Brown [mailto:jason.br...@sjp.co.uk] > >Sent: Montag, 29. November 2010 17:28 > >To: solr-user@lucene.apache.org > >Subject: Boost on newer docume

RE: Boost on newer documents

2010-11-30 Thread jan.kurella
o: solr-user@lucene.apache.org >Subject: Boost on newer documents > > >Hi, > >I use the dismax query to search across several fields. > >I find I have a lot of documents with the same document name (one of the >fields that the dismax queries) so I wanted to adjust the

RE: Boost on newer documents

2010-11-29 Thread Jason Brown
Great - Thank You. -Original Message- From: Mat Brown [mailto:m...@patch.com] Sent: Mon 29/11/2010 16:33 To: solr-user@lucene.apache.org Subject: Re: Boost on newer documents Hi Jason, You can use boost functions in the dismax handler to do this: http://wiki.apache.org/solr

Re: Boost on newer documents

2010-11-29 Thread Mat Brown
Hi Jason, You can use boost functions in the dismax handler to do this: http://wiki.apache.org/solr/DisMaxQParserPlugin#bf_.28Boost_Functions.29 Mat On Mon, Nov 29, 2010 at 11:28, Jason Brown wrote: > > Hi, > > I use the dismax query to search across several fields. > > I find I have a lot of

Re: Boost on newer documents

2010-11-29 Thread Stefan Matheis
Hi Jason, maybe, just use another field w/ creation-/modification-date and boost on this field? Regards Stefan On Mon, Nov 29, 2010 at 5:28 PM, Jason Brown wrote: > > Hi, > > I use the dismax query to search across several fields. > > I find I have a lot of documents with the same document nam

Boost on newer documents

2010-11-29 Thread Jason Brown
Hi, I use the dismax query to search across several fields. I find I have a lot of documents with the same document name (one of the fields that the dismax queries) so I wanted to adjust the relevance so that titles with a newer published date have a higher relevance than documents with the s