You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from whoosh.qparser import QueryParser
with ix.searcher() as searcher:
query = QueryParser("content",ix.schema).parse("second")
result = searcher.search(query)
results[0]
其中parse是否也可以先分词呢
The text was updated successfully, but these errors were encountered:
lxgend
changed the title
index_search_whoosh.md 中parse("second")
index_search_whoosh.md 中,parse的问题
Jan 12, 2020
其中parse是否也可以先分词呢
The text was updated successfully, but these errors were encountered: