Re: Search Index Not Found

2014-03-22 Thread Buri Arslon
thanks, Ryan! yes, it was because an error in my solr schema. After correcting error, it is working. On Sat, Mar 22, 2014 at 2:06 PM, Ryan Zezeski wrote: > > On Sat, Mar 22, 2014 at 2:57 PM, Buri Arslon wrote: > >> another weird thing I noticed is that after I restart riak, >> get_search_inde

Re: Search Index Not Found

2014-03-22 Thread Ryan Zezeski
On Sat, Mar 22, 2014 at 2:57 PM, Buri Arslon wrote: > another weird thing I noticed is that after I restart riak, > get_search_index returns {ok, Index}, but after a few seconds, it's going > back to {error, "notfound"} > > Do you see any errors related to that index in the solr.log file? ___

Re: Search Index Not Found

2014-03-22 Thread Buri Arslon
another weird thing I noticed is that after I restart riak, get_search_index returns {ok, Index}, but after a few seconds, it's going back to {error, "notfound"} On Sat, Mar 22, 2014 at 12:39 PM, Buri Arslon wrote: > Hi guys! > > lkkI added custom schema and search index via erlang client. > ri

Search Index Not Found

2014-03-22 Thread Buri Arslon
Hi guys! lkkI added custom schema and search index via erlang client. riakc_pb_socket:list_search_indexes is giving this result: {ok,[[{index,<<"business">>}, {schema,<<"business">>}, {n_val,3}]]} But "get_search_index" is returning error: {error,<<"notfound">>} What am I doing