summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Filter/NumericRange.php
blob: 08342616854f34ecf68108e58253eb1bd95cedfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace Elastica\Filter;

/**
 * Numeric Range Filter.
 *
 * @author Nicolas Ruflin <spam@ruflin.com>
 *
 * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-filter.html
 */
class NumericRange extends Range
{
}