On Thu, Nov 17, 2011 at 3:18 PM, Uwe Schindler <u...@thetaphi.de> wrote: > Sorry, this query is really ununderstandable. Those complex queries should > have a meaningful language, e.g. a JSON object structure
There are upsides and downsides to that. A big JSON object graph would be easier to *read* but certainly not easier to write (much more nesting). These main Solr APIs are based around HTTP parameters... the upside being you can add another parameter w/o worrying about nesting it correctly. Like simply adding another filter for example: fq=instock:true -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org