I am trying to write Lucene query in RavenDB Index which will return results sorted by some field.
But still no success.
The Query looks like:
Language:EN AND Key:*car* AND sort=KEY
Question:
Is it possible at all to add sorting statement in query? If yes, how the sorting syntax looks like?