Modifier and Type | Interface and Description |
---|---|
interface |
MetadataProvidingFieldBridge
Optional contract to be implemented by
FieldBridge implementations wishing to expose meta-data related to the
fields they create. |
interface |
TwoWayFieldBridge
A
FieldBridge able to convert the index representation back into an object without losing information. |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ContainerBridge.getElementBridge() |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBridge
Each entry (
null included ) of an array is indexed using the specified FieldBridge . |
class |
IterableBridge
|
class |
MapBridge
|
class |
NumericEncodingCalendarBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long . |
class |
NumericEncodingDateBridge
Bridge a
java.util.Date truncated to the specified resolution to a numerically indexed long . |
class |
NumericFieldBridge
Stateless field bridges for the conversion of numbers to numeric field values.
|
class |
StringEncodingCalendarBridge
Bridge a
java.util.Calendar to a String , truncated to the specified resolution. |
class |
StringEncodingDateBridge
Bridge a
java.util.Date to a String , truncated to the specified resolution. |
class |
TikaBridge
Bridge implementation which uses Apache Tika to extract data from provided input.
|
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ArrayBridge.getElementBridge() |
FieldBridge |
MapBridge.getElementBridge() |
FieldBridge |
IterableBridge.getElementBridge() |
Constructor and Description |
---|
ArrayBridge(FieldBridge bridge) |
IterableBridge(FieldBridge bridge) |
MapBridge(FieldBridge bridge) |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ConversionContext.oneWayConversionContext(FieldBridge delegate)
Decorates a FieldBridge.
|
FieldBridge |
BridgeProvider.provideFieldBridge(BridgeProvider.BridgeProviderContext bridgeProviderContext) |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ConversionContext.oneWayConversionContext(FieldBridge delegate)
Decorates a FieldBridge.
|
Modifier and Type | Method and Description |
---|---|
Map<FieldBridge,ClassBridge> |
EntityDescriptor.getClassBridgeConfigurations() |
Map<FieldBridge,Map<String,Object>> |
EntityDescriptor.getClassBridgeInstanceDefs() |
Modifier and Type | Method and Description |
---|---|
void |
EntityDescriptor.addClassBridgeInstanceConfiguration(FieldBridge classBridge,
ClassBridge configuration) |
void |
EntityDescriptor.addClassBridgeInstanceDef(FieldBridge classBridge,
Map<String,Object> properties) |
IndexedClassBridgeMapping |
IndexedMapping.classBridgeInstance(FieldBridge instance)
Registers the given class bridge for the currently configured entity type.
|
IndexedClassBridgeMapping |
IndexedClassBridgeMapping.classBridgeInstance(FieldBridge instance)
Registers the given class bridge for the currently configured entity type.
|
ClassBridgeMapping |
EntitySpatialMapping.classBridgeInstance(FieldBridge instance)
Registers the given class bridge for the currently configured entity type.
|
ClassBridgeMapping |
EntityMapping.classBridgeInstance(FieldBridge classBridge)
Registers the given class bridge for the currently configured entity type.
|
ClassBridgeMapping |
ClassBridgeMapping.classBridgeInstance(FieldBridge instance)
Registers the given class bridge for the currently configured entity type.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapping |
PropertySpatialMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyLongitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyLatitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
DocumentIdMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
ContainedInMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
Constructor and Description |
---|
ClassBridgeMapping(SearchMapping mapping,
EntityDescriptor entity,
FieldBridge instance) |
IndexedClassBridgeMapping(SearchMapping mapping,
EntityDescriptor entity,
FieldBridge instance,
IndexedMapping indexedMapping) |
Constructor and Description |
---|
FieldBridgeDirectMapping(PropertyDescriptor property,
EntityDescriptor entity,
SearchMapping mapping,
Class<? extends FieldBridge> fieldBridge) |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
DocumentBuilderIndexedEntity.getBridge(String fieldName) |
Modifier and Type | Method and Description |
---|---|
String |
DocumentBuilderIndexedEntity.objectToString(String fieldName,
FieldBridge bridge,
Object value,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
FieldDescriptor.getFieldBridge() |
Modifier and Type | Class and Description |
---|---|
class |
SpatialFieldBridge |
class |
SpatialFieldBridgeByHash
Hibernate Search field bridge, binding a Coordinates to a spatial hash field in the index
|
class |
SpatialFieldBridgeByRange
Hibernate Search field bridge using Range Spatial, binding a Coordinates to two numeric fields for latitude and Longitude
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.