com.browseengine.bobo.facets.impl
Class GroupByFacetCountCollector

java.lang.Object
  extended by com.browseengine.bobo.facets.impl.DefaultFacetCountCollector
      extended by com.browseengine.bobo.facets.impl.GroupByFacetCountCollector
All Implemented Interfaces:
FacetAccessible, FacetCountCollector
Direct Known Subclasses:
SimpleFacetHandler.SimpleGroupByFacetCountCollector

public abstract class GroupByFacetCountCollector
extends DefaultFacetCountCollector


Field Summary
 
Fields inherited from class com.browseengine.bobo.facets.impl.DefaultFacetCountCollector
_array, _count, _countlength, _dataCache, _ospec, _sel, intarraylist, intarraymgr
 
Fields inherited from interface com.browseengine.bobo.facets.FacetCountCollector
EMPTY_FACET_LIST
 
Constructor Summary
GroupByFacetCountCollector(String name, FacetDataCache dataCache, int docBase, BrowseSelection sel, FacetSpec ospec)
           
 
Method Summary
abstract  int getTotalGroups()
           
 
Methods inherited from class com.browseengine.bobo.facets.impl.DefaultFacetCountCollector
close, collect, collectAll, getCountDistribution, getFacet, getFacetDataCache, getFacets, getFacets, getName, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupByFacetCountCollector

public GroupByFacetCountCollector(String name,
                                  FacetDataCache dataCache,
                                  int docBase,
                                  BrowseSelection sel,
                                  FacetSpec ospec)
Method Detail

getTotalGroups

public abstract int getTotalGroups()


Copyright © 2011. All Rights Reserved.