feat:优化项目信息
This commit is contained in:
@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user