Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfarukz authored Nov 20, 2022
1 parent b2bb004 commit c21e5fe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,5 @@ builder.Build();
IIndexSearcher searcher = new InMemoryIndexSearcher(headerPath, indexPath);
searcher.Init();
SearchResult searchResult = searcher.Search(term, 5, false);
//print(searchResult)
// Type a word
// perf
// Elapsed(ms) 0.0057
// perf
// perfay
// perfect
// perfecta
// perfectability
```

0 comments on commit c21e5fe

Please sign in to comment.