From 4942c73aee2b1a4c8366dee963a0f7f7a96aa13a Mon Sep 17 00:00:00 2001 From: Dmitrii Gerasimov Date: Sun, 6 Oct 2019 21:59:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8e5de..e18a00c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ writer.commit() # Reload the index to ensure it points to the last commit. -index.reload(); +index.reload() searcher = index.searcher() query = index.parse_query("fish days", ["title", "body"]) top_docs = tantivy.TopDocs(3)