I've just become aware of the XML Query parser, which seems to fit with my
needs which really are ability to send query syntax trees to Solr (I need to
do all query parsing in my client application).
However, I cannot find any examples on how to configure a solr request
handler for this query pars
Is it possible to create hierarchies of query operator objects and pass that
to solr instead of constructing a long string query?
This would enable client applications to construct complex queries and have
them verified by the compiler, example (psuedo code):
q = BooleanQuery(
minNumberShouldMa