Re: How to index List in riak so that it will available for solr

2016-04-22 Thread Fred Dushin
Hi Anil, Thanks for your question. Riak uses the HTTP interface for inserting data into Solr, not Solrj. We do not therefore support indexing POJOs -- they must be translated to a form that is consumable by the HTTP interface (internally we use JSON, but Riak natively supports several structu

How to index List in riak so that it will available for solr

2016-04-21 Thread Anil Chandgude(HO)
Hi all, We use*_s for String type, *_i for Integers and so on for single value fields. *_ss for List, *_ls for List nd so on. Now I have condition where I want to store List of class like this List . How to do this ? ___ riak-users mailing list r