Refactoring 'special facet id' handling as the injection of special values has broken the build. ACE-2639.

Sadly I'm going back to hard-coded special values.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85798 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2014-09-26 14:13:45 +00:00
parent f3fb147553
commit 9e9357088b
5 changed files with 5 additions and 32 deletions

View File

@@ -101,11 +101,7 @@ public class Search extends BaseScopableProcessorExtension implements Initializi
public void afterPropertiesSet() throws Exception
{
PropertyCheck.mandatory(this, "services", services);
}
public void setSolrFacetHelper(SolrFacetHelper solrFacetHelper)
{
this.solrFacetHelper = solrFacetHelper;
this.solrFacetHelper = new SolrFacetHelper(services);
}
/**