1.2.3 • Published 4 years ago

lighthouse4u-es v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Lighthouse4u-es

An Elasticsearch storage client for Lighthouse4u.

{  
  store: {
    module: 'lighthouse4u-es', options: {
      client: {
        node: 'http://localhost:9200'
      },
      index: {
        name: 'lh4u',
        type: 'lh4u'
      }
    }
  }
}

Configuration Options

OptionTypeDefaultDesc
modulestringrequiredSet this to lighthouse4u-es
optionsobjectrequiredElasticsearch driver options
->.clientESOptionsSee DefaultsOptions supplied to driver for connections
->.indexESIndexOptionsSee DefaultsOptions supplied to driver upon creation of ES index
1.2.3

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago