0.0.6 • Published 10 years ago

elasticscroll v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago