Uses of Class
com.browseengine.bobo.api.BrowseFacet

Packages that use BrowseFacet
com.browseengine.bobo.api   
com.browseengine.bobo.facets   
com.browseengine.bobo.facets.attribute   
com.browseengine.bobo.facets.impl   
com.browseengine.bobo.util   
 

Uses of BrowseFacet in com.browseengine.bobo.api
 

Methods in com.browseengine.bobo.api that return BrowseFacet
 BrowseFacet MappedFacetAccessible.getFacet(String value)
           
 BrowseFacet FacetAccessible.getFacet(String value)
          Gets the facet given a value.
 BrowseFacet BrowseFacet.setFacetValueHitCount(int hitcount)
          Sets the hit count
 BrowseFacet BrowseFacet.setHitCount(int hitcount)
          Deprecated. use setFacetValueHitCount(int)
 BrowseFacet BrowseFacet.setValue(String value)
          Sets the facet value
 

Methods in com.browseengine.bobo.api that return types with arguments of type BrowseFacet
 List<BrowseFacet> MappedFacetAccessible.getFacets()
           
 List<BrowseFacet> FacetAccessible.getFacets()
          Gets gathered top facets
 List<BrowseFacet> BrowseFacet.merge(List<BrowseFacet> v, Comparator<BrowseFacet> comparator)
           
 Comparator<BrowseFacet> ComparatorFactory.newComparator()
          Providers a Comparator.
 

Methods in com.browseengine.bobo.api with parameters of type BrowseFacet
 int MultiBoboBrowser.BrowseFacetValueComparator.compare(BrowseFacet o1, BrowseFacet o2)
           
 

Method parameters in com.browseengine.bobo.api with type arguments of type BrowseFacet
 List<BrowseFacet> BrowseFacet.merge(List<BrowseFacet> v, Comparator<BrowseFacet> comparator)
           
 List<BrowseFacet> BrowseFacet.merge(List<BrowseFacet> v, Comparator<BrowseFacet> comparator)
           
 

Constructors in com.browseengine.bobo.api with parameters of type BrowseFacet
MappedFacetAccessible(BrowseFacet[] facets)
           
 

Uses of BrowseFacet in com.browseengine.bobo.facets
 

Fields in com.browseengine.bobo.facets with type parameters of type BrowseFacet
static List<BrowseFacet> FacetCountCollector.EMPTY_FACET_LIST
          Empty facet list.
 

Methods in com.browseengine.bobo.facets that return BrowseFacet
 BrowseFacet CombinedFacetAccessible.getFacet(String value)
           
 

Methods in com.browseengine.bobo.facets that return types with arguments of type BrowseFacet
 List<BrowseFacet> CombinedFacetAccessible.getFacets()
           
 

Uses of BrowseFacet in com.browseengine.bobo.facets.attribute
 

Methods in com.browseengine.bobo.facets.attribute that return types with arguments of type BrowseFacet
 List<BrowseFacet> AttributesFacetCountCollector.getFacets()
           
 

Constructor parameters in com.browseengine.bobo.facets.attribute with type arguments of type BrowseFacet
AttributesFacetIterator(List<BrowseFacet> facets)
           
 

Uses of BrowseFacet in com.browseengine.bobo.facets.impl
 

Fields in com.browseengine.bobo.facets.impl with type parameters of type BrowseFacet
static Comparator<BrowseFacet> FacetHitcountComparatorFactory.FACET_HITS_COMPARATOR
           
 

Methods in com.browseengine.bobo.facets.impl that return BrowseFacet
 BrowseFacet RangeFacetCountCollector.getFacet(String value)
           
 BrowseFacet PathFacetCountCollector.getFacet(String value)
           
 BrowseFacet HistogramFacetHandler.HistogramCollector.getFacet(String value)
           
 BrowseFacet GeoSimpleFacetCountCollector.getFacet(String value)
           
 BrowseFacet GeoFacetCountCollector.getFacet(String value)
           
 BrowseFacet DefaultFacetCountCollector.getFacet(String value)
           
 BrowseFacet BucketFacetCountCollector.getFacet(String bucketValue)
           
 

Methods in com.browseengine.bobo.facets.impl that return types with arguments of type BrowseFacet
 List<BrowseFacet> RangeFacetCountCollector.getFacets()
           
 List<BrowseFacet> PathFacetCountCollector.getFacets()
           
 List<BrowseFacet> HistogramFacetHandler.HistogramCollector.getFacets()
           
 List<BrowseFacet> GeoSimpleFacetCountCollector.getFacets()
           
 List<BrowseFacet> GeoFacetCountCollector.getFacets()
           
 List<BrowseFacet> DefaultFacetCountCollector.getFacets()
           
 List<BrowseFacet> BucketFacetCountCollector.getFacets()
           
static List<BrowseFacet> DefaultFacetCountCollector.getFacets(FacetSpec ospec, BigSegmentedArray count, int countlength, TermValueList<?> valList)
           
 List<BrowseFacet> RangeFacetCountCollector.getFacetsNew()
           
 Comparator<BrowseFacet> FacetValueComparatorFactory.newComparator()
           
 Comparator<BrowseFacet> FacetHitcountComparatorFactory.newComparator()
           
 

Constructor parameters in com.browseengine.bobo.facets.impl with type arguments of type BrowseFacet
PathFacetIterator(List<BrowseFacet> facets)
           
 

Uses of BrowseFacet in com.browseengine.bobo.util
 

Fields in com.browseengine.bobo.util with type parameters of type BrowseFacet
static Comparator<BrowseFacet> ListMerger.FACET_VAL_COMPARATOR
           
 



Copyright © 2005-2013. All Rights Reserved.