Searchly is a hosted search solution powered by ElasticSearch.
The Searchly dashboard can be accessed by visiting: dashboard.searchly.com/users/sign_in
Once you have subscribed to this service and located your credentials, you will need to configure your application to use the credentials for your service.
We recommend setting the following environment variables within your application runtime to connect the service to your app:
Variable Name |
Example Value |
SEARCHLY_SSLURI |
|
SEARCHLY_URI |
Use the OpenShift client tools to set environment variables to make your credentials available within your application runtime:
$ rhc env set SEARCHLY_SSLURI=VALUE -a App_Name
$ rhc env set SEARCHLY_URI=VALUE -a App_Name
| Check out the general code examples to see how to use environment variables within your application. |
Additional documentation is available at http://www.searchly.com/documentation/.