My output is not giving the documents matched for the query
问题 I have a folder called pads in which there are six notepad documents with some text in each of them. Am trying to build a whoosh code that will return the appropriate document for the query string but am getting output as runtime, help appreciated import os from whoosh.index import create_in from whoosh.fields import Schema, TEXT, ID import sys from whoosh.qparser import QueryParser from whoosh import scoring from whoosh.index import open_dir def createSearchableData(root): ''' Schema