I'm attempting to sort data with Riak Search and have run into a distinct
lack of sorting.

When using curl (The Fullest Featurest Riak Client EVARâ„¢), I query the
following URL:
http://localhost:10038/solr/posts/select?q=title_txt:google&presort=key&sort=creation_dt&rows=500

Being aware that results are sorted AFTER filtering on the server side, I
adjusted my query to accept too many rows: there are 335 rows that meet my
query criteria. However, Riak Search returns 10 sorted by some random
criteria that I'm not aware of (it's not score, that's for sure).

Is this behavior expected? Is there something that I've missed in my query?

---
Jeremiah Peschka - Founder, Brent Ozar Unlimited
MCITP: SQL Server 2008, MVP
Cloudera Certified Developer for Apache Hadoop
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to