Skip to content

Commit

Permalink
Update wording in README related to actions
Browse files Browse the repository at this point in the history
Update language in README to reflect that we now support several
different actions
  • Loading branch information
Espen Volden committed Aug 18, 2016
1 parent a2185d8 commit f8ab4f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elasticsearch-bulk-index-stream

A writable stream for bulk indexing records in Elasticsearch
A writable stream for bulk doing bulk actions, like indexing, in Elasticsearch.

[![build status](https://travis-ci.org/voldern/elasticsearch-bulk-index-stream.svg)](https://travis-ci.org/voldern/elasticsearch-bulk-index-stream)
[![modules status](https://david-dm.org/voldern/elasticsearch-bulk-index-stream.svg)](https://david-dm.org/voldern/elasticsearch-bulk-index-stream)
Expand Down Expand Up @@ -28,9 +28,9 @@ The records written to the stream has to have the following format:
## Buffering

The `highWaterMark` option set on the stream defines how many items
will be buffered before doing a bulk indexing operation. The stream
will also write all buffered items if its is closed, before emitting
the `finish` event.
will be buffered before doing a bulk operation. The stream will also
write all buffered items if its is closed, before emitting the
`finish` event.

## Flushing

Expand Down

0 comments on commit f8ab4f1

Please sign in to comment.