Product tutorials, how-tos, and fully-documented APIs.

Riak Search Settings

    Enabling Riak Search

    Riak Search is enabled in the app.config file. Simply change the setting to “true” in Riak Search Config section (shown below).

    %% Riak Search Config
    {riak_search, [
                   %% To enable Search functionality set this 'true'.
                   {enabled, false}
                  ]},
    

    You will have to make this change on every node in your Riak cluster, and it will require you to shut down and restart the node for the changes to take effect. (You can use Riaknostic to check if Search is enabled on all your nodes.)

    After you have made these changes, Riak Search will automatically start up when Riak is started.

    Default Ports

    By default, Riak Search uses the following ports:

    Be sure to take the necessary security precautions to prevent exposing these ports to the outside world.

    Merge Index Settings

    These settings can be found in the Riak Search app.config file under the “merge_index” section.