Re: SOLR: getting documents in the given order

2014-06-03 Thread Siegfried Goeschl
Assuming that you just want to sort - have you tried using sort=id desc Cheers, Siegfried Goeschl On 04 Jun 2014, at 06:19, sachinpkale wrote: > I have a following field in SOLR schema. > > > required="false" multiValued="false"/> > > If I issue following query: > > id:(1234 OR 2345 OR 3

Re: SOLR: getting documents in the given order

2014-06-03 Thread Mikhail Khludnev
Hello, Try to boost every sub clause accordingly I.e. id:(34^1000 45^100 76^10) if you can not just sort by id. 04.06.2014 8:29 пользователь "sachinpkale" написал: > I have a following field in SOLR schema. > > > required="false" multiValued="false"/> > > If I issue following query: > > id:(123