Interface SearchMappingContributor

  • All Known Implementing Classes:
    SearchMappingContributorImpl

    public interface SearchMappingContributor
    Allows to configure search mapping programmatically.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void contribute​(org.hibernate.search.cfg.SearchMapping mapping)
      Configure indexed entities with the given SearchMapping programmatically.
    • Method Detail

      • contribute

        void contribute​(org.hibernate.search.cfg.SearchMapping mapping)
        Configure indexed entities with the given SearchMapping programmatically.
        Parameters:
        mapping - the SearchMapping to use to configure entities