|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
| class | MapperTest |
Public Member Functions | |
| __construct ( $name, $indexName, QueryInterface $query, $from=null, $size=null, array $dimensions=[], array $buckets=[]) | |
| getName () | |
| getIndex () | |
| getDimensions () | |
| getAggregation () | |
| getQuery () | |
| getFrom () | |
| getSize () | |
Protected Attributes | |
| $name | |
| $index | |
| $buckets | |
| $query | |
| $from | |
| $size | |
| $dimensions | |
| __construct | ( | $name, | |
| $indexName, | |||
| QueryInterface | $query, | ||
$from = null, |
|||
$size = null, |
|||
| array | $dimensions = [], |
||
| array | $buckets = [] |
||
| ) |
| string | $name | |
| string | $indexName | |
| QueryInterface | $query | |
| int | null | $from | |
| int | null | $size | |
| Dimension[] | $dimensions | |
| RequestBucketInterface[] | $buckets |
Definition at line 67 of file Request.php.
| getAggregation | ( | ) |
{Get Aggregation Buckets
Implements RequestInterface.
Definition at line 112 of file Request.php.
| getDimensions | ( | ) |
{Get all dimensions
Implements RequestInterface.
Definition at line 104 of file Request.php.
| getFrom | ( | ) |
| getIndex | ( | ) |
{Get Index name
Implements RequestInterface.
Definition at line 96 of file Request.php.
| getName | ( | ) |
| getQuery | ( | ) |
{Get Main Request Query
Implements RequestInterface.
Definition at line 120 of file Request.php.
| getSize | ( | ) |
|
protected |
Definition at line 34 of file Request.php.
|
protected |
Definition at line 56 of file Request.php.
|
protected |
Definition at line 46 of file Request.php.
|
protected |
Definition at line 29 of file Request.php.
|
protected |
Definition at line 24 of file Request.php.
|
protected |
Definition at line 41 of file Request.php.
|
protected |
Definition at line 51 of file Request.php.