Package org.hibernate.search.mapper.pojo.bridge
package org.hibernate.search.mapper.pojo.bridge
-
ClassDescriptionA bridge between a POJO property of type
I
and a document identifier.A bridge between a POJO property and an element of the index schema.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
.