Interface RetrievalResult

    • Method Detail

      • getObjectId

        String getObjectId()
        Returns:
        The object id of the retrieval result.
      • getSimilarity

        Similarity getSimilarity()
        Returns:
        the similarity value of the retrieval result.
      • getRetrievalTime

        long getRetrievalTime()
        Returns:
        The time used for retrieval in nanoseconds.