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 ge
I have an existing application using raw lucene that does some entity
extraction on a raw query and mixes in some other params to augment or
replace pieces of a large boolean query that it then constructs, which is a
mix of term queries, range queries, and recursiveprefixtree queries.
I'm now swi