-
Interfaces Interface Description org.hibernate.search.mapper.pojo.bridge.binding.RoutingKeyBindingContext This is only useful inRoutingKeyBinder, which is deprecated.org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.RoutingKeyBinder ImplementRoutingBinderinstead. See the reference documentation for how to implement it and use it.org.hibernate.search.mapper.pojo.bridge.RoutingKeyBridge ImplementRoutingBridgeinstead. See the reference documentation for how to implement it and use it.org.hibernate.search.mapper.pojo.bridge.runtime.RoutingKeyBridgeToRoutingKeyContext This is only useful inRoutingKeyBridge, which is deprecated.org.hibernate.search.mapper.pojo.bridge.runtime.RoutingKeyBridgeToRoutingKeyContextExtension This is only useful inRoutingKeyBridge, which is deprecated.
-
Annotation Types Annotation Type Description org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingKeyBinderRef Only useful inRoutingKeyBinding, which is deprecated.org.hibernate.search.mapper.pojo.mapping.definition.annotation.RoutingKeyBinding Apply aRoutingBinderwithIndexed.routingBinder()instead.
-
Annotation Type Elements Annotation Type Element Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.maxDepth() UseIndexedEmbedded.includeDepth()instead.org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.prefix() UseIndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.storage() UseIndexedEmbedded.structure()instead.