Re: Syntax for sorting by a sub-query

2013-02-28 Thread Chris Hostetter
: > &sort=query({qf=worked_companies_im:61}) desc : : which yields : : > sort param could not be parsed as a query, and is not a field that : exists in the index: query({qf=worked_companies_im:61}) because it can't be parsed as a query (and is not a field) Try a simple request like... htt

Syntax for sorting by a sub-query

2013-02-28 Thread Edward Rudd
I'm using solr 4.0 in a project and I need to sort the results based on whether they match another filter. e.g. I have a "worked_companies" multi-integer field that contains the list of company ids some person has worked with before. I have a series of other fq= filters to narrow down the lis