lib/elasticsearch/api/actions/bulk.rb in elasticsearch-api-1.0.7 vs lib/elasticsearch/api/actions/bulk.rb in elasticsearch-api-1.0.9
- old
+ new
@@ -48,10 +48,10 @@
# @option arguments [String] :type Default document type for items which don't provide one
# @option arguments [Array<Hash>] :body An array of operations to perform, each operation is a Hash
# @option arguments [String] :consistency Explicit write consistency setting for the operation
# (options: one, quorum, all)
# @option arguments [Boolean] :refresh Refresh the index after performing the operation
- # @option arguments [String] :replication Explicitely set the replication type (options: sync, async)
+ # @option arguments [String] :replication Explicitly set the replication type (options: sync, async)
# @option arguments [Time] :timeout Explicit operation timeout
#
# @return [Hash] Deserialized Elasticsearch response
#
# @see http://elasticsearch.org/guide/reference/api/bulk/