Re: Can not list search_index after creating it succeed

2014-08-31 Thread Yang Zhenguo
Hi Eric, Thank you for your quick response. It works now. Regards, Zhenguo 2014-09-01 1:47 GMT+08:00 Eric Redmond : > Creating a search schema is non blocking, meaning that it will return ok > as it continues to process and propagate the schema on the backend. > Attempting to bind an index t

Re: Can not list search_index after creating it succeed

2014-08-31 Thread Eric Redmond
Creating a search schema is non blocking, meaning that it will return ok as it continues to process and propagate the schema on the backend. Attempting to bind an index to a custom schema is generally because 1) the schema failed to create (you can check out the solr.log or error.log for details

Can not list search_index after creating it succeed

2014-08-31 Thread Yang Zhenguo
Hi all, I encounter a problem on search index. 1. riakc_pb_socket:create_search_schema(Pid, <<"solutions">>, SchemaData). ok 2. riakc_pb_socket:create_search_index(Pid, <<"sln_index">>, <<"solutions">>, []). ok 3. riakc_pb_socket:list_search_indexes(Pid1). {ok,[]} However, if I create search ind