Maybe someone can post the equivalent query in ElasticSearch? Then at least we have a fair comparison of the two syntaxes, for this one (complex) query at least...
Mike McCandless http://blog.mikemccandless.com On Thu, Nov 17, 2011 at 3:21 PM, Yonik Seeley <[email protected]> wrote: > On Thu, Nov 17, 2011 at 3:18 PM, Uwe Schindler <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
