Interface Matching

    • Method Detail

      • getInfo

        java.lang.String getInfo()
        Return a human readable description of this Matching class
      • match

        ResultSet match​(java.lang.String queryNumber,
                        MatchingQueryTerms queryTerms)
                 throws java.io.IOException
        Get a ResultSet for the given query terms.
        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
      • setCollectionStatistics

        void setCollectionStatistics​(CollectionStatistics cs)
        Update the collection statistics being used by this matching instance
        Parameters:
        cs - CollectionStatistics to use during matching