Uses of Class
org.terrier.matching.PostingListManager
-
Packages that use PostingListManager Package Description org.terrier.matching Provides the classes and interfaces used for matching documents to queries. -
-
Uses of PostingListManager in org.terrier.matching
Methods in org.terrier.matching with parameters of type PostingListManager Modifier and Type Method Description void
PostingListManager.PostingListManagerPlugin. processQuery(MatchingQueryTerms mqt, Index index, PostingListManager plm)
process the query, given matchign query terms, index and posting list manager
-