And how would I do that?
What I've done until now, is sort by query function, with increasing boosts,
eg:
sort=query({!v=id:(1^1 OR 2^2 OR 3^3 OR 4^4 OR )})+asc
But this isn't very performant. When using +-7000 id's it will take about a
minute for Solr to find results.
I'm actually l
add increasing boosts.
On Thu, Sep 4, 2014 at 11:03 AM, davyme wrote:
> Hi,
>
> I'm search Solr by querying a list of id's. I want to get the solr search
> results in the same order as the id list in the query. Can this be done?
>
> Thanks!
> Davy
>
>
>
> --
> View this message in context:
> ht