Uses of Package
org.hibernate.search.bridge

Packages that use org.hibernate.search.bridge
org.hibernate.search.bridge   
org.hibernate.search.bridge.builtin   
org.hibernate.search.engine   
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge
FieldBridge
          Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field
String2FieldBridgeAdaptor
          Bridge to use a StringBridge as a FieldBridge
StringBridge
          Transform an object into a string representation
TwoWayFieldBridge
          A FieldBrige able to convert the index representation back into an object without losing information Any bridge expected to process a document id should implement this interface EXPERIMENTAL Consider this interface as private
TwoWayStringBridge
          StringBridge allowing a translation from the String back to the Object objectToString( stringToObject( string ) ) and stringToObject( objectToString( object ) ) should be "idempotent".
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge.builtin
ParameterizedBridge
          Allow parameter injection to a given bridge
StringBridge
          Transform an object into a string representation
TwoWayStringBridge
          StringBridge allowing a translation from the String back to the Object objectToString( stringToObject( string ) ) and stringToObject( objectToString( object ) ) should be "idempotent".
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.engine
TwoWayFieldBridge
          A FieldBrige able to convert the index representation back into an object without losing information Any bridge expected to process a document id should implement this interface EXPERIMENTAL Consider this interface as private