initialize: function(facetConfig, path, excludeSelfConstraints) {
            this.facetConfig = facetConfig;
            this.path = path || new facete.Path();
            this.excludeSelfConstraints = excludeSelfConstraints;
        },