Re: Search limitations

2015-08-17 Thread Marius Cobzarenco
+1 I was thinking of asking the same question. Concretely, I have been using Riak search to feed data into a machine learning algorithm. For example, we have a query that returns 4M documents and we feed it to the algorithm by iterating through the pages. We've observed a linear decrease in throu

Re: Riak Search in bucket with write_once = true

2015-08-11 Thread Marius Cobzarenco
2, which is our next release. > You can read more about it here: > https://github.com/basho/yokozuna/issues/512. > > Thanks. > > Zeeshan Lakhani > programmer | > software engineer at @basho | > org. member/founder of @papers_we_love | paperswelove.org > twitter =>

Riak Search in bucket with write_once = true

2015-08-10 Thread Marius Cobzarenco
Hi everyone, Riak Search does not seem to work in a bucket whose bucket type has write_once = true. I could not see this mentioned anywhere in the documentation, but I was curious if it is to be expected? It seems like the objects never get indexed. My bucket type is: riak-admin bucket-type crea

Re: Selective indexing of Riak Data Types

2015-07-31 Thread Marius Cobzarenco
pers_we_love | paperswelove.org > twitter => @zeeshanlakhani > > On Jul 31, 2015, at 10:59 AM, Marius Cobzarenco wrote: > > Hi all, > > I was curios if there's a way to enable Solr indexing on only some of the > fields of a Riak CRDT Map (not all of them). E.g. for

Selective indexing of Riak Data Types

2015-07-31 Thread Marius Cobzarenco
Hi all, I was curios if there's a way to enable Solr indexing on only some of the fields of a Riak CRDT Map (not all of them). E.g. for a map: [{"field_1", "register"}, {"field_2", "register"}] I would like to _only_ create the Solar index field_1_register . By default if I enable search on a buc