Re: RiakSearch with java-client

2014-12-17 Thread Santi Kumar
I wiped out the data folder yesterday Luke, so I didn't have those log files. I'll try that Storing the schema with the above code and send you the stack Thanks Santi On Wed, Dec 17, 2014 at 9:58 PM, Luke Bakken wrote: > > Santi, > > The code you provided looks correct which is why I'm hoping th

Re: RiakSearch with java-client

2014-12-17 Thread Luke Bakken
Santi, The code you provided looks correct which is why I'm hoping that you can get an error message out of a log file. Another test would be to use HTTP to upload your schema and create the index. We may get more information that way. Uploading a schema via HTTP: http://docs.basho.com/riak/late

Re: RiakSearch with java-client

2014-12-17 Thread Santi Kumar
Hi Luke, Yes I couldn't capture it. Looks like the message that was sent to Riak has wrong format, so it's relate to Message. I am not able to recollect now. It displayed the complete message. If you can help me out with the the right way of using the Java Client api that would be great. When I us

Re: RiakSearch with java-client

2014-12-17 Thread Luke Bakken
Hi Santi, Do you have any error in your Riak log files? They'll be located in /var/log/riak or dev*/log (if you're using a devrel). In particular, look in the solr.log file. -- Luke Bakken Engineer / CSE lbak...@basho.com On Mon, Dec 15, 2014 at 2:08 AM, Santi Kumar wrote: > Hi > I'm tying to u

RiakSearch with java-client

2014-12-15 Thread Santi Kumar
Hi I'm tying to use Riak Search 2.0 with java client. Couldn't find any good documentation around that so I'm trying on my own. I've created my own custom schema and want to setup this to my index. While executing the StoreSchema command, was getting below error with some message bits. com.basho.r