Interface IndexedEntityBindingContext
- All Superinterfaces:
IndexBindingContext
The binding context associated to the root node in the entity tree.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Inform the backend that documents for the mapped index will always be provided along with an explicit routing key, to be used to route the document to a specific shard.<I> void
idDslConverter
(Class<I> valueType, ToDocumentValueConverter<I, String> converter) <I> void
idProjectionConverter
(Class<I> valueType, FromDocumentValueConverter<String, I> converter) Methods inherited from interface org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
addIndexedEmbeddedIfIncluded, createTypeFactory, createTypeFactory, schemaElement, schemaElement
-
Method Details
-
explicitRouting
void explicitRouting()Inform the backend that documents for the mapped index will always be provided along with an explicit routing key, to be used to route the document to a specific shard. -
idDslConverter
-
idProjectionConverter
-