| Package | Description |
|---|---|
| org.hibernate.search.bridge.builtin | |
| org.hibernate.search.bridge.builtin.impl | |
| org.hibernate.search.query.collector.impl |
This package contains custom Lucene Collector implementations.
|
| org.hibernate.search.query.fieldcache.impl |
The classes in this package define a framework for using Lucene's field cache API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalBridge
Bridge a
BigDecimal to a String. |
class |
BigIntegerBridge
Bridge a
BigInteger to a String. |
class |
BooleanBridge
Bridge a boolean field to a
String. |
class |
ByteBridge
|
class |
CharacterBridge
|
class |
ClassBridge
|
class |
DoubleBridge
|
class |
EnumBridge
|
class |
FloatBridge
|
class |
IntegerBridge
|
class |
LongBridge
|
class |
NumberBridge
Base class used to bridge numbers (integer, double, etc.) as strings.
|
class |
ShortBridge
|
class |
StringBridge
Bridge a
String to a string. |
class |
UriBridge
|
class |
UrlBridge
|
class |
UUIDBridge
|
| Modifier and Type | Method and Description |
|---|---|
TwoWayStringBridge |
TwoWayString2FieldBridgeAdaptor.unwrap() |
| Constructor and Description |
|---|
TwoWayString2FieldBridgeAdaptor(TwoWayStringBridge stringBridge) |
| Constructor and Description |
|---|
FieldCacheCollectorFactory(String fieldName,
FieldCacheLoadingType type,
TwoWayStringBridge twoWayStringBridge) |
FieldCacheCollectorFactory(String fieldName,
FieldCacheLoadingType type,
TwoWayStringBridge twoWayStringBridge,
int implementationSwitchThreshold) |
TwoWayTransformingFieldCacheCollector(FieldCacheCollector delegate,
TwoWayStringBridge twoWayStringBridge) |
| Modifier and Type | Method and Description |
|---|---|
static TwoWayStringBridge |
ClassLoadingStrategySelector.getTwoWayStringBridge(TwoWayFieldBridge fieldBridge)
Extracts (if possible) the two way string bridge from a given two way field bridge
|
Copyright © 2006–2015 Hibernate. All rights reserved.