Re: Giving boost to a more recent item whiule searching

2007-12-20 Thread Grant Ingersoll
upon. Might it be useful to reopen a thread on the topic? Brian -Original Message- From: prabin meitei <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2007 11:23 PM To: java-user@lucene.apache.org Subject: Re: Giving boost to a more recent item whiule searching Hi Erick, Thanks

Re: Giving boost to a more recent item whiule searching

2007-12-20 Thread prabin meitei
t; Might it be useful to reopen a thread on the topic? > > Brian > > -Original Message- > From: prabin meitei <[EMAIL PROTECTED]> > Sent: Wednesday, December 19, 2007 11:23 PM > To: java-user@lucene.apache.org > Subject: Re: Giving boost to a more recent

Re: Giving boost to a more recent item whiule searching

2007-12-20 Thread Zhou Qi
improved > upon. Might it be useful to reopen a thread on the topic? > > Brian > > -Original Message- > From: prabin meitei <[EMAIL PROTECTED]> > Sent: Wednesday, December 19, 2007 11:23 PM > To: java-user@lucene.apache.org > Subject: Re: Giving boost to

RE: Giving boost to a more recent item whiule searching

2007-12-20 Thread Brian Grimal
nesday, December 19, 2007 11:23 PM To: java-user@lucene.apache.org Subject: Re: Giving boost to a more recent item whiule searching Hi Erick, Thanks for your response. I have tried searching the archive. I could not find andy relevant thread. that's why i posted the question here. May be I am no

Re: Giving boost to a more recent item whiule searching

2007-12-19 Thread prabin meitei
Hi Erick, Thanks for your response. I have tried searching the archive. I could not find andy relevant thread. that's why i posted the question here. May be I am not using the right keywords. If you know any archive link which deals with this problem please send me. I have seen the case stud

Re: Giving boost to a more recent item whiule searching

2007-12-19 Thread Erick Erickson
If you search the mail archives, you'll see this topic discussed at some length. That'll give you a much faster answer... See http://wiki.apache.org/lucene-java/MailingListArchives On Dec 19, 2007 4:50 AM, prabin meitei <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to retreive documents from

Giving boost to a more recent item whiule searching

2007-12-19 Thread prabin meitei
Hi, I am trying to retreive documents from an index. Each document has a date field and other fields. while making a seach i want to give some extra boost to the more recent items (as per the date field) How can I go about it? Thanks in advance Prabin