@@ -125,7 +125,7 @@  | 
                                                    ||
| 125 | 125 | $name = $this->getShortFieldName($options['name']);  | 
                                                        
| 126 | 126 |          $name = str_replace('_', '.', $name); | 
                                                        
| 127 | 127 | |
| 128 | - $doc[$name] = $value;//, $options['boost'], Document::MODIFIER_SET);  | 
                                                        |
| 128 | + $doc[$name] = $value; //, $options['boost'], Document::MODIFIER_SET);  | 
                                                        |
| 129 | 129 | }  | 
                                                        
| 130 | 130 | |
| 131 | 131 | protected function recursiveImplode($arr)  | 
                                                        
@@ -84,7 +84,7 @@ discard block  | 
                                                    ||
| 84 | 84 | $body = $this->buildBody($docs, $index);  | 
                                                        
| 85 | 85 | $this->client->bulk($body);  | 
                                                        
| 86 | 86 | }  | 
                                                        
| 87 | -        if ($returnDocs ) { | 
                                                        |
| 87 | +        if ($returnDocs) { | 
                                                        |
| 88 | 88 | return $body['body'];  | 
                                                        
| 89 | 89 | }  | 
                                                        
| 90 | 90 | }  | 
                                                        
@@ -157,7 +157,7 @@ discard block  | 
                                                    ||
| 157 | 157 |      { | 
                                                        
| 158 | 158 | $body = ['body' => []];  | 
                                                        
| 159 | 159 |          if (self::config()->get('pipeline')) { | 
                                                        
| 160 | - $body['body'] = [ // @todo Check if this is indeed how it works  | 
                                                        |
| 160 | + $body['body'] = [// @todo Check if this is indeed how it works  | 
                                                        |
| 161 | 161 | 'index' => $index->getIndexName(),  | 
                                                        
| 162 | 162 |                  'pipeline' => self::config()->get('pipeline') | 
                                                        
| 163 | 163 | ];  |