Package org.hibernate.search.mapper.pojo.bridge
-
Interface Summary Interface Description IdentifierBridge<I> A bridge between a POJO property of typeI
and a document identifier.PropertyBridge<P> A bridge between a POJO property and an element of the index schema.RoutingBridge<E> An object responsible for routing an indexed entity to the correct index/shard.TypeBridge<T> A bridge between a POJO type and an element of the index schema.ValueBridge<V,F> A bridge between a POJO-extracted value of typeV
and an index field of typeF
.