Package org.hibernate.search.annotations
Annotation Type Indexed
-
@Retention(RUNTIME) @Target(TYPE) @Documented @Deprecated @TypeMapping(processor=@TypeMappingAnnotationProcessorRef(type=org.hibernate.search.annotations.impl.IndexedAnnotationProcessor.class)) public @interface Indexed
Deprecated.Use Hibernate Search 6'sIndexedinstead.
-
-
Element Detail
-
index
String index
Deprecated.- Returns:
- The filename of the index. Default to empty string
- Default:
- ""
-
-