Annotation Type Indexed


@Retention(RUNTIME) @Target(TYPE) @Documented @Deprecated @TypeMapping(processor=@TypeMappingAnnotationProcessorRef(type=org.hibernate.search.annotations.impl.IndexedAnnotationProcessor.class,retrieval=CONSTRUCTOR)) public @interface Indexed
Deprecated.
Use Hibernate Search 6's Indexed instead.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
     
  • Element Details

    • index

      String index
      Deprecated.
      Returns:
      The filename of the index. Default to empty string
      Default:
      ""