I just confirmed that today I'm getting the correct sorting in the browser
but not in CorrugatedIron. I'm about to start in on a day of working with a
client. Will verify this afternoon.

---
Jeremiah Peschka - Founder, Brent Ozar Unlimited
MCITP: SQL Server 2008, MVP
Cloudera Certified Developer for Apache Hadoop


On Thu, Jul 18, 2013 at 6:55 AM, Ryan Zezeski <[email protected]> wrote:

> Jeremiah,
>
> After a quick glance I don't see anything obvious in the code.  I notice
> you have a presort defined.  By any chance, if you remove the presort, do
> you get a correct sorting on the creation_dt field?
>
> -Z
>
>
> On Wed, Jul 17, 2013 at 5:30 PM, Jeremiah Peschka <
> [email protected]> wrote:
>
>> 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
>>
>>
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to