Riak + Solr

2019-03-14 Thread Sofiane Laouini
Hello, is there any plan to upgrade riak yokozuna to use a newer version of solr (6.x or higher) Regards, -- Sofiane. ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Riak solr query range issue

2014-08-18 Thread tele
Hi, Yes thanks! Yokozuna is a game changer. You guys did a really great job with this integration. Especially i like that i can define my own schema and also use solr spatial/geospatial searches. No more calculations on application side :) :tele On Mon, 11 Aug 2014 09:11:38 -0700 Eric Redmond

Re: Riak solr query range issue

2014-08-11 Thread Eric Redmond
Glad that works for you. Saves me from having to suggest you use 2.0 :) Eric On Aug 10, 2014, at 4:25 PM, tele wrote: > Hi, > > I have a simple solr document like this: > > > > > Oslo > Bob > 34 > > > > As "id" i use an email addr a

Re: Riak solr query range issue

2014-08-11 Thread tele
Hi, Never mind i've got it working with riak2.0 and the new riak search. did my schema, indexed some data and now i can query for the range: curl 'http://localhost:8098/search/query/users_index?wt=json&q=age:%7B12%20TO%2040%7D' 2>/dev/null | jsonpp Thanks :tele On Sun, 10 Aug 2014 18:25:16 -

Riak solr query range issue

2014-08-10 Thread tele
Hi, I have a simple solr document like this: Oslo Bob 34 As "id" i use an email addr added to a 'users' index. I've defined age as Int field. I can now query the index with: # search-cmd search users "name:Bob" :: Searching

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é

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