Hi Sean, Great. Thanks a ton. The documentation in docs.basho.com is a bit out of date, but with your help, I was able to quickly fire off a query which I'd confirmed as working with the command line utility. Looking forward to deeper dives into Riak's capabilities.
Cheers, Felix -----Original Message----- From: Sean Cribbs [mailto:[email protected]] Sent: Monday, October 22, 2012 11:23 AM To: Felix Terkhorn Cc: [email protected] Subject: Re: Newbie question -- how do I turn on web-based search interface for port 8098? Hi Felix, Riak Search uses the same interface/port as the normal Riak HTTP operations, so look in your app.config file for the {http, [ ... ]} line to find the host/port combination. There's no UI exported from that interface, but you should be able to use Solr-like URLs to perform queries and modify the indexes. On Mon, Oct 22, 2012 at 11:18 AM, Felix Terkhorn <[email protected]> wrote: > Hi, > > > > I've searched around on the web for this but am coming up short. How > do I turn on the web-based search interface which is documented here? > (http://docs.basho.com/riak/latest/references/Riak-Search---Settings/# > Default > Ports) > > > > Using "netstat -a | grep 8098" I can see that there's definitely > nothing listening on that port. > > > > I do have search enabled in app.config for each of my four nodes. > > > > Thanks, > > Felix > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- Sean Cribbs <[email protected]> Software Engineer Basho Technologies, Inc. http://basho.com/ _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
