Couple a few questions about searching

2014-02-19 Thread EmiNarcissus
Hi, I’ve been using riak as backend storage engine since it starts support search syntax, and it really helps me a lot during my development.  But still there are quite a lot of questions bothers me a lot and cannot find a answer anywhere. 1: During my develop period(single node,single instance

Facing issue related to search

2014-02-19 Thread Abhishek kumar
I am a newbie in RIAK and trying this example but getting error: http://basho.github.io/riak-python-client/query.html#fulltext-search Riak version: 2.0.0pre11 client-lib: python client = riak.RiakClient(nodes=[{'host':'127.0.0.1','http_port':8098}], RETRY_COUNT=2, protocol='http') log.info('Conne

Re: yokozuna Issues

2014-02-19 Thread Hector Castro
Bryce, There appears to be an incompatibility with the JVM version you have available on the system. Can you please provide the output of `java -version`? FWIW, we've been using Oracle JDK 7u25 internally for testing. -- Hector On Thu, Feb 13, 2014 at 12:07 PM, Bryce Verdier wrote: > Thanks f

Re: Facing issue related to search

2014-02-19 Thread Hector Castro
Hi Abhishek, The Riak Python client does not yet have official support for the version of Riak Search in Riak 2.0.0pre11. That said, you should be able to add values to a Riak 2.0 cluster (with search configured and enabled) and then query those values using a Python Solr client. In addition, to

Re: yokozuna Issues

2014-02-19 Thread Bryce Verdier
Hey Hector, Thank you for looking into this, here is the response to 'java -version' on my machine: java -version java version "1.7.0_51" OpenJDK Runtime Environment (fedora-2.4.5.0.fc19-x86_64 u51-b31) OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode) I've been meaning to try buiding fro

Re: Couple a few questions about searching

2014-02-19 Thread Eric Redmond
On Feb 15, 2014, at 5:25 AM, EmiNarcissus wrote: > Hi, > > I’ve been using riak as backend storage engine since it starts support search > syntax, and it really helps me a lot during my development. But still there > are quite a lot of questions bothers me a lot and cannot find a answer > a

Re: yokozuna Issues

2014-02-19 Thread Ryan Zezeski
Hello Bryce, On Wed, Feb 19, 2014 at 3:27 PM, Bryce Verdier wrote: > Hey Hector, > > Thank you for looking into this, here is the response to 'java -version' > on my machine: > java -version > java version "1.7.0_51" > OpenJDK Runtime Environment (fedora-2.4.5.0.fc19-x86_64 u51-b31) > OpenJDK 64-

Re: yokozuna Issues

2014-02-19 Thread Bryce Verdier
Thank you Ryan for the explanation. That explains why it wasn't working on my fedora19 install but was working on my arch install. Warm regards, Bryce On 02/19/2014 02:09 PM, Ryan Zezeski wrote: Hello Bryce, On Wed, Feb 19, 2014 at 3:27 PM, Bryce Verdier > wrot