RE: Solr Results Grouping using RiakSearchRequest

2015-11-25 Thread Dennis Nicolay
f trying to do the aggregation using RiakSearchRequest/RiakFluentSearch? Thanks, Dennis From: Dennis Nicolay [mailto:dnico...@orcawave.net] Sent: Tuesday, November 24, 2015 8:05 AM To: riak-users@lists.basho.com Subject: Solr Results Grouping using RiakSearchRequest Hi, Is there a w

Solr Results Grouping using RiakSearchRequest

2015-11-24 Thread Dennis Nicolay
Hi, Is there a way to use RiakSearchRequest to accomplish the following http solr query? http://10.3.3.190:8091/solr/cdkcdrbucketindex/select?wt=json

returnbody bucket property

2015-11-06 Thread Dennis Nicolay
Hi, Is this property set to false during PUT operations? If not, what are the ramifications to setting it to false during PUT? Thanks, Dennis ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/ria

RE: Using Bucket Data Types slowed insert performance

2015-11-04 Thread Dennis Nicolay
...@basho.com] Sent: Tuesday, October 20, 2015 8:22 PM To: Dennis Nicolay Cc: Christopher Mancini; Mark Schmidt; Alexander Sicular; riak-users@lists.basho.com Subject: Re: Using Bucket Data Types slowed insert performance Hi Dennis & Mark, I noticed some timing code in your snip

RE: Using Bucket Data Types slowed insert performance

2015-10-20 Thread Dennis Nicolay
onCountryCode", cdr.CdrValue.OriginationCountryCode.ToString()); mapOperation.SetRegister("OriginationCost", cdr.CdrValue.OriginationCost.ToString()); mapOperation.SetRegister("FixedPricePerCall", cdr.CdrValue.FixedPricePerCall.ToString()); mapOperation.SetRegister(&quo

RE: Using Bucket Data Types slowed insert performance

2015-10-20 Thread Dennis Nicolay
Hi Alexander, I’m parsing the file and storing each row with own key in a map datatype bucket and each column is a register. Thanks, Dennis From: Alexander Sicular [mailto:sicul...@gmail.com] Sent: Tuesday, October 20, 2015 10:34 AM To: Dennis Nicolay Cc: Christopher Mancini; riak

Using Bucket Data Types slowed insert performance

2015-10-20 Thread Dennis Nicolay
Hi, I'm using .net RiakClient 2.0 to insert a 44mb delimited file with 139k rows of data into riak. I switched to a map bucket data type with registers. It is taking about 3 times longer to insert into this bucket vs non data typed bucket. Any suggestions? Thanks in advance, Dennis

Fastest Method for Importing Into Riak.

2015-08-18 Thread Dennis Nicolay
Hi, What is the fastest way to import data from a delimited file into Riak using the .net RiakClient? Is there a bulk insert using the other Riak clients? Thanks in advance, Dennis ___ riak-users mailing list riak-users@lists.basho.com http: