Package com.browseengine.bobo.facets.data

Examples of com.browseengine.bobo.facets.data.TermListFactory


    FacetDataFetcher facetDataFetcher = pluginRegistry.getBeanByName(initProperties.get(FACETDATAFETCHER),
                                                                     FacetDataFetcher.class);
    if (facetDataFetcher == null)
      throw new IllegalArgumentException(FACETDATAFETCHER + " is not set");

    TermListFactory termListFactory = TermListFactorySenseiPluginFactory.getFactory(
                                        initProperties.get(TERMLISTFACTORY));
    if (termListFactory == null)
    {
      termListFactory = pluginRegistry.getBeanByName(initProperties.get(TERMLISTFACTORY),
                                                     TermListFactory.class);
View Full Code Here

TOP

Related Classes of com.browseengine.bobo.facets.data.TermListFactory

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.