Re: How to query a parent child relationship returning result set of parents?

2006-12-12 Thread Eric Van Dewoestine
You can do pretty much anything you want in a custom request handler, but i must admit that off the top of my head i can't think of any elegant way to solve your problem. Most people i know are happy with option #1 :) -Hoss I appreciate the input Hoss. Unfortunately, I don't see option 1 work

How to query a parent child relationship returning result set of parents?

2006-12-11 Thread Eric Van Dewoestine
We are currently using solr to index various types of content in our system, several of which allow users to comment on. What we would like to do is issue a query on the top level content which also searches the attached comments but only returns unique top level documents as results, while still