|
|
@ -14,7 +14,6 @@ ENTRY_DIR = config.ENTRY_DIR
|
|
|
|
|
|
|
|
|
|
|
|
def createSearchableData(root):
|
|
|
|
def createSearchableData(root):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
Schema definition: title(name of file), path(as ID), content(indexed but not stored), textdata (stored text content)
|
|
|
|
Schema definition: title(name of file), path(as ID), content(indexed but not stored), textdata (stored text content)
|
|
|
|
source:
|
|
|
|
source:
|
|
|
|
https://appliedmachinelearning.blog/2018/07/31/developing-a-fast-indexing-and-full-text-search-engine-with-whoosh-a-pure-pythhon-library/
|
|
|
|
https://appliedmachinelearning.blog/2018/07/31/developing-a-fast-indexing-and-full-text-search-engine-with-whoosh-a-pure-pythhon-library/
|
|
|
|