#PHRAS-668 #time 1d

- fix: facets number (admin/field) is now used by prod.
- add: query/es : removed useless & pack clauses on status masks -> shortest (fastest ?) query
This commit is contained in:
Jean-Yves Gaulier
2015-08-20 11:08:55 +02:00
parent ceaca1c53c
commit 72bb1877a7
5 changed files with 66 additions and 8 deletions

View File

@@ -194,6 +194,11 @@ class databox_field implements cache_cacheableInterface
return $this->aggregable != 0;
}
public function getAggregableSize()
{
return $this->aggregable;
}
public function hydrate(Application $app)
{
$this->app = $app;