Uses of Class
com.browseengine.bobo.util.BigSegmentedArray

Packages that use BigSegmentedArray
com.browseengine.bobo.api   
com.browseengine.bobo.facets   
com.browseengine.bobo.facets.data   
com.browseengine.bobo.facets.filter   
com.browseengine.bobo.facets.impl   
com.browseengine.bobo.util   
 

Uses of BigSegmentedArray in com.browseengine.bobo.api
 

Methods in com.browseengine.bobo.api with parameters of type BigSegmentedArray
 IntBoundedPriorityQueue.IntComparator ComparatorFactory.newComparator(FieldValueAccessor fieldValueAccessor, BigSegmentedArray counts)
          Providers a Comparator from field values and counts.
 

Uses of BigSegmentedArray in com.browseengine.bobo.facets
 

Methods in com.browseengine.bobo.facets that return BigSegmentedArray
 BigSegmentedArray FacetCountCollector.getCountDistribution()
          Returns an integer array representing the distribution function of a given facet.
 

Uses of BigSegmentedArray in com.browseengine.bobo.facets.data
 

Fields in com.browseengine.bobo.facets.data declared as BigSegmentedArray
 BigSegmentedArray FacetDataCache.orderArray
           
 

Constructors in com.browseengine.bobo.facets.data with parameters of type BigSegmentedArray
FacetDataCache(BigSegmentedArray orderArray, TermValueList<T> valArray, int[] freqs, int[] minIDs, int[] maxIDs, FacetHandler.TermCountSize termCountSize)
           
 

Uses of BigSegmentedArray in com.browseengine.bobo.facets.filter
 

Fields in com.browseengine.bobo.facets.filter declared as BigSegmentedArray
protected  BigSegmentedArray FacetOrFilter.FacetOrDocIdSetIterator._orderArray
           
protected  BigSegmentedArray FacetFilter.FacetDocIdSetIterator._orderArray
           
 

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

Fields in com.browseengine.bobo.facets.impl declared as BigSegmentedArray
protected  BigSegmentedArray DefaultFacetCountCollector._array
           
protected  BigSegmentedArray RangeFacetCountCollector._count
           
protected  BigSegmentedArray PathFacetCountCollector._count
           
 BigSegmentedArray DefaultFacetCountCollector._count
           
 

Fields in com.browseengine.bobo.facets.impl with type parameters of type BigSegmentedArray
protected  LinkedList<BigSegmentedArray> DefaultFacetCountCollector.intarraylist
           
protected static MemoryManager<BigSegmentedArray> DefaultFacetCountCollector.intarraymgr
           
 

Methods in com.browseengine.bobo.facets.impl that return BigSegmentedArray
 BigSegmentedArray RangeFacetCountCollector.getCountDistribution()
          gets distribution of the value arrays.
 BigSegmentedArray PathFacetCountCollector.getCountDistribution()
           
 BigSegmentedArray HistogramFacetHandler.HistogramCollector.getCountDistribution()
          not supported
 BigSegmentedArray GeoSimpleFacetCountCollector.getCountDistribution()
           
 BigSegmentedArray GeoFacetCountCollector.getCountDistribution()
           
 BigSegmentedArray DefaultFacetCountCollector.getCountDistribution()
           
 BigSegmentedArray BucketFacetCountCollector.getCountDistribution()
           
 

Methods in com.browseengine.bobo.facets.impl with parameters of type BigSegmentedArray
static List<BrowseFacet> DefaultFacetCountCollector.getFacets(FacetSpec ospec, BigSegmentedArray count, int countlength, TermValueList<?> valList)
           
 IntBoundedPriorityQueue.IntComparator FacetValueComparatorFactory.newComparator(FieldValueAccessor fieldValueAccessor, BigSegmentedArray counts)
           
 IntBoundedPriorityQueue.IntComparator FacetHitcountComparatorFactory.newComparator(FieldValueAccessor valueList, BigSegmentedArray counts)
           
 

Constructors in com.browseengine.bobo.facets.impl with parameters of type BigSegmentedArray
DefaultDoubleFacetIterator(TermDoubleList valList, BigSegmentedArray countarray, int countlength, boolean zeroBased)
           
DefaultFacetIterator(TermValueList valList, BigSegmentedArray counts, int countlength, boolean zeroBased)
           
DefaultFloatFacetIterator(TermFloatList valList, BigSegmentedArray countarray, int countlength, boolean zeroBased)
           
DefaultIntFacetIterator(TermIntList valList, BigSegmentedArray countarray, int countlength, boolean zeroBased)
           
DefaultLongFacetIterator(TermLongList valList, BigSegmentedArray countarray, int countlength, boolean zeroBased)
           
DefaultShortFacetIterator(TermShortList valList, BigSegmentedArray countarray, int countlength, boolean zeroBased)
           
HistogramFacetHandler.HistogramFacetIterator(BigSegmentedArray count, DecimalFormat formatter)
           
 

Uses of BigSegmentedArray in com.browseengine.bobo.util
 

Subclasses of BigSegmentedArray in com.browseengine.bobo.util
 class BigByteArray
           
 class BigIntArray
           
 class BigShortArray
           
 class LazyBigIntArray
           
 

Methods in com.browseengine.bobo.util that return BigSegmentedArray
static BigSegmentedArray BigIntArray.fromArray(int[] original)
           
 

Methods in com.browseengine.bobo.util with parameters of type BigSegmentedArray
 void BigNestedIntArray.countNoReturn(int id, BigSegmentedArray count)
           
 void BigNestedIntArray.countNoReturnWithFilter(int id, BigSegmentedArray count, org.apache.lucene.util.OpenBitSet filter)
           
static int[] BigIntArray.toArray(BigSegmentedArray original)
           
 



Copyright © 2005-2013. All Rights Reserved.