如何实现新的后端¶

索引

IndexWriter

IndexReader

匹配器

这个 whoosh.reading.IndexReader.postings() 方法返回 whoosh.matching.Matcher 对象。您可能需要实现一个自定义的matcher类,以便从您的发布列表中进行读取。