|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BrowseSelection in com.browseengine.bobo.api |
|---|
| Methods in com.browseengine.bobo.api that return BrowseSelection | |
|---|---|
BrowseSelection |
BrowseSelection.addNotValue(String val)
Add a select NOT value |
BrowseSelection |
BrowseSelection.addValue(String val)
Add a select value |
BrowseSelection |
BrowseRequest.getSelection(String fieldname)
Gets selection by field name |
BrowseSelection[] |
BrowseRequest.getSelections()
Gets all added browse selections |
BrowseSelection |
BrowseSelection.setDepth(int depth)
Deprecated. use getSelectionProperties() |
BrowseSelection |
BrowseSelection.setNotValues(String[] notVals)
Sets the NOT values |
BrowseSelection |
BrowseSelection.setSelectionOperation(BrowseSelection.ValueOperation selectionOperation)
Sets value operation |
BrowseSelection |
BrowseSelection.setStrict(boolean strict)
Deprecated. use setSelectionOperation(ValueOperation) |
BrowseSelection |
BrowseSelection.setValues(String[] vals)
Sets the selected values |
| 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 | |
|---|---|
BrowseRequest |
BrowseRequest.addSelection(BrowseSelection sel)
Adds a browse selection |
| Method parameters in com.browseengine.bobo.api with type arguments of type BrowseSelection | |
|---|---|
BrowseRequest |
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 |
FacetCountCollectorSource |
FacetHandler.getFacetCountCollectorSource(BrowseSelection sel,
FacetSpec ospec,
boolean groupMode)
Override this method if your facet handler have a better group mode like the SimpleFacetHandler. |
| Uses of BrowseSelection in com.browseengine.bobo.facets.attribute |
|---|
| Methods in com.browseengine.bobo.facets.attribute with parameters of type BrowseSelection | |
|---|---|
FacetCountCollectorSource |
AttributesFacetHandler.getFacetCountCollectorSource(BrowseSelection browseSelection,
FacetSpec ospec)
|
int |
AttributesFacetHandler.getFacetsPerKey(BrowseSelection browseSelection)
|
char |
AttributesFacetHandler.getSeparator(BrowseSelection browseSelection)
|
| Constructors in com.browseengine.bobo.facets.attribute with parameters of type BrowseSelection | |
|---|---|
AttributesFacetCountCollector(AttributesFacetHandler attributesFacetHandler,
String name,
MultiValueFacetDataCache dataCache,
int docBase,
BrowseSelection browseSelection,
FacetSpec ospec,
int numFacetsPerKey,
char separator)
|
|
| 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)
|
|
GroupByFacetCountCollector(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)
|
|
SimpleFacetHandler.SimpleGroupByFacetCountCollector(String name,
FacetDataCache dataCache,
int docBase,
BrowseSelection sel,
FacetSpec ospec)
|
|
| Uses of BrowseSelection in com.browseengine.bobo.facets.range |
|---|
| Methods in com.browseengine.bobo.facets.range with parameters of type BrowseSelection | |
|---|---|
FacetCountCollectorSource |
MultiRangeFacetHandler.getFacetCountCollectorSource(BrowseSelection sel,
FacetSpec ospec)
|
| 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 | |||||||||