Re: Riak Search and custom Solr components

2016-05-31 Thread Steve Garon
..@basho.com > > On Tue, May 31, 2016 at 8:54 AM, Steve Garon <steve.ga...@gmail.com> > wrote: > > Hey Guillaume, > > > > We had to alter the solrconfig.xml in our deployment because the default > > solrconfig.xml does not give good search throughput with a

Re: Riak Search and custom Solr components

2016-05-31 Thread Steve Garon
Hey Guillaume, We had to alter the solrconfig.xml in our deployment because the default solrconfig.xml does not give good search throughput with a large amount of documents updating often. I've opened a ticket at basho to get the solrconfig.xml save into the buckets settings that way they would

Re: Riak python client and Solr

2015-12-14 Thread Steve Garon
The python client does not support any advance SOLR features like deep search, facets, grouping, etc. Just use pythons 'requests' lib to query the HTTP interface of Riak for all your search related queries. Steve On 14 December 2015 at 08:34, Joe Olson wrote: > > I am

Re: Yokozuna queries slow

2015-04-21 Thread Steve Garon
Jason, Comment the filterCache .../ section in the bucket's solrconfig.xml and restart riak. Now your queries will be fast again :-) Steve On 21 April 2015 at 04:24, Zeeshan Lakhani zlakh...@basho.com wrote: No real workaround other than what you described or looking into config/fq-no-cache

Re: Yokozuna queries slow

2015-04-21 Thread Steve Garon
of @papers_we_love | paperswelove.org twitter = @zeeshanlakhani On Apr 21, 2015, at 3:57 PM, Steve Garon steve.ga...@gmail.com wrote: Jason, Comment the filterCache .../ section in the bucket's solrconfig.xml and restart riak. Now your queries will be fast again :-) Steve On 21 April 2015

Re: Riak 2.0 Search Issues

2015-03-06 Thread Steve Garon
. Thanks. Zeeshan Lakhani programmer | software engineer at @basho | org. member/founder of @papers_we_love | paperswelove.org twitter = @zeeshanlakhani On Mar 5, 2015, at 12:13 PM, Steve Garon steve.ga...@gmail.com wrote: Does deleting core.properties or moving search-root/index deletes any

Re: Riak 2.0 Search Issues

2015-03-05 Thread Steve Garon
of @papers_we_love | paperswelove.org twitter = @zeeshanlakhani On Mar 5, 2015, at 9:02 AM, Steve Garon steve.ga...@gmail.com wrote: In solr.log, the kind of exceptions that I'm getting right now is the following: 1. IO Error while trying to get the size

Re: Riak 2.0 Search Issues

2015-03-05 Thread Steve Garon
| paperswelove.org twitter = @zeeshanlakhani On Mar 4, 2015, at 10:39 AM, Steve Garon steve.ga...@gmail.com wrote: Hey all, We were having the space in the key bug in our cluster so we went through the whole dataset, backing it up to json file and removing the spaces in the keys. Then we

Re: Riak 2.0 Search Issues

2015-03-05 Thread Steve Garon
null:org.apache.sorl.common.SolrException: Core with name 'BUCKET NAME' already exists. 3. SolrException.java:120 null:org.eclipse.jetty.io.EofException 4. Server refused connection 5. IOException occured when talking to server Steve On 5 March 2015 at 08:50, Steve Garon steve.ga...@gmail.com wrote: Yes I do have yz_events

Riak 2.0 Search Issues

2015-03-04 Thread Steve Garon
Hey all, We were having the space in the key bug in our cluster so we went through the whole dataset, backing it up to json file and removing the spaces in the keys. Then we trashed our whole cluster and restart from scratch reimporting the whole data. Everything worked like a charm for two weeks

Re: Riak 2.0.4 Search AAE

2015-02-18 Thread Steve Garon
://docs.basho.com/riak/latest/ops/advanced/configs/search/, about search’s config settings. Zeeshan Lakhani programmer | software engineer at @basho | org. member/founder of @papers_we_love | twitter = @zeeshanlakhani On Feb 18, 2015, at 9:03 AM, Steve Garon steve.ga...@gmail.com wrote: Hi all, I

High kv get/put latency while other uses search ?

2014-12-12 Thread Steve Garon
Hi all, I started to have some issues with our Riak cluster, one of our buckets is starting to get quite big, between 60M - 80M entries, and now we are starting to see huge latency issues when we try to remove data out of it. Our usual get/put latency average in normal write operation is 5000us