Interface ProgrammaticSearchMappingProvider
public interface ProgrammaticSearchMappingProvider
An object responsible for configuring the Hibernate Search mapping.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(MappingConfigurationContext context) Configure the Hibernate Search mapping as necessary using the givencontext
.
-
Method Details
-
configure
Configure the Hibernate Search mapping as necessary using the givencontext
.- Parameters:
context
- A context exposing methods to configure the mapping.
-