| Package | Description |
|---|---|
| com.browseengine.bobo.api | |
| com.browseengine.bobo.facets | |
| com.browseengine.bobo.facets.impl |
| Modifier and Type | Method and Description |
|---|---|
RuntimeFacetHandler<?> |
BoboIndexReader.getRuntimeFacetHandler(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoboIndexReader.putRuntimeFacetHandler(String name,
RuntimeFacetHandler<?> data) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuntimeFacetHandlerFactory<P extends FacetHandlerInitializerParam,F extends RuntimeFacetHandler<?>> |
interface |
RuntimeFacetHandlerFactory<P extends FacetHandlerInitializerParam,F extends RuntimeFacetHandler<?>>
This interface is intended for using with RuntimeFacetHandler, which typically
have local data that make them not only NOT thread safe but also dependent on
request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicRangeFacetHandler |
class |
DynamicTimeRangeFacetHandler |
class |
GeoSimpleFacetHandler |
class |
HistogramFacetHandler<T extends Number> |
Copyright © 2005–2013. All rights reserved.