Skip to content

Commit

Permalink
removing deprecations (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz committed Jan 31, 2017
1 parent d03398d commit e780946
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
4 changes: 0 additions & 4 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ private function getManagersNode()
->info('Sets index settings for connection.')
->prototype('variable')->end()
->end()
->arrayNode('analysis')
->info('Deprecated node. Analysis configuration is collected from documents now.')
->prototype('variable')->end()
->end()
->end()
->end()
->integerNode('bulk_size')
Expand Down
21 changes: 0 additions & 21 deletions Mapping/Exception/DocumentParserException.php

This file was deleted.

22 changes: 0 additions & 22 deletions Mapping/Exception/MissingDocumentAnnotationException.php

This file was deleted.

2 changes: 0 additions & 2 deletions Tests/Unit/DependencyInjection/ElasticsearchExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function getData()
'number_of_shards' => 1,
'refresh_interval' => -1,
],
'analysis' => [],
],
'logger' => [
'enabled' => true,
Expand Down Expand Up @@ -95,7 +94,6 @@ public function getData()
'number_of_shards' => 1,
'refresh_interval' => -1,
],
'analysis' => [],
],
'logger' => [
'enabled' => true,
Expand Down

0 comments on commit e780946

Please sign in to comment.