|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.browseengine.bobo.facets.data.FacetDataCache<T>
com.browseengine.bobo.facets.data.MultiValueFacetDataCache<T>
com.browseengine.bobo.facets.data.MultiValueWithWeightFacetDataCache<T>
public class MultiValueWithWeightFacetDataCache<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.browseengine.bobo.facets.data.MultiValueFacetDataCache |
|---|
MultiValueFacetDataCache.AllocOnlyLoader, MultiValueFacetDataCache.MultiFacetDocComparatorSource |
| Nested classes/interfaces inherited from class com.browseengine.bobo.facets.data.FacetDataCache |
|---|
FacetDataCache.FacetDocComparatorSource |
| Field Summary | |
|---|---|
BigNestedIntArray |
_weightArray
|
| Fields inherited from class com.browseengine.bobo.facets.data.MultiValueFacetDataCache |
|---|
_maxItems, _nestedArray, _overflow |
| Fields inherited from class com.browseengine.bobo.facets.data.FacetDataCache |
|---|
freqs, maxIDs, minIDs, orderArray, valArray |
| Constructor Summary | |
|---|---|
MultiValueWithWeightFacetDataCache()
|
|
| Method Summary | |
|---|---|
void |
load(String fieldName,
org.apache.lucene.index.IndexReader reader,
TermListFactory<T> listFactory,
BoboIndexReader.WorkArea workArea)
loads multi-value facet data. |
| Methods inherited from class com.browseengine.bobo.facets.data.MultiValueFacetDataCache |
|---|
getBufferedLoader, getNumItems, load, load, logOverflow, setMaxItems |
| Methods inherited from class com.browseengine.bobo.facets.data.FacetDataCache |
|---|
convert, getDictValueCount, getNegativeValueCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final BigNestedIntArray _weightArray
| Constructor Detail |
|---|
public MultiValueWithWeightFacetDataCache()
| Method Detail |
|---|
public void load(String fieldName,
org.apache.lucene.index.IndexReader reader,
TermListFactory<T> listFactory,
BoboIndexReader.WorkArea workArea)
throws IOException
load in class MultiValueFacetDataCache<T>fieldName - reader - listFactory - workArea -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||