Class Full

  • All Implemented Interfaces:
    Matching

    public class Full
    extends BaseMatching
    An exhaustive TAAT approach for matching documents to a query. This Matching strategy uses the PostingListManager for opening and scoring postings.
    Since:
    3.0
    Author:
    Nicola Tonellotto, Craig Macdonald
    See Also:
    PostingListManager
    • Constructor Detail

      • Full

        public Full​(Index index)
        Create a new Matching instance based on the specified index