Riak utf8 chinese simplified searching on keys.

2012-11-05 Thread Kartik Thakore
Hello, I am trying to make searching on chinese simplified keys work. I added this document: { "介绍": "15岁的女孩与癌" } and I search using this url: http://localhost:8091/solr/test/select?q=%22%E4%BB%8B%E7%BB%8D%22:%2215%E5%B2%81%E7%9A%84%E5%A5%B3%E5%AD%A9%E4%B8%8E%E7%99%8C%22 and http://local

Map reduce weirdness on Riak 1.3

2013-04-06 Thread Kartik Thakore
7e":{"age_int":18},"AcrUwotAdYaV5zitaMylnUgYsWY":{"age_int":24}}] or [{"LYJpg97ZA5qjZTTv2cfavmRgxLb":{"age_int":11}}] but it is clear with this: http://aimed.cc:8098/solr/test_rand_docs/select?q=age_int:[10%20TO%2025] that there are 134

Re: Map reduce weirdness on Riak 1.3

2013-04-06 Thread Kartik Thakore
1.2.0/references/appendices/MapReduce-Implementation/ > On 6 Apr 2013, at 20:22, Kartik Thakore wrote: >> I am not sure have you mean by re-reduce. Can you clarify what you mean? >> >> I was thinking the reduce phase happens after the whole map is done. Do I >> have to

Doing unicode searches with riak search

2013-06-03 Thread Kartik Thakore
Hello, So I have some data here: http://aimed.cc:8098/riak/nca_nca_audiometric_data_docs/1MxuOAxpyZ4NCyVW4QqxPeDbjTr http://aimed.cc:8098/riak/rekon/go#/buckets/nca_nca_audiometric_data_docs/1MxuOAxpyZ4NCyVW4QqxPeDbjTr where the subject_id_int:אָלֶף־בֵּי עִבְרִ But when I search it: http://aim

Re: Doing unicode searches with riak search

2013-06-03 Thread Kartik Thakore
B0%D7%A8%D6%B4%D7%99%D7%AA%22 Again not found. Regards On Mon, Jun 3, 2013 at 8:18 PM, Eric Redmond wrote: > You first wrote `subject_id_int`, then searched by `subject_id_txt`. > > Eric > > On Jun 3, 2013, at 6:55 AM, Kartik Thakore wrote: > >> Hello, >> &

Understanding riak storage & querying/searching relationships between buckets

2013-06-04 Thread Kartik Thakore
Hi, I have spent the last couple hours trying to understand how to store and/or search relationships between buckets of information. Currently, I have two buckets (will have more with more relationships) 'subjects' and 'data'. In subjects I store data such as: http://.../riak/subjects/001 has {

Re: Understanding riak storage & querying/searching relationships between buckets

2013-06-04 Thread Kartik Thakore
't. Riak is not a relational system. As you've noted, you should > demoralize your data. > > > @siculars > http://siculars.posthaven.com > > Sent from my iRotaryPhone > > On Jun 4, 2013, at 20:43, Kartik Thakore wrote: > >> Hi, >> >> I

Aggregating documents on post commit hooks

2013-06-12 Thread Kartik Thakore
Hello, I would like to aggregate inserted docs using post commit hooks. Is this possible using Javascript? It seems it is possible with Erlang but I can't seem to find the docs that provide you with the API available to create a get and update a key in another bucket. I have only seen this: http

[Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-19 Thread Kartik Thakore
Hello, I am reviewing Riak 2.0pre5 for use and I am confused with the search documentation provided here: http://docs.basho.com/riak/2.0.0pre5/dev/using/search/ It tells me to enable search: http://docs.basho.com/riak/2.0.0pre5/ops/advanced/configs/search/ But there is no such file in etc anym

Re: [Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-20 Thread Kartik Thakore
as an index associated with the same > name: > > # Add a JSON value: > curl -XPUT -H'content-type:application/json' > http://localhost:8098/buckets/people/keys/me \ > -d'{ "name_s" : "kartik" }' > > # perform a search > curl "h

Re: Search Crashes

2013-11-23 Thread Kartik Thakore
what does allow_mult do and why is it breaking the search?  just curious On Sat, Nov 23, 2013 at 11:00 AM, Mark Phillips wrote: > Please send all rock star praise payments to m...@basho.com. I'll make sure > Ryan gets it. ;) > On Friday, November 22, 2013, Gabriel Littman wrote: >> PS: The s

Re: Search Crashes

2013-11-23 Thread Kartik Thakore
/ > https://basho.com/clocks-are-bad-or-welcome-to-distributed-systems/ > I imagine that the presence of these multiple copies (aka “siblings”) is what > is breaking legacy search, but that’s purely guesswork on my part. > -John > On Nov 23, 2013, at 12:00 PM, Kartik Thakore wrote: &

Re: [Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-26 Thread Kartik Thakore
when I search: http://192.168.1.10:8098/search/allLogs?q=* No results http://192.168.1.10:8098/search/allLogs?q=test No results Whats going on? On Thu, Nov 21, 2013 at 12:45 PM, Ryan Zezeski wrote: > > > > > On Wed, Nov 20, 2013 at 3:48 PM, Kartik Thakore wrote: >

Re: [Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-27 Thread Kartik Thakore
re attempting to rename most user > facing parts of Yokozuna to just "search". This means that `yz_index` will > soon become `search_index`. Sorry for the inconvenience as things are in a > bit of flux leading up to 2.0. > > -Z > > > On Tue, Nov 26, 2013 at 5:59 PM,

Re: [Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-27 Thread Kartik Thakore
; >> http://192.168.1.10:8098/solr/logs/select?q=*:* >> >> Eric >> >> On Nov 27, 2013, at 7:23 AM, Kartik Thakore wrote: >> >> Cool. I did the data activate and emptied out the bucket and set the props >> and created a different index. Still no go

[Data Migration between version] Riak re-indexing 1.4.2 buckets for search in riak 2.0

2013-12-06 Thread Kartik Thakore
So I have been having trouble on Riak 2.0pre7 search recently where it is not indexing text/plain log lines for search (yokozuna). While I am waiting for the official release, I am going to switch back to Riak 1.4.2. When 2.0 is ready how should I reindex my log buckets for the new search stuff? R

Re: [Data Migration between version] Riak re-indexing 1.4.2 buckets for search in riak 2.0

2013-12-06 Thread Kartik Thakore
What is AAE? On Fri, Dec 6, 2013 at 12:00 PM, Alexander Sicular wrote: > Try the recently released Yokozuna 0.12. Looks like reindexing is happening > through AAE there. > -Alexander > On Dec 6, 2013, at 11:56 AM, Kartik Thakore wrote: >> So I have been having trouble on R

Re: [Data Migration between version] Riak re-indexing 1.4.2 buckets for search in riak 2.0

2013-12-06 Thread Kartik Thakore
pening through AAE there. > > -Alexander > > On Dec 6, 2013, at 11:56 AM, Kartik Thakore wrote: > > > So I have been having trouble on Riak 2.0pre7 search recently where it > is not indexing text/plain log lines for search (yokozuna). While I am > waiting for the official r

Re: Riak Community Hangout #3 in 20 minutes

2013-12-06 Thread Kartik Thakore
Video seems to be removed On Fri, Dec 6, 2013 at 1:39 PM, John Daily wrote: > We’ll be continuing our discussions of Riak 2.0: specifically, security > and conflict resolution. 2pm Eastern. > > http://youtu.be/_QomrZc29fw > > -John > > > ___

Re: multiple clusters on the same hosts

2014-01-03 Thread Kartik Thakore
2 boxes (3/2). On Fri, Jan 3, 2014 at 5:19 PM, Patrick Tuckey wrote: > Thanks Kartik, I will check out docker/vagrant! > > > On Fri, Jan 3, 2014 at 11:08 AM, Kartik Thakore wrote: > >> Hey Patrick, >> I have done this in the past. I would recommend using docker/va

installing index on pre11

2014-02-05 Thread Kartik Thakore
What is the url to install search bucket indexes hooks on pre11?___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: installing index on pre11

2014-02-05 Thread Kartik Thakore
dex":"famous"}}' > > Eric > > On Feb 5, 2014, at 10:12 AM, Eric Redmond wrote: > > http://docs.basho.com/riak/2.0.0pre11/dev/using/search/#Simple-Setup > > curl -XPUT "$RIAK_HOST/search/index/famous" &g

Re: installing index on pre11

2014-02-06 Thread Kartik Thakore
iguring with riak.conf, or app.config? > On Feb 6, 2014 8:06 AM, "Kartik Thakore" wrote: > >> root@demo:~/riak-book/foo# curl http://localhost:8098/ >> > href="/types">riak_kv_wm_bucket_type> href="/buckets">riak_kv_wm_buck

Re: Size of bucket

2014-02-24 Thread Kartik Thakore
Can you clarify what you mean by billing? On Mon, Feb 24, 2014 at 5:39 AM, Charles Bijon wrote: > Hi, > > I would like to know how to make billing, i need to know the size of each > bucket. How i can do this please ? > > Regards, > > Charles > > ___ >