| Modifier and Type | Field and Description |
|---|---|
protected BoboIndexReader.WorkArea |
BoboIndexReader._workArea |
| Modifier and Type | Method and Description |
|---|---|
static BoboIndexReader |
BoboIndexReader.getInstance(org.apache.lucene.index.IndexReader reader,
BoboIndexReader.WorkArea workArea) |
static BoboIndexReader |
BoboIndexReader.getInstance(org.apache.lucene.index.IndexReader reader,
Collection<FacetHandler<?>> facetHandlers,
Collection<RuntimeFacetHandlerFactory<?,?>> facetHandlerFactories,
BoboIndexReader.WorkArea workArea) |
static BoboIndexReader |
BoboIndexReader.getInstanceAsSubReader(org.apache.lucene.index.IndexReader reader,
Collection<FacetHandler<?>> facetHandlers,
Collection<RuntimeFacetHandlerFactory<?,?>> facetHandlerFactories,
BoboIndexReader.WorkArea workArea) |
| Constructor and Description |
|---|
BoboIndexReader(org.apache.lucene.index.IndexReader reader,
Collection<FacetHandler<?>> facetHandlers,
Collection<RuntimeFacetHandlerFactory<?,?>> facetHandlerFactories,
BoboIndexReader.WorkArea workArea) |
BoboIndexReader(org.apache.lucene.index.IndexReader reader,
Collection<FacetHandler<?>> facetHandlers,
Collection<RuntimeFacetHandlerFactory<?,?>> facetHandlerFactories,
BoboIndexReader.WorkArea workArea,
boolean useSubReaders) |
| Modifier and Type | Method and Description |
|---|---|
D |
FacetHandler.load(BoboIndexReader reader,
BoboIndexReader.WorkArea workArea) |
void |
FacetHandler.loadFacetData(BoboIndexReader reader,
BoboIndexReader.WorkArea workArea) |
void |
RuntimeFacetHandler.loadFacetData(BoboIndexReader reader,
BoboIndexReader.WorkArea workArea) |
| Modifier and Type | Method and Description |
|---|---|
protected BigNestedIntArray.BufferedLoader |
MultiValueFacetDataCache.getBufferedLoader(int maxdoc,
BoboIndexReader.WorkArea workArea) |
void |
MultiValueWithWeightFacetDataCache.load(String fieldName,
org.apache.lucene.index.IndexReader reader,
TermListFactory<T> listFactory,
BoboIndexReader.WorkArea workArea)
loads multi-value facet data.
|
void |
MultiValueFacetDataCache.load(String fieldName,
org.apache.lucene.index.IndexReader reader,
TermListFactory<T> listFactory,
BoboIndexReader.WorkArea workArea)
loads multi-value facet data.
|
| Modifier and Type | Method and Description |
|---|---|
MultiValueWithWeightFacetDataCache |
MultiValueWithWeightFacetHandler.load(BoboIndexReader reader,
BoboIndexReader.WorkArea workArea) |
MultiValueFacetDataCache |
MultiValueFacetHandler.load(BoboIndexReader reader,
BoboIndexReader.WorkArea workArea) |
| Modifier and Type | Method and Description |
|---|---|
MultiValueFacetDataCache |
MultiRangeFacetHandler.load(BoboIndexReader reader,
BoboIndexReader.WorkArea workArea) |
Copyright © 2005–2013. All rights reserved.