@@ -74,7 +74,7 @@ |
||
74 | 74 | * @param null|int $limit |
75 | 75 | * @param array $options |
76 | 76 | * |
77 | - * @return array |
|
77 | + * @return \Elastica\Result[] |
|
78 | 78 | */ |
79 | 79 | protected function search($query, $limit = null, $options = []) |
80 | 80 | { |
@@ -109,6 +109,9 @@ |
||
109 | 109 | return isset($this->indexes[$indexName]); |
110 | 110 | } |
111 | 111 | |
112 | + /** |
|
113 | + * @param string $indexTemplateName |
|
114 | + */ |
|
112 | 115 | public function hasIndexTemplateConfiguration($indexTemplateName) |
113 | 116 | { |
114 | 117 | return isset($this->indexTemplates[$indexTemplateName]); |