-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Closes #55] Change create to index in the _bulk API call per some go…
…od advice here http://stackoverflow.com/questions/34572878/elasticsearch-bulk-api-index-vs-create-update Using create is for strict creates and may fail if the doc already exists. Index is guaranteed to pass as ain upsert and ES decides.
- Loading branch information
JP Toto
committed
Jan 13, 2016
1 parent
32a2969
commit dcf2318
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("2.3.0")] | ||
[assembly: AssemblyFileVersion("2.3.0")] | ||
[assembly: AssemblyVersion("2.3.1")] | ||
[assembly: AssemblyFileVersion("2.3.1")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters