Rob,

>>> riak.solr.search('test_riak-search', 'terms:plasma\|en', count=10)
> {'max_score': 0.353553, 'num_found': 2, 'docs': []}
>
> How is this happening? Is 'num_found' supposed to be an accurate count?
>

Can you try the same query without the count param.  I would imagine count
maps to 'rows' but if it is by some chance mapping to 'start' then it would
explain the behavior.  A 'start' > 'numFound' would produce an empty list
of docs.

-Z
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to