mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 12:02:10 +00:00
indexName is mandatory
This commit is contained in:
parent
5e3f23127b
commit
a973512a9c
@ -34,6 +34,6 @@ import java.lang.annotation.*;
|
||||
@Target({ ElementType.TYPE })
|
||||
public @interface Document {
|
||||
|
||||
String indexName() default "";
|
||||
String indexName();
|
||||
String type() default "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user