Package org.hibernate.search.bridge

Interface Summary
AppliedOnTypeAwareBridge For bridges implementing this interface, provide the type of the object the bridge is applied on: - the return type for a property - the class itself for a class-level bridge
FieldBridge Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field.
LuceneOptions A helper class for building Field objects and associating them to Documents.
ParameterizedBridge Allow parameter injection to a given bridge.
StringBridge Transform an object into a string representation.
TwoWayFieldBridge A FieldBridge able to convert the index representation back into an object without losing information.
TwoWayStringBridge StringBridge allowing a translation from the string representation back to the Object.
 

Class Summary
BridgeFactory This factory is responsible for creating and initializing build-in and custom FieldBridges.
NullEncodingTwoWayFieldBridge  
String2FieldBridgeAdaptor Bridge to use a StringBridge as a FieldBridge.
TwoWayString2FieldBridgeAdaptor Bridge to use a TwoWayStringBridge as a TwoWayFieldBridge
 

Exception Summary
BridgeException  
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved