Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa1187e

Browse files
committed
删除索引命令
1 parent 77474ad commit aa1187e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websites/code2/studygolang/src/logic/searcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func (this *SolrClient) Post() error {
394394
stringBuilder.Append(",")
395395
}
396396

397-
stringBuilder.Append(`"del":`).Append(commandJson)
397+
stringBuilder.Append(`"delete":`).Append(commandJson)
398398
}
399399

400400
if stringBuilder.Len() == 1 {

0 commit comments

Comments
 (0)