Skip to content

Commit e780946

Browse files
authored
removing deprecations (#745)
1 parent d03398d commit e780946

File tree

4 files changed

+0
-49
lines changed

4 files changed

+0
-49
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ private function getManagersNode()
124124
->info('Sets index settings for connection.')
125125
->prototype('variable')->end()
126126
->end()
127-
->arrayNode('analysis')
128-
->info('Deprecated node. Analysis configuration is collected from documents now.')
129-
->prototype('variable')->end()
130-
->end()
131127
->end()
132128
->end()
133129
->integerNode('bulk_size')

Mapping/Exception/DocumentParserException.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

Mapping/Exception/MissingDocumentAnnotationException.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

Tests/Unit/DependencyInjection/ElasticsearchExtensionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function getData()
5454
'number_of_shards' => 1,
5555
'refresh_interval' => -1,
5656
],
57-
'analysis' => [],
5857
],
5958
'logger' => [
6059
'enabled' => true,
@@ -95,7 +94,6 @@ public function getData()
9594
'number_of_shards' => 1,
9695
'refresh_interval' => -1,
9796
],
98-
'analysis' => [],
9997
],
10098
'logger' => [
10199
'enabled' => true,

0 commit comments

Comments
 (0)