Vineet -

Solr’s QueryElevationComponent can do this. 

Or you could use a query like:

   q=id:C^=300 id:B^=200 id:A^=100

The ^= is a constant score syntax, so you can assign a “score” to a clause (in 
this case a single document with a unique id).   

        Erik


> On Jan 4, 2018, at 11:47 PM, Vineet Mangla <vineet.man...@bold.com> wrote:
> 
> Hi,
>  
> We have a Solr cloud core where “jobid” is our primary key. We have a use 
> case where we have a list of 15000 jobids in a particular order in an 
> external system. We are calling solr with these 15000 jobids as filter query 
> and in result, we want all the jobids after filtering in the same order of 
> input. Is this possible in Solr?
>  
>  
>  
>  
> Thanks & Regards
> Vineet Mangla | Project Lead
>  
> 
> BOLD Technology Systems Pvt. Ltd.
> (formerly LiveCareer)
> Aykon Tower, Plot No. 4, Sector – 135, Noida-201301
> URL- - www.bold.com <http://www.bold.com/> | Cell: +91 (965) 088 0606

Reply via email to