Solr
Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites'. Solr can be found here
module.exports =
use:
krb5_client: module: 'masson/core/krb5_client'
configure:
'ryba/solr/standalone/configure'
commands:
'install': [
'ryba/solr/standalone/install'
'ryba/solr/standalone/start'
]
'start': [
'ryba/solr/standalone/start'
]
'stop': [
'ryba/solr/standalone/stop'
]
'status': [
'ryba/solr/standalone/status'
]
'prepare': [
'ryba/solr/standalone/prepare'
]