View Source ElasticsearchEx.Sharder (Elasticsearch_ex v1.7.1)

This module allows you to fetch a subset of documents from an Elasticsearch index. It uses a modulo operation on the document ID to determine the shard number.

Summary

Functions

Link to this function

shard(query, nbr_shards)

View Source
Link to this function

shard(query, nbr_shards, shard_number)

View Source
Link to this function

shard(query, nbr_shards, shard_number, opts)

View Source