Re: riak solr

2014-05-07 Thread Eric Redmond
The new Solr support is a new feature for Riak 2.0.0. You don't need to install solr separately, as it's included. Download: http://docs.basho.com/riak/2.0.0beta1/downloads/ Using Search: http://docs.basho.com/riak/2.0.0beta1/dev/using/search/ Eric On May 7, 2014, at 10:04 AM, Brisa Anahí Jimé

Re: riak-1.4.7 solr interface

2014-05-07 Thread Dmitri Zagidulin
Brisa, You want to use the 'wt=json' parameter, in your query (see the Solr section of http://docs.basho.com/riak/latest/dev/using/search/ ) So, your request would be: http://127.0.0.1:10018/solr/index_bucket/select?q=key:Value&wt=json (As a side note, in HTTP terminology, the 'Content-Type: appl

Re: risk-users list

2014-05-07 Thread Tom Santero
Hi Brisa, If I had to guess I'd say you're asking because you didn't see your questions post immediately to the list. This is because we have the list configured to hold all messages from users who are not subscribed. I've accepted your 4 emails (including this one), and you should see them post m

riak-1.4.7 solr interface

2014-05-07 Thread Brisa Anahí Jiménez Flores
Hi! I've riak-1.4.7. I've made a HTTP API request, but I would like to know how can I get a json response, could anybody help me a little bit, please? Request: GET http://127.0.0.1:10018/solr/index_bucket/select?q=key:Value Content-Type: application/json And I get an xml response body. Thank

riak solr

2014-05-07 Thread Brisa Anahí Jiménez Flores
Hello everybody! I've riak-1.4.7. I've already enable search and installed precommit hook into a bucket. What do I need if I want to test solr? I know that Riak search uses 8098 port for Solr, but I don't know how to enable it. Does riak include solr or should I install anything else? I have

risk-users list

2014-05-07 Thread Brisa Anahí Jiménez Flores
Hi everybody! Could anybody tell me where can I find the questions that I've done in this list? For adding extra notes. Thank you very much! ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists

riak search

2014-05-07 Thread Brisa Anahí Jiménez Flores
Hello everybody! I’ve riak-1.4.7. I’ve eleveldb storage (because of 2i). I’ve already enable riak search in all nodes. I’ve already install the precommit hook into a bucket: search-cmd install bucket_name I know that keys will be indexed after install the precommit hook. I've already save a buck

Re: Searchable list archive?

2014-05-07 Thread Mark S Phillips
In addition to what Brian suggested, http://riak.markmail.org is probably your best bet for archive searching. Enjoy. Mark On Wed, May 7, 2014 at 1:17 AM, Brian Roach wrote: > Howdy. > > Couple ways to go about it, really. > > There's a web archive at lists.basho.com[1] which is indexed by > go

Re: Searchable list archive?

2014-05-07 Thread Brian Roach
Howdy. Couple ways to go about it, really. There's a web archive at lists.basho.com[1] which is indexed by google, so simply prefixing a google search with "site:lists.basho.com" should work pretty well. There's also Nabble[2], which takes the list and presents it as a forum sort of thing. - Ro

Riak Python Client: How to properly use/re-use the client object?

2014-05-07 Thread Finkle Mcgraw
Hi fellow Riak users, Background: I have a website project in which I'm using a set-up of a few stateless webservers which talk to the riak cluster via HAProxy over HTTP. Each webserver has a HAProxy instance locally which knows about the nodes in the riak cluster, so the application itself only

Searchable list archive?

2014-05-07 Thread Finkle Mcgraw
Hi! Sorry for a potential noob question: but is it possible to search the archives of this mailing list? BR Finkle ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com