| Package | Description |
|---|---|
| org.hibernate.search.bridge.builtin |
| Class and Description |
|---|
| DefaultStringBridge
Convert an object using the object's
toString method or return null if the object is null. |
| NumberBridge
Base class used to bridge numbers (integer, double, etc.) as strings.
|
| NumericEncodingDateBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long. |
| NumericFieldBridge
Stateless field bridges for the conversion of numbers to numeric field values.
|
| StringBridge
Bridge a
String to a string. |
| StringEncodingDateBridge
Bridge a
java.util.Date to a String, truncated to the specified resolution. |
Copyright © 2006-2023 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.