Class FilterMatching

    • Method Detail

      • match

        public ResultSet match​(java.lang.String queryNumber,
                               MatchingQueryTerms queryTerms)
                        throws java.io.IOException
        Description copied from interface: Matching
        Get a ResultSet for the given query terms.
        Specified by:
        match in interface Matching
        Parameters:
        queryNumber - - some ID of the query
        queryTerms - - query terms to match
        Returns:
        ResultSet - the matched results
        Throws:
        java.io.IOException - if a problem occurs during matching
      • doMatch

        public abstract ResultSet doMatch​(java.lang.String queryNumber,
                                          MatchingQueryTerms queryTerms,
                                          ResultSet match,
                                          boolean keepInputScores)
                                   throws java.io.IOException
        Throws:
        java.io.IOException