On Thu, Nov 17, 2011 at 3:44 PM, Michael McCandless
<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]