|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeFacetHandlerFactory | |
|---|---|
| com.browseengine.bobo.api | |
| com.browseengine.bobo.facets | |
| Uses of RuntimeFacetHandlerFactory in com.browseengine.bobo.api |
|---|
| Fields in com.browseengine.bobo.api with type parameters of type RuntimeFacetHandlerFactory | |
|---|---|
protected Collection<RuntimeFacetHandlerFactory<?,?>> |
BoboIndexReader._runtimeFacetHandlerFactories
|
protected Map<String,RuntimeFacetHandlerFactory<?,?>> |
BoboIndexReader._runtimeFacetHandlerFactoryMap
|
| Methods in com.browseengine.bobo.api that return types with arguments of type RuntimeFacetHandlerFactory | |
|---|---|
Map<String,RuntimeFacetHandlerFactory<?,?>> |
BoboIndexReader.getRuntimeFacetHandlerFactoryMap()
|
| Method parameters in com.browseengine.bobo.api with type arguments of type RuntimeFacetHandlerFactory | |
|---|---|
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 parameters in com.browseengine.bobo.api with type arguments of type RuntimeFacetHandlerFactory | |
|---|---|
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)
|
|
| Uses of RuntimeFacetHandlerFactory in com.browseengine.bobo.facets |
|---|
| Classes in com.browseengine.bobo.facets that implement RuntimeFacetHandlerFactory | |
|---|---|
class |
AbstractRuntimeFacetHandlerFactory<P extends FacetHandlerInitializerParam,F extends RuntimeFacetHandler<?>>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||