| Modifier and Type | Class and Description |
|---|---|
class |
MappedFacetAccessible |
| Modifier and Type | Method and Description |
|---|---|
FacetAccessible |
BrowseResult.getFacetAccessor(String name)
Get the facets by name
|
FacetAccessible[] |
BrowseResult.getGroupAccessibles()
Get the group accessible.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FacetAccessible> |
BrowseResult.getFacetMap()
Gets all the facet collections
|
| Modifier and Type | Method and Description |
|---|---|
BrowseResult |
BrowseResult.addFacets(String name,
FacetAccessible facets)
Add a container full of choices
|
BrowseResult |
BrowseResult.setGroupAccessibles(FacetAccessible[] groupAccessibles)
Set the group accessible.
|
| Modifier and Type | Method and Description |
|---|---|
BrowseResult |
BrowseResult.addAll(Map<String,FacetAccessible> facets)
Add all of the given FacetAccessible to this BrowseResult
|
void |
BoboSubBrowser.browse(BrowseRequest req,
org.apache.lucene.search.Collector collector,
Map<String,FacetAccessible> facetMap)
browses the index.
|
void |
MultiBoboBrowser.browse(BrowseRequest req,
org.apache.lucene.search.Collector hc,
Map<String,FacetAccessible> facetMap)
Implementation of the browse method using a Lucene HitCollector
|
void |
Browsable.browse(BrowseRequest req,
org.apache.lucene.search.Collector hitCollector,
Map<String,FacetAccessible> facets) |
void |
BoboSubBrowser.browse(BrowseRequest req,
org.apache.lucene.search.Collector collector,
Map<String,FacetAccessible> facetMap,
int start) |
void |
MultiBoboBrowser.browse(BrowseRequest req,
org.apache.lucene.search.Collector collector,
Map<String,FacetAccessible> facetMap,
int start) |
void |
Browsable.browse(BrowseRequest req,
org.apache.lucene.search.Collector hitCollector,
Map<String,FacetAccessible> facets,
int start) |
void |
BoboSubBrowser.browse(BrowseRequest req,
org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Collector collector,
Map<String,FacetAccessible> facetMap,
int start) |
void |
MultiBoboBrowser.browse(BrowseRequest req,
org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Collector hc,
Map<String,FacetAccessible> facetMap,
int start) |
void |
Browsable.browse(BrowseRequest req,
org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Collector hitCollector,
Map<String,FacetAccessible> facets,
int start) |
static String |
BrowseResult.toString(Map<String,FacetAccessible> map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FacetCountCollector
Collects facet counts for a given browse request
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedFacetAccessible |
| Modifier and Type | Method and Description |
|---|---|
FacetAccessible |
FacetHandler.merge(FacetSpec fspec,
List<FacetAccessible> facetList) |
| Modifier and Type | Method and Description |
|---|---|
FacetAccessible |
FacetHandler.merge(FacetSpec fspec,
List<FacetAccessible> facetList) |
| Constructor and Description |
|---|
CombinedFacetAccessible(FacetSpec fspec,
List<FacetAccessible> list) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesFacetCountCollector |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketFacetCountCollector |
class |
DefaultFacetCountCollector |
class |
GeoFacetCountCollector |
class |
GeoSimpleFacetCountCollector |
class |
GroupByFacetCountCollector |
static class |
HistogramFacetHandler.HistogramCollector<T extends Number> |
class |
MultiValuedPathFacetCountCollector |
static class |
MultiValueFacetHandler.MultiValueFacetCountCollector |
class |
PathFacetCountCollector |
class |
RangeFacetCountCollector |
static class |
SimpleFacetHandler.SimpleFacetCountCollector |
static class |
SimpleFacetHandler.SimpleGroupByFacetCountCollector |
| Modifier and Type | Method and Description |
|---|---|
abstract FacetAccessible[] |
SortCollector.getGroupAccessibles() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FacetAccessible> |
ListMerger.mergeSimpleFacetContainers(Collection<Map<String,FacetAccessible>> subMaps,
BrowseRequest req) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FacetAccessible> |
ListMerger.mergeSimpleFacetContainers(Collection<Map<String,FacetAccessible>> subMaps,
BrowseRequest req) |
Copyright © 2005–2013. All rights reserved.