Package com.gnizr.core.search

Examples of com.gnizr.core.search.OpenSearchDirectory


          || !(c.getOpenSearchServices() instanceof List)) {
        final String m = "OpenSearchServices variable is undefined in the GnizrConfiguraiton";
        logger.error(m);
        throw new RuntimeException(m);
      }
      openSearchDirectory = new OpenSearchDirectory(c
          .getOpenSearchServices());
      if (openSearchDirectory.getWebApplicationUrl() == null) {
        String prefixUrl = getGnizrConfiguration()
            .getWebApplicationUrl();
        openSearchDirectory.setWebApplicationUrl(prefixUrl);
View Full Code Here

TOP

Related Classes of com.gnizr.core.search.OpenSearchDirectory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.