We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036b661 commit 0a454eaCopy full SHA for 0a454ea
app/code/Magento/Elasticsearch/SearchAdapter/ResponseFactory.php
@@ -8,7 +8,7 @@
8
use Magento\Framework\ObjectManagerInterface;
9
10
/**
11
- * Response Factory
+ * Query Response Factory
12
* @api
13
* @since 100.1.0
14
*/
@@ -23,15 +23,15 @@ class ResponseFactory
23
protected $objectManager;
24
25
26
- * Document Factory
+ * Document Factory to create Search Document instance
27
*
28
* @var DocumentFactory
29
30
31
protected $documentFactory;
32
33
34
- * Aggregation Factory
+ * Aggregation Factory to create Aggregation instance
35
36
* @var AggregationFactory
37
0 commit comments