Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-elasticsearch
Model
Adapter
FieldMapperInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Elasticsearch\Model\Adapter
;
7
12
interface
FieldMapperInterface
13
{
17
const
TYPE_QUERY
=
'text'
;
18
const
TYPE_SORT
=
'sort'
;
19
const
TYPE_FILTER
=
'default'
;
30
public
function
getFieldName
(
$attributeCode
, $context = []);
31
39
public
function
getAllAttributesTypes
($context = []);
40
}
Magento\Elasticsearch\Model\Adapter\FieldMapperInterface\TYPE_SORT
const TYPE_SORT
Definition:
FieldMapperInterface.php:18
Magento\Elasticsearch\Model\Adapter\FieldMapperInterface
Definition:
FieldMapperInterface.php:12
$attributeCode
$attributeCode
Definition:
extend.phtml:12
Magento\Elasticsearch\Model\Adapter\FieldMapperInterface\getFieldName
getFieldName($attributeCode, $context=[])
Magento\Elasticsearch\Model\Adapter\FieldMapperInterface\TYPE_QUERY
const TYPE_QUERY
Definition:
FieldMapperInterface.php:17
Magento\Elasticsearch\Model\Adapter\FieldMapperInterface\getAllAttributesTypes
getAllAttributesTypes($context=[])
Magento\Elasticsearch\Model\Adapter\FieldMapperInterface\TYPE_FILTER
const TYPE_FILTER
Definition:
FieldMapperInterface.php:19
Magento\Elasticsearch\Model\Adapter