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 bijon.char...@gmail.comwrote: 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

Re: installing index on pre11

2014-02-06 Thread Kartik Thakore
with riak.conf, or app.config? On Feb 6, 2014 8:06 AM, Kartik Thakore kthak...@scratchd.ca wrote: root@demo:~/riak-book/foo# curl http://localhost:8098/ htmlbodyullia href=/typesriak_kv_wm_bucket_type/a/lilia href=/bucketsriak_kv_wm_buckets/a/lilia href=/riakriak_kv_wm_buckets/a/lilia href

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
}}' Eric On Feb 5, 2014, at 10:12 AM, Eric Redmond eredm...@basho.com wrote: http://docs.basho.com/riak/2.0.0pre11/dev/using/search/#Simple-Setup curl -XPUT $RIAK_HOST/search/index/famous Eric On Feb 5, 2014, at 10:08 AM, Kartik Thakore thakore.kar...@gmail.com wrote: What is the url

[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?

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 sicul...@gmail.com 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 kthak...@scratchd.ca wrote: So I have been having

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

2013-12-06 Thread Kartik Thakore
is happening through AAE there. -Alexander On Dec 6, 2013, at 11:56 AM, Kartik Thakore kthak...@scratchd.ca 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 release

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 jda...@basho.com wrote: We’ll be continuing our discussions of Riak 2.0: specifically, security and conflict resolution. 2pm Eastern. http://youtu.be/_QomrZc29fw -John

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

2013-11-27 Thread Kartik Thakore
as things are in a bit of flux leading up to 2.0. -Z On Tue, Nov 26, 2013 at 5:59 PM, Kartik Thakore kthak...@aimed.cc wrote: So finally got a chance to try this and I am running into issues (I am on Riak 2.0pre7) btw. I have yz turned on: http://192.168.1.10:8098/yz I created

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

2013-11-27 Thread Kartik Thakore
/logs/select?q=*:* Eric On Nov 27, 2013, at 7:23 AM, Kartik Thakore kthak...@aimed.cc wrote: Cool. I did the data activate and emptied out the bucket and set the props and created a different index. Still no go Here is the data: [2013-11-27T15:21:30] [ERROR] [192.168.1.102] [zach.scratchd.ca

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

2013-11-26 Thread Kartik Thakore
21, 2013 at 12:45 PM, Ryan Zezeski rzeze...@basho.com wrote: On Wed, Nov 20, 2013 at 3:48 PM, Kartik Thakore kthak...@aimed.cc wrote: Thank you. I am creating indexes with: curl -i -XPUT http://192.168.1.10:8098/yz/index/allLogs \ -H 'content-type: application/json' \ -d

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 m...@basho.com 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:

Re: Search Crashes

2013-11-23 Thread Kartik Thakore
://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 kthak...@aimed.cc wrote: what does

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

2013-11-20 Thread Kartik Thakore
AM, Kartik Thakore thakore.kar...@gmail.com wrote: 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

[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

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:

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
: You don'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 thakore.kar...@gmail.com wrote: Hi, I have spent the last couple hours trying

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:

Re: Doing unicode searches with riak search

2013-06-03 Thread Kartik Thakore
%A8%D6%B4%D7%99%D7%AA%22 Again not found. Regards On Mon, Jun 3, 2013 at 8:18 PM, Eric Redmond eredm...@basho.com wrote: You first wrote `subject_id_int`, then searched by `subject_id_txt`. Eric On Jun 3, 2013, at 6:55 AM, Kartik Thakore thakore.kar...@gmail.com wrote: Hello, So I have

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