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.bridge.builtin.impl   
org.hibernate.search.bridge.impl   
org.hibernate.search.bridge.spi   
org.hibernate.search.bridge.util.impl   
org.hibernate.search.cfg   
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
org.hibernate.search.query.collector.impl This package contains custom Lucene Collector implementations. 
org.hibernate.search.query.fieldcache.impl The classes in this package define a framework for using Lucene's field cache API. 
 

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.
LuceneOptions
          A helper class for building Field objects and associating them to Documents.
StringBridge
          Transform an object into a string representation.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge.builtin
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.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge.builtin.impl
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.
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.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge.impl
FieldBridge
          Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field.
TwoWayFieldBridge
          A FieldBridge able to convert the index representation back into an object without losing information.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge.spi
FieldBridge
          Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field.
StringBridge
          Transform an object into a string representation.
TwoWayFieldBridge
          A FieldBridge able to convert the index representation back into an object without losing information.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.bridge.util.impl
BridgeException
          Exceptions thrown in a bridge are wrapped in BridgeException The BridgeException message provides useful contextual information to the developers.
FieldBridge
          Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field.
StringBridge
          Transform an object into a string representation.
TwoWayFieldBridge
          A FieldBridge able to convert the index representation back into an object without losing information.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.cfg
FieldBridge
          Link between a java property and a Lucene Document Usually a Java property will be linked to a Document Field.
ParameterizedBridge
          Allow parameter injection to a given bridge.
StringBridge
          Transform an object into a string representation.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.engine.impl
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.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.engine.spi
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.
TwoWayFieldBridge
          A FieldBridge able to convert the index representation back into an object without losing information.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.query.collector.impl
TwoWayStringBridge
          StringBridge allowing a translation from the string representation back to the Object.
 

Classes in org.hibernate.search.bridge used by org.hibernate.search.query.fieldcache.impl
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.
 



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