indexName is mandatory

This commit is contained in:
Rizwan Idrees 2013-03-22 10:57:33 +00:00
parent 5e3f23127b
commit a973512a9c

View File

@ -34,6 +34,6 @@ import java.lang.annotation.*;
@Target({ ElementType.TYPE })
public @interface Document {
String indexName() default "";
String indexName();
String type() default "";
}