You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
216 B
8 lines
216 B
import os
|
|
|
|
from whoosh.fields import *
|
|
from whoosh.index import open_dir
|
|
from whoosh.qparser import QueryParser
|
|
|
|
SCRIPT_DIR = os.path.dirname(__file__)
|
|
DATA_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, "../data"))
|
|
|