0.0.6 • Published 8 years ago

elasticscroll v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

#ElasticScroll

This is a module that implements the scrolling api for Elasticsearch.

To use this module

ElasticScroll = require 'elasticscroll'

query = {"query": {"term" : "bla"}}

print_to_console = function(hit){console.log(hit)}

es = new ElasticScroll("http://localhost:9200", "docs_index", query, print_to_console)

es.scroll().catch(console.log)

Please read the explination of how this works at maori.geek.

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago