Commit Graph
10 Commits
Author SHA1 Message Date
Jason Veatch 7fbcfc2c71 Cleaned up indentation in script block 2016-12-01 16:29:05 -05:00
Jason Veatch d4748c98c3 Restore fixed update example in example/load.py
Earlier I'd misread the Scripting and Security page about inline scripts
- turns out they are enabled by default. Earlier failures I saw were due
  to old groovy syntax. Things are working after changing to painless.
2016-12-01 16:03:46 -05:00
Jason Veatch b46f7e74e6 Querying with parent id has changed in ES v5 2016-12-01 14:17:44 -05:00
Jason Veatch 3401b21f1c Updated example queries for ES v5 2016-12-01 13:47:08 -05:00
Jason Veatch cdd1fbf6a0 Scripted updates are disabled by default in ES v5 2016-12-01 13:45:21 -05:00
Jason Veatch 9ac70f3dcb Fix UnicodeDecodeError 2016-12-01 12:08:39 -05:00
Jason Veatch 5f199882d8 multi_field type is removed from 5, move to new format
Instead of ignoring all 400s when creating the index, only ignore
index_already_exists_exception and raise other exceptions.
2016-12-01 10:51:04 -05:00
Jason Veatch 0f7517a7dd more explicit line on client and multiprocessing 2016-01-20 21:51:00 +01:00
Jason Veatch 80ccb181cd Removed "optionally", it might be confusing. 2015-09-09 16:06:03 -04:00
Jason Veatch 09efa15813 Clarified _op_type options in streaming_bulk docstring. 2015-09-09 15:02:09 -04:00