Re: Highlighting in full-text search

2014-05-03 Thread Chaim Solomon
Thanks. I am not getting a highlighting section - but the values are empty. I am using the default schema - what do I need to change for the highlighting to work? Chaim Solomon On Thu, May 1, 2014 at 11:19 PM, Hector Castro wrote: > Hi Chaim, > > In order to take advantage of the Riak Search/

Re: how to set eDisMax? Solr start and rows not working properly

2014-05-03 Thread Buri Arslon
Sorry, it was a mistake in my erlang code. Riak is awesome! On Fri, May 2, 2014 at 8:14 AM, Buri Arslon wrote: > btw, my riak version is: riak-riak-2.0.0pre15 > > > On Thu, May 1, 2014 at 9:15 AM, Buri Arslon wrote: > >> Thanks! >> >> >> On Thu, May 1, 2014 at 9:07 AM, Ryan Zezeski wrote: >>

Re: Riak 2.0 search isn't returning "stored=true" fields

2014-05-03 Thread Buri Arslon
Found it. The reason was I had created an index without a schema: iriak:create_search_index(<<"index_name">>). but it should be created with custom schema: iriak:create_search_index(<<"index_name">>,<<"schema_name">>). On Fri, May 2, 2014 at 4:53 PM, Buri Arslon wrote: > I have a

Re: Map-reduce + bucket type

2014-05-03 Thread Oleksiy Krivoshey
Thank you! On 3 May 2014 17:25, Brian Roach wrote: > riak-users@lists.basho.com -- Oleksiy Krivoshey ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Map-reduce + bucket type

2014-05-03 Thread Oleksiy Krivoshey
Hi! Please suggest how to run a map/reduce over all keys in a bucket with custom bucket type? -- Oleksiy Krivoshey ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com