Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeteman committed Jun 1, 2016
1 parent 348db8f commit ceaf879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ Once you configured the indexer correctly and the index contains items you can q
##API##
ExamineDB comes with a small management API to rebuild a complete index, or part of the index.

###Rebuild a complete index###
**Rebuild a complete index**
ExamineDB.Helpers.IndexHelper.RebuildIndex("IndexName here");

###Remove a single item from the index###
**Remove a single item from the index**
ExamineDB.Helpers.IndexHelper.DeleteFromIndex("Id here", "IndexName here");

###Re-index a single node###
**Re-index a single node**
ExamineDB.Helpers.IndexHelper.DeleteFromIndex("Id here", "IndexName here");

## Test in Umbraco ##
Expand Down

0 comments on commit ceaf879

Please sign in to comment.