Remove check on facet count

This commit is contained in:
Thibaud Fabre
2016-10-17 17:42:20 +02:00
parent 78d5fcd168
commit c2f0a5a184

View File

@@ -215,7 +215,7 @@ class Field implements Typed
}
if ($other->getFacetValuesLimit() !== $this->facet) {
throw new MergeException(sprintf("Field %s can't be merged, incompatible facet eligibility", $name));
//throw new MergeException(sprintf("Field %s can't be merged, incompatible facet eligibility", $name));
}
$thesaurus_roots = null;