public class MultiValueWithWeightFacetDataCache<T> extends MultiValueFacetDataCache<T>
MultiValueFacetDataCache.AllocOnlyLoader, MultiValueFacetDataCache.MultiFacetDocComparatorSourceFacetDataCache.FacetDocComparatorSource| Modifier and Type | Field and Description |
|---|---|
BigNestedIntArray |
_weightArray |
_maxItems, _nestedArray, _overflowfreqs, maxIDs, minIDs, orderArray, valArray| Constructor and Description |
|---|
MultiValueWithWeightFacetDataCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(String fieldName,
org.apache.lucene.index.IndexReader reader,
TermListFactory<T> listFactory,
BoboIndexReader.WorkArea workArea)
loads multi-value facet data.
|
getBufferedLoader, getNumItems, load, load, logOverflow, setMaxItemsconvert, getNegativeValueCountpublic final BigNestedIntArray _weightArray
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 - IOExceptionCopyright © 2005–2013. All rights reserved.