| Package | Description |
|---|---|
| org.hibernate.search.bridge.builtin | |
| org.hibernate.search.bridge.builtin.impl |
| Class and Description |
|---|
| DefaultStringBridge
Convert an object using the object's
toString method or return null if the object is null. |
| NumberBridge
Base class for numbers - integer, double, etc.
|
| NumericEncodingDateBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long. |
| NumericFieldBridge
Stateless field bridges for the 4 different Numeric Field types
|
| StringBridge
Map a string element
|
| StringEncodingDateBridge
Bridge a
java.util.Date to a String, truncated to the specified resolution. |
| Class and Description |
|---|
| ArrayBridge
Each entry (
null included) of an array is indexed using the specified FieldBridge. |
| IterableBridge |
| MapBridge |
Copyright © 2006–2014 Hibernate. All rights reserved.