Re: Sorting & Joins

2014-10-02 Thread Mikhail Khludnev
Hello, Did you look into https://issues.apache.org/jira/browse/SOLR-6234 ? On Fri, Oct 3, 2014 at 9:30 AM, Eric Katherman wrote: > Is it possible to join documents and use a field from the "from" documents > to sort the results? For example, I need to search "employees" and sort on > differe

Sorting & Joins

2014-10-02 Thread Eric Katherman
Is it possible to join documents and use a field from the "from" documents to sort the results? For example, I need to search "employees" and sort on different fields of the "company" each employee is joined to. What would that query look like? We've looked at various resources but haven't f