Question: Riak search and wildcard

2013-05-23 Thread Otto Kekäläinen
Hello, A noob question: why does this work? curl "http://localhost:8098/solr/products/select?q=title:Ti*"; ..but not any of these? curl "http://localhost:8098/solr/products/select?q=title:T*"; curl "http://localhost:8098/solr/products/select?q=title:*"; curl "http://localhost:8098/solr/products/s

Re: Question: Riak search and wildcard

2013-05-23 Thread Alexander Sicular
It has to do with the tokenizer you are using in your schema. There are a few different ones but the one you are using won't index less than two characters. Not sure which is which off the top of my head but it's in the docs somewhere. Also in the riak book. -Alexander On May 23, 2013 3:28 AM, "Ot

Re: Question: Riak search and wildcard

2013-05-23 Thread Simon de Haan
Hi Otto, This is documented behaviour of Riak Search's Standard Analyzer Factory: http://docs.basho.com/riak/latest/cookbooks/Riak-Search---Schema/#Standard-Analyzer-Factory "3. Strip out any tokens smaller than 3 characters as well as stopwords (common English words)." thanks, Simon On 23 May

Re: Question: Riak search and wildcard

2013-05-23 Thread Otto Kekäläinen
2013/5/23 Simon de Haan : > This is documented behaviour of Riak Search's Standard Analyzer > Factory: > http://docs.basho.com/riak/latest/cookbooks/Riak-Search---Schema/#Standard-Analyzer-Factory > > "3. Strip out any tokens smaller than 3 characters as well as > stopwords (common English words).

Re: Question: Riak search and wildcard

2013-05-23 Thread kurt campher
Hey Otto So a fundamental design attribute of Riak (and other key/value stores) is that data retrieval is done by knowing the key. To pull the first 10 keys is similar to what one would do in a relational DB like MySQL. However with Riak this sort of operation is expensive as a full table scan is

[ANN] Atlanta Riak Meetup: Operating and Tuning Riak

2013-05-23 Thread Hector Castro
This coming Wednesday (5/29) at the Atlanta Tech Village [0], Basho will be holding its second Atlanta Riak meetup [1]. Tom Santero and myself will be presenting on how to properly configure and tune Riak for different use cases. We'll also cover how to monitor and profile Riak, as well as the unde

Re: Question: Riak search and wildcard

2013-05-23 Thread Mark Phillips
On Thu, May 23, 2013 at 2:17 AM, kurt campher wrote: > Hey Otto > > So a fundamental design attribute of Riak (and other key/value stores) is > that data retrieval is done by knowing the key. > To pull the first 10 keys is similar to what one would do in a relational DB > like MySQL. > > However w

Re: Riaktor: a Promise-based async API for Riak

2013-05-23 Thread Mark Phillips
This looks awesome, Jon. Keep us posted on where it goes. And don't be scared to submit a CFP about this for RICON West [1]. :) Mark [1] ricon.io/west.html On Tue, May 21, 2013 at 1:21 AM, Joshua Muzaaya wrote: > Thanks for this. I am going to check it out, and so should the others. > > > On Mo

Re: Question: Riak search and wildcard

2013-05-23 Thread Otto Kekäläinen
Hello, 2013/5/23 kurt campher : > So a fundamental design attribute of Riak (and other key/value stores) is > that data retrieval is done by knowing the key. > To pull the first 10 keys is similar to what one would do in a relational DB > like MySQL. > > However with Riak this sort of operation is

Re: Servers keep dying. How to understand why?

2013-05-23 Thread Christian Dahlqvist
Hi Julien, Changing to LevelDB would probably make sense for your environment as all keys will no longer need to be kept in memory. You should therefore be able to handle larger amount of data. 4GB is however not a lot of RAM, so the default settings will need to be tuned as these generally are

[ANN] RICON West 2013 - October 29-30 in San Francisco

2013-05-23 Thread Mark Phillips
On behalf of Basho, I'm ecstatic to announce that RICON West 2013 has been scheduled and tickets are now available for purchase. Here are the details: * Date: October 29-30 * Location: St. Regis Hotel; San Francisco, CA. The official site is here: ricon.io/west.html The Lanyrd page is here: lanyr

Re: Riak CS 1.3 S3 access does not seem to mark s3 deleted file as truly deleted

2013-05-23 Thread Kelly McLaughlin
Idan, I'll investigate this a bit and see if I can replicate similar behavior and hopefully I can get back to you with more information. Thanks for sharing the info. Kelly On Wed, May 22, 2013 at 3:23 AM, Idan Shinberg wrote: > Hey Kelly > > Thanks for getting back to me ... > > You were right