Annotation Type Normalizer


  • @Retention(RUNTIME)
    @Target({})
    @Documented
    @Deprecated
    public @interface Normalizer
    Deprecated.
    No longer necessary in Hibernate Search 6. Replace Field with KeywordField and pass the normalizer name directly to KeywordField.normalizer().
    Define a Normalizer for a @Field Either describe an explicit implementation through the impl parameter or use an external @NormalizerDef definition through the definition parameter
    Author:
    Emmanuel Bernard
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String definition
      Deprecated.
       
      Class<?> impl
      Deprecated.
       
    • Element Detail

      • impl

        Class<?> impl
        Deprecated.
        Default:
        void.class
      • definition

        String definition
        Deprecated.
        Default:
        ""