Package com.browseengine.bobo.facets.attribute

Examples of com.browseengine.bobo.facets.attribute.AttributesFacetHandler


                } else if (type.equals("weighted-multi")) {
                    facetHandler = buildWeightedMultiHandler(name, fieldName, termListFactoryMap.get(fieldName), dependSet,
                            invertedIndexPenalty);
                } else if (type.equals("attribute")) {
                    facetHandler = new AttributesFacetHandler(name, fieldName, termListFactoryMap.get(fieldName), null,
                            facetProps);
                } else if (type.equals("histogram")) {
                    // A histogram facet handler is always dynamic
                    RuntimeFacetHandlerFactory<?, ?> runtimeFacetFactory = getHistogramFacetHandlerFactory(facet, name, paramMap);
                    runtimeFacets.add(runtimeFacetFactory);
View Full Code Here

TOP

Related Classes of com.browseengine.bobo.facets.attribute.AttributesFacetHandler

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.