RE: How to make documents low priority

2010-04-29 Thread Doddamani, Prakash
Thanks much Koji, Let me have look on this, Regards Prakash -Original Message- From: Koji Sekiguchi [mailto:k...@r.email.ne.jp] Sent: Thursday, April 29, 2010 8:25 PM To: solr-user@lucene.apache.org Subject: Re: How to make documents low priority Doddamani, Prakash wrote: > Tha

Re: How to make documents low priority

2010-04-29 Thread Koji Sekiguchi
Doddamani, Prakash wrote: Thanks Jon, Its very nice idea I dint thought about it, But I am already using order for one more field, "sort=field1+desc" Can I have order for 2 fields something like "sort=field1+desc&field5+desc" Yes, you can: sort=field1+desc,field5+desc http://wiki.apache.

RE: How to make documents low priority

2010-04-29 Thread Doddamani, Prakash
l Message- From: Jon Baer [mailto:jonb...@gmail.com] Sent: Thursday, April 29, 2010 7:39 PM To: solr-user@lucene.apache.org Subject: Re: How to make documents low priority Does a "sort=field5+desc" on the query param not work? - Jon On Apr 29, 2010, at 9:32 AM, Doddamani, Prakash w

Re: How to make documents low priority

2010-04-29 Thread Jon Baer
Does a "sort=field5+desc" on the query param not work? - Jon On Apr 29, 2010, at 9:32 AM, Doddamani, Prakash wrote: > Hi, > > > > I am using the boost factor as below > > > > field1^20.0 field2^5 field3^2.5 field4^.5 > > > > > > Where it searches first in field1 then field1 and

How to make documents low priority

2010-04-29 Thread Doddamani, Prakash
Hi, I am using the boost factor as below field1^20.0 field2^5 field3^2.5 field4^.5 Where it searches first in field1 then field1 and so on Is there a way, where I can make some documents very low priority so that they come at the end? Scenario : aaa bbb dd