Przeglądaj źródła

改变类型为默认

161250169 6 lat temu
rodzic
commit
649c975e0e

+ 1 - 1
src/main/java/com/es/demo/back/ChoiceQuestion.java

@@ -23,7 +23,7 @@ import java.util.Set;
  **/
 @Data
 @NoArgsConstructor
-@Document(indexName = "test_question", type = "test_type")
+@Document(indexName = "test_question", type = "_doc")
 public class ChoiceQuestion {
 
     @Id