Uses of Interface
com.browseengine.bobo.api.Browsable

Packages that use Browsable
com.browseengine.bobo.api   
com.browseengine.bobo.sort   
 

Uses of Browsable in com.browseengine.bobo.api
 

Classes in com.browseengine.bobo.api that implement Browsable
 class BoboBrowser
           
 class BoboSubBrowser
          This class implements the browsing functionality.
 class MultiBoboBrowser
          Provides implementation of Browser for multiple Browser instances
 

Fields in com.browseengine.bobo.api declared as Browsable
protected  Browsable[] MultiBoboBrowser._subBrowsers
           
 

Methods in com.browseengine.bobo.api that return Browsable
static Browsable[] BoboBrowser.createBrowsables(BoboIndexReader reader)
           
static Browsable[] BoboBrowser.createBrowsables(List<BoboIndexReader> readerList)
           
 Browsable[] MultiBoboBrowser.getSubBrowsers()
          Gets the array of sub-browsers
 Browsable MultiBoboBrowser.subBrowser(int docid)
          Gets the sub-browser for a given docid
 

Constructors in com.browseengine.bobo.api with parameters of type Browsable
MultiBoboBrowser(Browsable[] browsers)
           
 

Uses of Browsable in com.browseengine.bobo.sort
 

Methods in com.browseengine.bobo.sort with parameters of type Browsable
static SortCollector SortCollector.buildSortCollector(Browsable browser, org.apache.lucene.search.Query q, org.apache.lucene.search.SortField[] sort, int offset, int count, boolean forceScoring, boolean fetchStoredFields, String groupBy)
           
 

Constructors in com.browseengine.bobo.sort with parameters of type Browsable
SortCollectorImpl(DocComparatorSource compSource, org.apache.lucene.search.SortField[] sortFields, Browsable boboBrowser, int offset, int count, boolean doScoring, boolean fetchStoredFields, String groupBy)
           
 



Copyright © 2011. All Rights Reserved.