Re: Sorting documents in one core based on a field in another core

2016-06-01 Thread Mark Robinson
Thanks Mikhail! I will check and get back. Best, Mark On Tue, May 31, 2016 at 4:58 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Hello Mark, > > Is it sounds like what's described at > > http://blog-archive.griddynamics.com/2015/08/scoring-join-party-in-solr-53.html > ? > > On

Re: Sorting documents in one core based on a field in another core

2016-05-31 Thread Mikhail Khludnev
Hello Mark, Is it sounds like what's described at http://blog-archive.griddynamics.com/2015/08/scoring-join-party-in-solr-53.html ? On Tue, May 31, 2016 at 5:41 PM, Mark Robinson wrote: > Hi, > > I have a requirement to sort records in one core/ collection based on a >

Re: Sorting documents in one core based on a field in another core

2016-05-31 Thread Mark Robinson
Thanks for the reply Eric! Can we write a custom sort component to achieve this?... I am thinking of normalizing as the last option as clear separation of the cores helps me. Thanks! Mark. On Tue, May 31, 2016 at 11:12 AM, Erick Erickson wrote: > Join doesn't work

Re: Sorting documents in one core based on a field in another core

2016-05-31 Thread Erick Erickson
Join doesn't work like that, which is why it's referred to as "pseudo join". There's no way that I know of to do what you want here. I'd strongly recommend you flatten your data at index time. Best, Erick On Tue, May 31, 2016 at 7:41 AM, Mark Robinson wrote: > Hi, > >

Sorting documents in one core based on a field in another core

2016-05-31 Thread Mark Robinson
Hi, I have a requirement to sort records in one core/ collection based on a field in another core/collection. Could some one please advise how it can be done in SOLR. I have used !join to restrict documents in one core based on field values in another core. Is there some way to sort like that?