elasticsearch v0.4.0 Elasticsearch.DataStream View Source

Functions for building Streams using the configured Elasticsearch.Store. See stream/2.

Link to this section Summary

Link to this section Types

Link to this type source() View Source
source() :: any()

Link to this section Functions

Creates a Stream from a given source.

Example

iex> stream = DataStream.stream(MyApp.Schema, Elasticsearch.Test.Store, 100)
...> is_function(stream)
true