|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrowseSelection | |
|---|---|
| com.browseengine.bobo.api | |
| com.browseengine.bobo.facets | |
| com.browseengine.bobo.facets.impl | |
| com.browseengine.bobo.protobuf | |
| com.browseengine.bobo.query.scoring | |
| Uses of BrowseSelection in com.browseengine.bobo.api |
|---|
| Methods in com.browseengine.bobo.api that return BrowseSelection | |
|---|---|
BrowseSelection |
BrowseRequest.getSelection(String fieldname)
Gets selection by field name |
BrowseSelection[] |
BrowseRequest.getSelections()
Gets all added browse selections |
| Methods in com.browseengine.bobo.api that return types with arguments of type BrowseSelection | |
|---|---|
Map<String,BrowseSelection> |
BrowseRequest.getAllSelections()
|
| Methods in com.browseengine.bobo.api with parameters of type BrowseSelection | |
|---|---|
void |
BrowseRequest.addSelection(BrowseSelection sel)
Adds a browse selection |
| Method parameters in com.browseengine.bobo.api with type arguments of type BrowseSelection | |
|---|---|
void |
BrowseRequest.putAllSelections(Map<String,BrowseSelection> map)
|
| Uses of BrowseSelection in com.browseengine.bobo.facets |
|---|
| Methods in com.browseengine.bobo.facets with parameters of type BrowseSelection | |
|---|---|
RandomAccessFilter |
FacetHandler.buildFilter(BrowseSelection sel)
Gets a filter from a given selection |
abstract FacetCountCollectorSource |
FacetHandler.getFacetCountCollectorSource(BrowseSelection sel,
FacetSpec fspec)
Gets a FacetCountCollector |
| Uses of BrowseSelection in com.browseengine.bobo.facets.impl |
|---|
| Fields in com.browseengine.bobo.facets.impl declared as BrowseSelection | |
|---|---|
protected BrowseSelection |
DefaultFacetCountCollector._sel
|
| Constructors in com.browseengine.bobo.facets.impl with parameters of type BrowseSelection | |
|---|---|
DefaultFacetCountCollector(String name,
FacetDataCache dataCache,
int docBase,
BrowseSelection sel,
FacetSpec ospec)
|
|
MultiValuedPathFacetCountCollector(String name,
String sep,
BrowseSelection sel,
FacetSpec ospec,
FacetDataCache dataCache)
|
|
SimpleFacetHandler.SimpleFacetCountCollector(String name,
FacetDataCache dataCache,
int docBase,
BrowseSelection sel,
FacetSpec ospec)
|
|
| Uses of BrowseSelection in com.browseengine.bobo.protobuf |
|---|
| Methods in com.browseengine.bobo.protobuf with parameters of type BrowseSelection | |
|---|---|
static BrowseRequestBPO.Selection |
BrowseProtobufConverter.convert(BrowseSelection sel)
|
| Uses of BrowseSelection in com.browseengine.bobo.query.scoring |
|---|
| Constructors in com.browseengine.bobo.query.scoring with parameters of type BrowseSelection | |
|---|---|
FacetTermQuery(BrowseSelection sel,
Map<String,Float> boostMap)
|
|
FacetTermQuery(BrowseSelection sel,
Map<String,Float> boostMap,
FacetTermScoringFunctionFactory scoringFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||