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)