| Package | Description |
|---|---|
| com.browseengine.bobo.facets.data | |
| com.browseengine.bobo.facets.impl | |
| com.browseengine.bobo.util |
| Modifier and Type | Class and Description |
|---|---|
class |
TermCharList |
class |
TermDateList
Internal data are stored in a long[] with values generated from
Date.getTime() |
class |
TermDoubleList |
class |
TermFixedLengthLongArrayList |
class |
TermFloatList |
class |
TermIntList |
class |
TermLongList |
class |
TermNumberList<T extends Number> |
class |
TermShortList |
class |
TermStringList |
| Modifier and Type | Field and Description |
|---|---|
TermValueList<T> |
FacetDataCache.valArray |
| Modifier and Type | Method and Description |
|---|---|
TermValueList<T> |
TermListFactory.createTermList() |
TermValueList<T> |
PredefinedTermListFactory.createTermList() |
TermValueList<long[]> |
TermFixedLengthLongArrayListFactory.createTermList() |
TermValueList<T> |
TermListFactory.createTermList(int capacity) |
TermValueList<T> |
PredefinedTermListFactory.createTermList(int capacity) |
TermValueList<long[]> |
TermFixedLengthLongArrayListFactory.createTermList(int capacity) |
| Constructor and Description |
|---|
FacetDataCache(BigSegmentedArray orderArray,
TermValueList<T> valArray,
int[] freqs,
int[] minIDs,
int[] maxIDs,
FacetHandler.TermCountSize termCountSize) |
| Modifier and Type | Method and Description |
|---|---|
static List<BrowseFacet> |
DefaultFacetCountCollector.getFacets(FacetSpec ospec,
int[] count,
int countlength,
TermValueList<?> valList) |
| Constructor and Description |
|---|
DefaultFacetIterator(TermValueList valList,
int[] counts,
int countlength,
boolean zeroBased) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
BigNestedIntArray.getRawData(int id,
TermValueList valarray)
translates the int value using the val list
|
String[] |
BigNestedIntArray.getTranslatedData(int id,
TermValueList valarray)
translates the int value using the val list
|
Copyright © 2005–2013. All rights reserved.