Uses of Interface
com.browseengine.bobo.facets.RuntimeFacetHandlerFactory

Packages that use RuntimeFacetHandlerFactory
com.browseengine.bobo.api   
 

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)
           
 



Copyright © 2011. All Rights Reserved.