On Thu, Nov 17, 2011 at 3:44 PM, Michael McCandless <luc...@mikemccandless.com> wrote: > Maybe someone can post the equivalent query in ElasticSearch?
I don't think it's possible. Hoss threw in the kitchen sink into his "contrived' example. Here's a super simple example: JSON: { "sort" : [ { "age" : {"order" : "asc"} } ], "query" : { "term" : { "user" : "jack" } } } Solr's HTTP: q=user:jack&sort=age asc -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