Skip to content

Commit

Permalink
Merge pull request SolrNet#470 from TaylorBarrick/patch-1
Browse files Browse the repository at this point in the history
Update Unload Command of Core-admin.md
  • Loading branch information
gjunge authored Jan 29, 2019
2 parents 736fd4a + 6676b46 commit 952c470
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 952c470

Please sign in to comment.