Package org.terrier.matching
Interface PostingListManager.PostingListManagerPlugin
-
- Enclosing class:
- PostingListManager
public static interface PostingListManager.PostingListManagerPlugin
Interface for plugins to further alter the posting lists managed by the PostingListManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processQuery(MatchingQueryTerms mqt, Index index, PostingListManager plm)
process the query, given matchign query terms, index and posting list manager
-
-
-
Method Detail
-
processQuery
void processQuery(MatchingQueryTerms mqt, Index index, PostingListManager plm)
process the query, given matchign query terms, index and posting list manager
-
-