Class QueryMatch

    • Constructor Summary

      Constructors 
      Constructor Description
      QueryMatch​(java.lang.String queryId)
      Creates a new QueryMatch for a specific query and document
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getQueryId()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • queryId

        private final java.lang.String queryId
    • Constructor Detail

      • QueryMatch

        public QueryMatch​(java.lang.String queryId)
        Creates a new QueryMatch for a specific query and document
        Parameters:
        queryId - the query id
    • Method Detail

      • getQueryId

        public java.lang.String getQueryId()
        Returns:
        the queryid of this match
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object