It seems like I could could accomplish this by following the JoinQParserPlugin logic. I can actually get pretty close using the join query, but I need to do some extra math in the middle.
The difference in my case is that I need to access the id and the score. I *think* the logic would go something like this: 1. do sub query to get doc ids and score 2. use the resulting doc ids to feed into another query. 3. write a custom scorer that uses the score from the subquery to determine the scores of the final results. Thanks for any suggestions... Jim -- View this message in context: http://lucene.472066.n3.nabble.com/Feeding-Custom-QueryParser-with-Nested-Query-tp4046007p4046162.html Sent from the Solr - User mailing list archive at Nabble.com.