Example #1
0
  public BrowseFacet() {

    DSpace dspace = new DSpace();
    config = dspace.getConfigurationService();
    searchService =
        dspace
            .getServiceManager()
            .getServiceByName(SearchService.class.getName(), SearchService.class);
  }