Skip to content

Commit

Permalink
Update Unload Command of Core-admin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBarrick authored Jan 28, 2019
1 parent 736fd4a commit 6676b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Core-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ solrCoreAdmin.Swap("core0", "core1");
## Unload

```
solrCoreAdmin.Swap("core0", UnloadCommand.Delete.Data);
solrCoreAdmin.Unload("core0", UnloadCommand.Delete.Data);
```

## Merge
Expand Down

0 comments on commit 6676b46

Please sign in to comment.