Annotation Interface SearchExtension


@Target({TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Documented @Qualifier @Repeatable(List.class) public @interface SearchExtension
CDI qualifier for beans representing an "extension" of Hibernate Search Standalone, i.e. beans injected into Hibernate Search as part of its configuration.

See the reference documentation for information about extensions that supports this annotation.

  • Element Details

    • backend

      String backend
      Returns:
      The name of the Hibernate Search backend that the qualified bean should be assigned to.
      Default:
      ""
    • index

      String index
      Returns:
      The name of the Hibernate Search index that the qualified bean should be assigned to.
      Default:
      ""