Navin Samuel
Results
1
issues of
Navin Samuel
Noticed this issue when bulk updates were reported as failed despite completing successfully. Reference: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/_return_values.html Possible update required to Flex::Result::Bulk failed/successful methods (code below) ``` def failed self['items'].reject{|i| i['index']['status'].between?(200,226) }...