mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-04-03 16:07:45 +02:00
fixed tabbing for doc strings
This commit is contained in:
parent
84750323c1
commit
41ba108e3f
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user