Hi, I am trying to solve a use case and not fully sure if can be achieved with new fancy Solr features. I have two collections People and Jobs. Job collection has the id of the person in the schema.
1) Is it possible to run a query against person collection and join data from the job collection? 2) Would it be possible to filter the results retrieved from job collection and aggregate that data? For instance let's say there is 1 person with 5 jobs and the job is on different industries. Would it be possible to retrieve that person and retrieve from the job collection the number 3 because the number of jobs for that person on IT is 3. It would be great if i can do everything in one call. Thanks a lot guys, -- View this message in context: http://lucene.472066.n3.nabble.com/Fetch-Data-from-two-collections-and-filter-results-tp4325118.html Sent from the Solr - User mailing list archive at Nabble.com.