Skip to content
Snippets Groups Projects
Commit c97b35aa authored by Mantas's avatar Mantas
Browse files

added significant terms aggregation

parent 0745aebc
No related branches found
No related tags found
No related merge requests found
<?php
/*
* This file is part of the ONGR package.
*
* (c) NFQ Technologies UAB <info@nfq.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace ONGR\ElasticsearchDSL\Aggregation;
/**
* Class representing TermsAggregation.
*
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significantterms-aggregation.html
*/
class SignificantTermsAggregation extends TermsAggregation
{
/**
* {@inheritdoc}
*/
public function getType()
{
return 'significant_terms';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment