This is a syntax question. In my search I want to sort descending on a
field named 'no'. I tried things like params.sort = "no: {order: 'desc'}"
or params.sort = "[{'no': {'order': 'desc'}}]" but nothings works. If I
just specify params.sort = "no" the ascending sort works fine. Can somebody
give me a hint please?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.