File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed
app/code/Magento/Elasticsearch7/Model/Adapter/DynamicTemplates Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 10
10
/**
11
11
* @inheridoc
12
12
* @deprecated because of EOL for Elasticsearch7
13
+ * @see this class will be responsible for ES7 only
13
14
*/
14
15
class IntegerMapper implements MapperInterface
15
16
{
16
17
/**
17
- * @inheridoc
18
+ * Add/remove/edit dynamic template mapping.
19
+ *
20
+ * @param array $templates
21
+ *
22
+ * @return array
18
23
*/
19
24
public function processTemplates (array $ templates ): array
20
25
{
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ interface MapperInterface
16
16
* Add/remove/edit dynamic template mapping.
17
17
*
18
18
* @param array $templates
19
+ *
19
20
* @return array
20
21
*/
21
22
public function processTemplates (array $ templates ): array ;
Original file line number Diff line number Diff line change 10
10
/**
11
11
* @inheridoc
12
12
* @deprecated because of EOL for Elasticsearch7
13
+ * @see this class will be responsible for ES7 only
13
14
*/
14
15
class PositionMapper implements MapperInterface
15
16
{
16
17
/**
17
- * @inheridoc
18
+ * Add/remove/edit dynamic template mapping.
19
+ *
20
+ * @param array $templates
21
+ *
22
+ * @return array
18
23
*/
19
24
public function processTemplates (array $ templates ): array
20
25
{
Original file line number Diff line number Diff line change 10
10
/**
11
11
* @inheridoc
12
12
* @deprecated because of EOL for Elasticsearch7
13
+ * @see this class will be responsible for ES7 only
13
14
*/
14
15
class PriceMapper implements MapperInterface
15
16
{
16
17
/**
17
- * @inheridoc
18
+ * Add/remove/edit dynamic template mapping.
19
+ *
20
+ * @param array $templates
21
+ *
22
+ * @return array
18
23
*/
19
24
public function processTemplates (array $ templates ): array
20
25
{
Original file line number Diff line number Diff line change 10
10
/**
11
11
* @inheridoc
12
12
* @deprecated because of EOL for Elasticsearch7
13
+ * @see this class will be responsible for ES7 only
13
14
*/
14
15
class StringMapper implements MapperInterface
15
16
{
16
17
/**
17
- * @inheridoc
18
+ * Add/remove/edit dynamic template mapping.
19
+ *
20
+ * @param array $templates
21
+ *
22
+ * @return array
18
23
*/
19
24
public function processTemplates (array $ templates ): array
20
25
{
You can’t perform that action at this time.
0 commit comments