feat:优化项目信息

This commit is contained in:
henry
2022-02-09 17:35:31 +08:00
parent 2d8be509b7
commit 56e8243724
15 changed files with 357 additions and 54 deletions

View File

@ -74,7 +74,7 @@ func TestNewInstanceSearch(t *testing.T) {
query := elastic.NewBoolQuery()
//query.Must(elastic.NewMatchQuery("age", "27"))
service := client.Search().Index("student")
service := client.Search().Index("es_achievement_index")
result, err := service.Pretty(true).Query(query).Do(context.Background())