Atita -

You mean something like q=id:(X Y Z) to be able to order them arbitrarily?

Yes, you can use the constant score query syntax to set the score, e.g.:

   q=id:Z^=3 OR id:Y^=2 OR id:X^=1

Hope that helps.

        Erik


> On May 9, 2019, at 8:55 AM, Atita Arora <atitaar...@gmail.com> wrote:
> 
> Hi,
> 
> Is there someway way to retrieve the docs in the same order as queried in
> the solr query?
> 
> I am aware of leveraging bq for this and have even tried overriding custom
> similarity to achieve this but I am looking for something simpler.
> 
> Please enlighten me.
> 
> Best Regards,
> Atita

Reply via email to