Re: Building hierarcies of query object instead of flat string queries

2011-05-11 Thread Geir Gullestad Pettersen
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

Building hierarcies of query object instead of flat string queries

2011-05-10 Thread Geir Gullestad Pettersen
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