| Package | Description |
|---|---|
| com.browseengine.bobo.api | |
| com.browseengine.bobo.sort |
| Modifier and Type | Class and Description |
|---|---|
class |
BoboBrowser |
class |
BoboSubBrowser
This class implements the browsing functionality.
|
class |
MultiBoboBrowser
Provides implementation of Browser for multiple Browser instances
|
| Modifier and Type | Field and Description |
|---|---|
protected Browsable[] |
MultiBoboBrowser._subBrowsers |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
MultiBoboBrowser(Browsable[] browsers) |
| Modifier and Type | Method and Description |
|---|---|
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,
Set<String> termVectorsToFetch,
String[] groupBy,
int maxPerGroup,
boolean collectDocIdCache) |
| Constructor and Description |
|---|
SortCollectorImpl(DocComparatorSource compSource,
org.apache.lucene.search.SortField[] sortFields,
Browsable boboBrowser,
int offset,
int count,
boolean doScoring,
boolean fetchStoredFields,
Set<String> termVectorsToFetch,
String[] groupBy,
int maxPerGroup,
boolean collectDocIdCache) |
Copyright © 2005–2013. All rights reserved.