| Modifier and Type | Method and Description |
|---|---|
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.
|
BrowseSelection |
BrowseSelection.setNotValues(String[] notVals)
Sets the NOT values
|
BrowseSelection |
BrowseSelection.setSelectionOperation(BrowseSelection.ValueOperation selectionOperation)
Sets value operation
|
BrowseSelection |
BrowseSelection.setStrict(boolean strict)
Deprecated.
|
BrowseSelection |
BrowseSelection.setValues(String[] vals)
Sets the selected values
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BrowseSelection> |
BrowseRequest.getAllSelections() |
| Modifier and Type | Method and Description |
|---|---|
BrowseRequest |
BrowseRequest.addSelection(BrowseSelection sel)
Adds a browse selection
|
| Modifier and Type | Method and Description |
|---|---|
BrowseRequest |
BrowseRequest.putAllSelections(Map<String,BrowseSelection> map) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FacetCountCollectorSource |
AttributesFacetHandler.getFacetCountCollectorSource(BrowseSelection browseSelection,
FacetSpec ospec) |
int |
AttributesFacetHandler.getFacetsPerKey(BrowseSelection browseSelection) |
char |
AttributesFacetHandler.getSeparator(BrowseSelection browseSelection) |
| Constructor and Description |
|---|
AttributesFacetCountCollector(AttributesFacetHandler attributesFacetHandler,
String name,
MultiValueFacetDataCache dataCache,
int docBase,
BrowseSelection browseSelection,
FacetSpec ospec,
int numFacetsPerKey,
char separator) |
| Modifier and Type | Field and Description |
|---|---|
protected BrowseSelection |
DefaultFacetCountCollector._sel |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
FacetCountCollectorSource |
MultiRangeFacetHandler.getFacetCountCollectorSource(BrowseSelection sel,
FacetSpec ospec) |
| Constructor and Description |
|---|
FacetTermQuery(BrowseSelection sel,
Map<String,Float> boostMap) |
FacetTermQuery(BrowseSelection sel,
Map<String,Float> boostMap,
FacetTermScoringFunctionFactory scoringFactory) |
Copyright © 2005–2013. All rights reserved.