Thanks for the reply. The issue I have is trying to figure out how to either translate my large programmatically generated lucene query to a string i can set as the q parameter (which is non-trivial, since the toString methods on lucene queries don't necessarily produce a parseable string), or generate it myself. I'm particularly leery about the string representation of the recursive tree geo query part of the query.
I was hoping there had been some facility for serializing prebuilt lucene queries across the wire, but perhaps this is not the case and I am stuck with either cobbling together a string to pass in or pushing my parser into a plugin directly (not sure which way is better at present, any suggestions would be great). -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-and-Lucene-queries-tp4165233p4165247.html Sent from the Solr - User mailing list archive at Nabble.com.