summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php')
-rw-r--r--vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php b/vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php
index 23b4fdfc..d01aaee8 100644
--- a/vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php
+++ b/vendor/ruflin/elastica/lib/Elastica/Query/MatchAll.php
@@ -1,19 +1,17 @@
<?php
-
namespace Elastica\Query;
/**
- * Match all query. Returns all results
+ * Match all query. Returns all results.
*
- * @category Xodoa
- * @package Elastica
* @author Nicolas Ruflin <spam@ruflin.com>
- * @link http://www.elasticsearch.org/guide/reference/query-dsl/match-all-query.html
+ *
+ * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-all-query.html
*/
class MatchAll extends AbstractQuery
{
/**
- * Creates match all query
+ * Creates match all query.
*/
public function __construct()
{