Uses of Class
com.browseengine.bobo.api.BoboIndexReader.WorkArea

Packages that use BoboIndexReader.WorkArea
com.browseengine.bobo.api   
com.browseengine.bobo.facets   
com.browseengine.bobo.facets.data   
com.browseengine.bobo.facets.impl   
 

Uses of BoboIndexReader.WorkArea in com.browseengine.bobo.api
 

Fields in com.browseengine.bobo.api declared as BoboIndexReader.WorkArea
protected  BoboIndexReader.WorkArea BoboIndexReader._workArea
           
 

Methods in com.browseengine.bobo.api with parameters of type BoboIndexReader.WorkArea
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)
           
 

Constructors in com.browseengine.bobo.api with parameters of type BoboIndexReader.WorkArea
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 BoboIndexReader.WorkArea in com.browseengine.bobo.facets
 

Methods in com.browseengine.bobo.facets with parameters of type BoboIndexReader.WorkArea
 D FacetHandler.load(BoboIndexReader reader, BoboIndexReader.WorkArea workArea)
           
 void FacetHandler.loadFacetData(BoboIndexReader reader, BoboIndexReader.WorkArea workArea)
           
 void RuntimeFacetHandler.loadFacetData(BoboIndexReader reader, BoboIndexReader.WorkArea workArea)
           
 

Uses of BoboIndexReader.WorkArea in com.browseengine.bobo.facets.data
 

Methods in com.browseengine.bobo.facets.data with parameters of type BoboIndexReader.WorkArea
 void MultiValueFacetDataCache.load(String fieldName, org.apache.lucene.index.IndexReader reader, TermListFactory<T> listFactory, BoboIndexReader.WorkArea workArea)
          loads multi-value facet data.
 

Uses of BoboIndexReader.WorkArea in com.browseengine.bobo.facets.impl
 

Methods in com.browseengine.bobo.facets.impl with parameters of type BoboIndexReader.WorkArea
 MultiValueFacetDataCache MultiValueFacetHandler.load(BoboIndexReader reader, BoboIndexReader.WorkArea workArea)
           
 



Copyright © 2011. All Rights Reserved.