elasticsearch


License
Apache-2.0
Install
psc-package install elasticsearch

Documentation

Purescript Elastic Search

A lightweight typed wrapper around the official Node JS client. The current implemented methods are:

  • bulk
  • create
  • delete
  • get
  • index
  • indices.create
  • indices.delete
  • search
  • update

This library uses Untagged.Union to specify the types of API parameters.