Package | Description |
---|---|
org.hibernate.search.bridge | |
org.hibernate.search.bridge.builtin | |
org.hibernate.search.bridge.builtin.impl | |
org.hibernate.search.bridge.builtin.time.impl |
This package contains all the bridges to store the temporal classes provided since java 8.
|
org.hibernate.search.bridge.impl | |
org.hibernate.search.bridge.spi | |
org.hibernate.search.bridge.util.impl | |
org.hibernate.search.cfg | |
org.hibernate.search.elasticsearch.bridge.builtin.impl | |
org.hibernate.search.elasticsearch.bridge.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
org.hibernate.search.engine.spi | |
org.hibernate.search.metadata | |
org.hibernate.search.metadata.impl | |
org.hibernate.search.query.dsl.impl | |
org.hibernate.search.spatial | |
org.hibernate.search.util.logging.impl |
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 |
MapBridge.getElementBridge() |
FieldBridge |
IterableBridge.getElementBridge() |
FieldBridge |
ArrayBridge.getElementBridge() |
Constructor and Description |
---|
ArrayBridge(FieldBridge bridge) |
IterableBridge(FieldBridge bridge) |
MapBridge(FieldBridge bridge) |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinArrayBridge
An implementation of
ArrayBridge that can be used with Hibernate Search query DSL. |
class |
BuiltinIterableBridge
An implementation of
IterableBridge that can be used with Hibernate Search query DSL. |
class |
BuiltinMapBridge
An implementation of
MapBridge that can be used with Hibernate Search query DSL. |
class |
NullEncodingFieldBridge |
class |
NullEncodingTwoWayFieldBridge |
Constructor and Description |
---|
BuiltinArrayBridge(FieldBridge fieldBridge) |
BuiltinIterableBridge(FieldBridge fieldBridge) |
BuiltinMapBridge(FieldBridge fieldBridge) |
Modifier and Type | Class and Description |
---|---|
class |
DurationBridge
|
class |
InstantBridge
Store a
Instant in a numeric field representing it as the number of milliseconds form Epoch. |
class |
YearBridge
|
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 | Class and Description |
---|---|
class |
String2FieldBridgeAdaptor
Bridge to use a StringBridge as a FieldBridge.
|
class |
TwoWayString2FieldBridgeAdaptor
Bridge to use a TwoWayStringBridge as a TwoWayFieldBridge
|
class |
TwoWayString2FieldBridgeIgnoreAnalyzerAdaptor |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ContextualExceptionBridgeHelper.oneWayConversionContext(FieldBridge delegate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
NumericFieldUtils.isNumericContainerOrNumericFieldBridge(FieldBridge fieldBridge)
Indicates whether the considered
FieldBridge , or its element bridge ,
is a numeric one. |
static boolean |
NumericFieldUtils.isNumericFieldBridge(FieldBridge fieldBridge)
Indicates whether the considered
FieldBridge is a numeric one. |
FieldBridge |
ContextualExceptionBridgeHelper.oneWayConversionContext(FieldBridge delegate) |
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) |
ClassBridgeMapping |
EntityMapping.classBridgeInstance(FieldBridge classBridge)
Registers the given class bridge for the currently configured entity type.
|
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 |
ClassBridgeMapping.classBridgeInstance(FieldBridge instance)
Registers the given class bridge for the currently configured entity type.
|
Modifier and Type | Method and Description |
---|---|
PropertyMapping |
PropertyLongitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
DocumentIdMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
ContainedInMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyLatitudeMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertySpatialMapping.bridge(Class<? extends FieldBridge> fieldBridge) |
PropertyMapping |
PropertyMapping.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 | Class and Description |
---|---|
class |
ElasticsearchCalendarBridge
Bridge a
java.util.Calendar to a String using the ISO 8601 standard which is the default date format
of Elasticsearch. |
class |
ElasticsearchDateBridge
Bridge a
java.util.Date to a String using the ISO 8601 standard which is the default date format
of Elasticsearch. |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
ElasticsearchBridgeProvider.provideFieldBridge(BridgeProvider.BridgeProviderContext context) |
Modifier and Type | Method and Description |
---|---|
Map<FieldBridge,ClassBridge> |
ConfigContext.getClassBridgeInstances(Class<?> type)
Returns class bridge instances configured via the programmatic API, if any.
|
Modifier and Type | Method and Description |
---|---|
static void |
DocumentBuilderHelper.populateResult(String fieldName,
FieldBridge fieldBridge,
Store store,
Object[] result,
Document document,
ConversionContext conversionContext,
int matchingPosition) |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
EmbeddedTypeMetadata.getEmbeddedNullFieldBridge() |
FieldBridge |
DocumentFieldMetadata.getFieldBridge() |
Modifier and Type | Method and Description |
---|---|
DocumentFieldMetadata.Builder |
DocumentFieldMetadata.Builder.fieldBridge(FieldBridge fieldBridge) |
EmbeddedTypeMetadata.Builder |
EmbeddedTypeMetadata.Builder.indexNullToken(String embeddedNullToken,
String embeddedNullFieldName,
FieldBridge embeddedNullFieldBridge) |
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 | Method and Description |
---|---|
FieldBridge |
FieldDescriptorImpl.getFieldBridge() |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
FieldContext.getFieldBridge() |
Modifier and Type | Method and Description |
---|---|
void |
FieldContext.setFieldBridge(FieldBridge fieldBridge) |
void |
FieldsContext.withFieldBridge(FieldBridge fieldBridge) |
TermMatchingContext |
ConnectedTermMatchingContext.withFieldBridge(FieldBridge fieldBridge) |
T |
FieldBridgeCustomization.withFieldBridge(FieldBridge fieldBridge)
Sets the field bridge for querying the current field; any other bridge associated with this field will be ignored
for the query
|
RangeMatchingContext |
ConnectedRangeMatchingContext.withFieldBridge(FieldBridge fieldBridge) |
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
|
Modifier and Type | Method and Description |
---|---|
SearchException |
Log.fieldBridgeNotTwoWay(Class<? extends FieldBridge> bridgeClass,
String fieldName,
org.hibernate.annotations.common.reflection.XClass beanXClass) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved