mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 20:12:11 +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 })
|
@Target({ ElementType.TYPE })
|
||||||
public @interface Document {
|
public @interface Document {
|
||||||
|
|
||||||
String indexName() default "";
|
String indexName();
|
||||||
String type() default "";
|
String type() default "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user