Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 249 Bytes

Elasticsearch golang wrapper

Usage

ew, err := NewEssWrapper(host, port, index)

// OR
// Optional mapping file to apply if new index is created.
//
ew, err := NewEssWrapper(host, port, index, mappingFile)