Re: Finding Value greater then anyvalue

2011-06-07 Thread Rusty Klophaus
Hi Muhammad, Riak Search uses Lucene Query syntax. Because Lucene syntax is meant for text searching, doing a 'greater than' query is somewhat convoluted, but still possible: *riakc_pb_socket:search(Client, "player", "score: {500 TO 99]")* * * That tells Riak Search to query the "players"

Finding Value greater then anyvalue

2011-06-07 Thread Muhammad Yousaf
Hi, I am using Riaksearch with erlang PB client by following "https://github.com/basho/riak-erlang-client/"; my schema is { schema, [ {version, "1.1"}, {default_field, "playername"}, {default_op, "or"}, {n_val, 3}, {analyzer_factory, {erlang, tex