Re: Linking Two Fields Together

2014-05-05 Thread Alexandre Rafalovitch
You can have two parallel multi-value fields and as long as you don't introduce null/empty values, they will kept together. However, for recent Solr (4.7? certainly 4.8), you may want to look at parent/child entries and join/parent/child queries. Regards, Alex. Personal website: http://www.oute

Linking Two Fields Together

2014-05-05 Thread Steve Edwards
I'm using Sorl to create an image search functionality that allows users to search for an existing image in the site to add to new content. A given piece of content has a field that can store multiple images, so I will need to use a multi-value Solr field to store image data. Currently, I'm sto