Thanks Engel! I got the same answer from Sean Cribbs, and tried it successfully yesterday - both options are working!
Thanks, Oved Machlev ____________________________ Get AT&T Connect for Mobile now! Android<https://play.google.com/store/apps/details?id=com.att.connect> | iPhone<http://itunes.apple.com/us/app/at-t-connect-mobile/id318798264?mt=8> | iPad<http://itunes.apple.com/il/app/at-t-connect-mobile-application/id459888209?mt=8> | BB<http://downloads.uc.att.com/BB/Public/Latest/En/KB/att_connect.jad> From: [email protected] [mailto:[email protected]] On Behalf Of Engel Sanchez Sent: Sunday, August 26, 2012 20:12 To: [email protected] Subject: Re:Riak search queries via the java client Hi Oved. If Riak search is anything like Lucene search, the correct way to query that would be: Name:c1 OR Name:c2 Did you try that? I believe this also works in lucene: Name:(c1 OR c2) Sorry to answer without actually trying this on Riak, just from my Lucene experience. But it's worth a try. Any attribute without a prefix is interpreted as that value in the default search field. Cheers Date: Sun, 26 Aug 2012 07:24:21 +0000 From: Oved Machlev <[email protected]<mailto:[email protected]>> To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Riak search queries via the java client Message-ID: <7f9ab8052e563043bf5218bb9ade257f365ee...@isrtlvexmx2.interwise.com<mailto:7f9ab8052e563043bf5218bb9ade257f365ee...@isrtlvexmx2.interwise.com>> Content-Type: text/plain; charset="us-ascii" Hi, I am trying to perform queries using the OR operator as following: MapReduceResult result = riakClient. mapReduce("some_bucket", "Name:c1 OR c2"). addMapPhase(new NamedJSFunction("Riak.mapValuesJson"), true). execute(); I only get the 1st object in the query (where name='c1'). If I change the order of the query (i.e. Name:c2 OR c1) again I get only the first object in query (where name='c2'). is the OR operator (and other query operators) supported in the java client? Thanks, Oved Machlev ____________________________ Get AT&T Connect for Mobile now! Android<https://play.google.com/store/apps/details?id=com.att.connect> | iPhone<http://itunes.apple.com/us/app/at-t-connect-mobile/id318798264?mt=8> | iPad<http://itunes.apple.com/il/app/at-t-connect-mobile-application/id459888209?mt=8> | BB<http://downloads.uc.att.com/BB/Public/Latest/En/KB/att_connect.jad>
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
