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 1010/**
1111 * @inheridoc
1212 * @deprecated because of EOL for Elasticsearch7
13+ * @see this class will be responsible for ES7 only
1314 */
1415class IntegerMapper implements MapperInterface
1516{
1617 /**
17- * @inheridoc
18+ * Add/remove/edit dynamic template mapping.
19+ *
20+ * @param array $templates
21+ *
22+ * @return array
1823 */
1924 public function processTemplates (array $ templates ): array
2025 {
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ interface MapperInterface
1616 * Add/remove/edit dynamic template mapping.
1717 *
1818 * @param array $templates
19+ *
1920 * @return array
2021 */
2122 public function processTemplates (array $ templates ): array ;
Original file line number Diff line number Diff line change 1010/**
1111 * @inheridoc
1212 * @deprecated because of EOL for Elasticsearch7
13+ * @see this class will be responsible for ES7 only
1314 */
1415class PositionMapper implements MapperInterface
1516{
1617 /**
17- * @inheridoc
18+ * Add/remove/edit dynamic template mapping.
19+ *
20+ * @param array $templates
21+ *
22+ * @return array
1823 */
1924 public function processTemplates (array $ templates ): array
2025 {
Original file line number Diff line number Diff line change 1010/**
1111 * @inheridoc
1212 * @deprecated because of EOL for Elasticsearch7
13+ * @see this class will be responsible for ES7 only
1314 */
1415class PriceMapper implements MapperInterface
1516{
1617 /**
17- * @inheridoc
18+ * Add/remove/edit dynamic template mapping.
19+ *
20+ * @param array $templates
21+ *
22+ * @return array
1823 */
1924 public function processTemplates (array $ templates ): array
2025 {
Original file line number Diff line number Diff line change 1010/**
1111 * @inheridoc
1212 * @deprecated because of EOL for Elasticsearch7
13+ * @see this class will be responsible for ES7 only
1314 */
1415class StringMapper implements MapperInterface
1516{
1617 /**
17- * @inheridoc
18+ * Add/remove/edit dynamic template mapping.
19+ *
20+ * @param array $templates
21+ *
22+ * @return array
1823 */
1924 public function processTemplates (array $ templates ): array
2025 {
You can’t perform that action at this time.
0 commit comments