| Package | Description |
|---|---|
| com.browseengine.bobo.api | |
| com.browseengine.bobo.facets |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<RuntimeFacetHandlerFactory<?,?>> |
BoboIndexReader._runtimeFacetHandlerFactories |
protected Map<String,RuntimeFacetHandlerFactory<?,?>> |
BoboIndexReader._runtimeFacetHandlerFactoryMap |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RuntimeFacetHandlerFactory<?,?>> |
BoboIndexReader.getRuntimeFacetHandlerFactoryMap() |
| Modifier and Type | Method and Description |
|---|---|
static BoboIndexReader |
BoboIndexReader.getInstance(org.apache.lucene.index.IndexReader reader,
Collection<FacetHandler<?>> facetHandlers,
Collection<RuntimeFacetHandlerFactory<?,?>> facetHandlerFactories)
Constructor.
|
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) |
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 | Class and Description |
|---|---|
class |
AbstractRuntimeFacetHandlerFactory<P extends FacetHandlerInitializerParam,F extends RuntimeFacetHandler<?>> |
Copyright © 2005–2013. All rights reserved.