Matcher
The whoosh.reading.IndexReader.postings() method returns a
whoosh.matching.Matcher object. You will probably need to implement
a custom Matcher class for reading from your posting lists.
- Subclass whoosh.matching.Matcher.
- Implement the following methods at minimum.
- Depending on the implementation, you may implement the following methods
more efficiently.
- If the implementation supports quality, you should implement the following
methods.